Skip to content

Commit

Permalink
Merge branch 'main' into feat/script-optimizations
Browse files Browse the repository at this point in the history
  • Loading branch information
deanamiel authored Nov 1, 2023
2 parents 1c1282c + c96991b commit 0cf0ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evm/deploy-its.js
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ async function deployImplementation(wallet, chain, deploymentKey, skipExisting =
contracts.AxelarGasService.address,
contractConfig.remoteAddressValidator,
Object.values(contractConfig.tokenManagerImplementations),
chain.name,
chain.id, // use the unique Axelar registered chain id
],
deploymentKey,
gasOptions,
Expand Down

0 comments on commit 0cf0ba2

Please sign in to comment.