Skip to content

Commit

Permalink
change in test file for new tilt address
Browse files Browse the repository at this point in the history
  • Loading branch information
derpy-duck committed Oct 10, 2023
1 parent d003614 commit ec6027c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/js/src/relayer/__tests__/wormhole_relayer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const createTestChain = (name: ChainName) => {
if (process.env.DEV) {
// Via ir is off -> different wormhole relayer address
addressInfo.wormholeRelayerAddress =
"0x53855d4b64E9A3CF59A84bc768adA716B5536BC5";
"0xc55290D3881fa70F9138974E9f2a563A59782004";
}
if (network == "MAINNET")
addressInfo.mockIntegrationAddress =
Expand Down

0 comments on commit ec6027c

Please sign in to comment.