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

Commit 702b271

Browse files
authored
Merge pull request #375 from maticnetwork/0.3.0/deploy_issue
update npm module
2 parents 53deec8 + 38f467a commit 702b271

File tree

5 files changed

+4320
-747
lines changed

5 files changed

+4320
-747
lines changed

migrations/5_deploy_child_contracts.js

+2
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@ module.exports = async function(deployer, network, accounts) {
1111
return
1212
}
1313

14+
console.log(deployer.network);
15+
1416
deployer.then(async() => {
1517
await deployer.deploy(SafeMath)
1618
await deployer.link(SafeMath, [ChildChain])

moonwalker-migrations/deployWorker.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
const EthDeployer = require('moonwalker').default
2-
const HDWalletProvider = require('truffle-hdwallet-provider')
2+
const HDWalletProvider = require('@truffle/hdwallet-provider')
33

44
const MNEMONIC = process.env.MNEMONIC || 'clock radar mass judge dismiss just intact mind resemble fringe diary casino'
55
const API_KEY = process.env.API_KEY

0 commit comments

Comments
 (0)