Skip to content

Commit

Permalink
Update rootchain_setup.js
Browse files Browse the repository at this point in the history
  • Loading branch information
wcgcyx committed Nov 20, 2023
1 parent f1ce20b commit 0b0bb62
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() {
console.log("Deploy IMX contract on root chain...");

let IMXFactory = new ContractFactory(IMXObj.abi, IMXObj.bytecode, admin);
let IMX = await IMXFactory.deploy("Immutable X", "IMX");
let IMX = await IMXFactory.deploy("IMX Token", "IMX");
let txn = IMX.deployTransaction;
await helper.waitForReceipt(txn.hash, rootProvider);
console.log("IMX deployed at: " + IMX.address);
Expand Down

0 comments on commit 0b0bb62

Please sign in to comment.