Skip to content

Commit

Permalink
Update InitializeChildContracts.s.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
proletesseract committed Oct 20, 2023
1 parent c4c59a4 commit 22a0f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions script/InitializeChildContracts.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ contract InitializeChildContracts is Script {
string memory childRpcUrl = vm.envString("CHILD_RPC_URL");
string memory rootChainName = vm.envString("ROOT_CHAIN_NAME");
address rootIMXToken = vm.envAddress("ROOT_IMX_ADDRESS");
address childETHToken = vm.envAddress("CHILD_ETH_ADDRESS");
address rootETHToken = vm.envAddress("ROOT_ETH_ADDRESS");

/**
* INITIALIZE CHILD CONTRACTS
Expand All @@ -33,7 +33,7 @@ contract InitializeChildContracts is Script {
childTokenTemplate,
rootChainName,
rootIMXToken,
childETHToken
rootETHToken
);

childAxelarBridgeAdaptor.setRootBridgeAdaptor();
Expand Down

0 comments on commit 22a0f27

Please sign in to comment.