Skip to content

Commit

Permalink
CI should fail for failed start.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Nov 23, 2023
1 parent 6661f6a commit c2af8c4
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,
"0x21E19E0C9BAB2400000",
"0x9BAB2400000",
]);

// Deploy IMX contract
Expand Down

0 comments on commit c2af8c4

Please sign in to comment.