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

Commit

Permalink
remove bordevnet
Browse files Browse the repository at this point in the history
  • Loading branch information
zorancuc committed Sep 2, 2021
1 parent be58c3c commit 38f467a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion migrations/5_deploy_child_contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
9 changes: 0 additions & 9 deletions truffle-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down

0 comments on commit 38f467a

Please sign in to comment.