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

Commit

Permalink
Merge pull request #375 from maticnetwork/0.3.0/deploy_issue
Browse files Browse the repository at this point in the history
update npm module
  • Loading branch information
jdkanani authored Sep 7, 2021
2 parents 53deec8 + 38f467a commit 702b271
Show file tree
Hide file tree
Showing 5 changed files with 4,320 additions and 747 deletions.
2 changes: 2 additions & 0 deletions migrations/5_deploy_child_contracts.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ module.exports = async function(deployer, network, accounts) {
return
}

console.log(deployer.network);

deployer.then(async() => {
await deployer.deploy(SafeMath)
await deployer.link(SafeMath, [ChildChain])
Expand Down
2 changes: 1 addition & 1 deletion moonwalker-migrations/deployWorker.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
const EthDeployer = require('moonwalker').default
const HDWalletProvider = require('truffle-hdwallet-provider')
const HDWalletProvider = require('@truffle/hdwallet-provider')

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

0 comments on commit 702b271

Please sign in to comment.