diff --git a/migrations/5_deploy_child_contracts.js b/migrations/5_deploy_child_contracts.js index 0a52d3691..a634357be 100644 --- a/migrations/5_deploy_child_contracts.js +++ b/migrations/5_deploy_child_contracts.js @@ -7,7 +7,7 @@ const ChildChain = artifacts.require('ChildChain') const MRC20 = artifacts.require('MRC20') module.exports = async function(deployer, network, accounts) { - if ((deployer.network !== 'bor') && (deployer.network !== 'bordevnet')) { + if (deployer.network !== 'bor') { return } diff --git a/truffle-config.js b/truffle-config.js index 3ed602125..4f722cead 100644 --- a/truffle-config.js +++ b/truffle-config.js @@ -32,15 +32,6 @@ module.exports = { network_id: '*', // match any network gasPrice: '0' }, - bordevnet: { - provider: () => - new HDWalletProvider( - MNEMONIC, - `http://3.94.19.25:9545` - ), - network_id: '80001', // match any network - gasPrice: '0' - }, matic: { provider: () => new HDWalletProvider(