From 38f467af6d8d909579d09b4832ee7fc165006a92 Mon Sep 17 00:00:00 2001 From: zorancuc Date: Thu, 2 Sep 2021 10:02:16 +0200 Subject: [PATCH] remove bordevnet --- migrations/5_deploy_child_contracts.js | 2 +- truffle-config.js | 9 --------- 2 files changed, 1 insertion(+), 10 deletions(-) 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(