Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit 38f467a

Browse files
committed
remove bordevnet
1 parent be58c3c commit 38f467a

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

migrations/5_deploy_child_contracts.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const ChildChain = artifacts.require('ChildChain')
77
const MRC20 = artifacts.require('MRC20')
88

99
module.exports = async function(deployer, network, accounts) {
10-
if ((deployer.network !== 'bor') && (deployer.network !== 'bordevnet')) {
10+
if (deployer.network !== 'bor') {
1111
return
1212
}
1313

truffle-config.js

-9
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,6 @@ module.exports = {
3232
network_id: '*', // match any network
3333
gasPrice: '0'
3434
},
35-
bordevnet: {
36-
provider: () =>
37-
new HDWalletProvider(
38-
MNEMONIC,
39-
`http://3.94.19.25:9545`
40-
),
41-
network_id: '80001', // match any network
42-
gasPrice: '0'
43-
},
4435
matic: {
4536
provider: () =>
4637
new HDWalletProvider(

0 commit comments

Comments
 (0)