Skip to content

Commit

Permalink
Update 6_imx_burning.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Nov 20, 2023
1 parent 5725cf3 commit 0725be1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/bootstrap2/6_imx_burning.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ async function run() {
console.log("Multisig balance: ", ethers.utils.formatEther(multisigBal));

if (adminBal.lt(ethers.utils.parseEther("0.01"))) {
console.log("IMX Burning has already done, skip.")
console.log("IMX Burning has already been done, skip.")
return;
}

Expand Down

0 comments on commit 0725be1

Please sign in to comment.