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

Commit 209dbeb

Browse files
committed
solve deployment issue
1 parent 64bb0cf commit 209dbeb

File tree

3 files changed

+2412
-210
lines changed

3 files changed

+2412
-210
lines changed

migrations/5_deploy_child_contracts.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ 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') {
11-
// return
12-
// }
10+
if ((deployer.network !== 'bor') && (deployer.network !== 'bordevnet')) {
11+
return
12+
}
1313

1414
console.log(deployer.network);
1515

0 commit comments

Comments
 (0)