diff --git a/scripts/bootstrap2/6_imx_burning.js b/scripts/bootstrap2/6_imx_burning.js index f24fc795..1bbecf60 100644 --- a/scripts/bootstrap2/6_imx_burning.js +++ b/scripts/bootstrap2/6_imx_burning.js @@ -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; }