Skip to content

Commit 893457f

Browse files
authored
Update config.js
1 parent a1f3f7f commit 893457f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ module.exports = {
88
chains: { mainnet: 1, ropsten: 3, rinkeby: 4, goerly: 5, kovan: 42,}
99
},
1010
test_eth: {
11-
chainId: 42,
11+
chainId: 3,
1212
network: 'testnet',
13-
provider: "https://kovan.infura.io/v3/72c53bc23c234df3a80f4e2c95f72d81",
13+
provider: "https://ropsten.infura.io/v3/72c53bc23c234df3a80f4e2c95f72d81",
1414
chains: { mainnet: 1, ropsten: 3, rinkeby: 4, goerly: 5, kovan: 42,}
1515
},
1616
btc: {
@@ -34,4 +34,4 @@ module.exports = {
3434
},
3535

3636
port: 4000,
37-
}
37+
}

0 commit comments

Comments
 (0)