Skip to content

Commit 8648a5d

Browse files
committed
refactor: switch eth testnet to rinkeby
1 parent cafe2da commit 8648a5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/ethereum-helpers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11

22
const once = require('once')
3-
const networkName = 'ropsten'
3+
const networkName = 'rinkeby'
44
const Wallet = require('ethereumjs-wallet')
55
const constants = require('@tradle/ethereum-adapter/networks')[networkName]
66
const port = 28532

0 commit comments

Comments
 (0)