Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Nov 23, 2023
1 parent 7bf5588 commit df6c300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/localdev/rootchain_setup.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async function main() {
// Give admin account 10000 ETH.
await hardhat.provider.send("hardhat_setBalance", [
admin.address,
"0x9BAB2400000",
"0x21E19E0C9BAB2400000",
]);

// Deploy IMX contract
Expand Down

0 comments on commit df6c300

Please sign in to comment.