Skip to content

Commit

Permalink
fix: wormhole refund chain id in scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sujithsomraaj committed Jan 8, 2024
1 parent 696ffa3 commit b9c1fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/Abstract.Deploy.Single.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ abstract contract AbstractDeploySingle is Script {
contracts[vars.chainId][bytes32(bytes("WormholeARImplementation"))] = vars.wormholeImplementation;

WormholeARImplementation(vars.wormholeImplementation).setWormholeRelayer(wormholeRelayer);
WormholeARImplementation(vars.wormholeImplementation).setRefundChainId(wormhole_chainIds[i]);
WormholeARImplementation(vars.wormholeImplementation).setRefundChainId(wormhole_chainIds[trueIndex]);

/*
/// @dev 6.5- deploy Wormhole Specialized Relayer Implementation
Expand Down

0 comments on commit b9c1fc9

Please sign in to comment.