Skip to content

Commit

Permalink
sui: use new object ids
Browse files Browse the repository at this point in the history
  • Loading branch information
kcsongor committed Mar 3, 2024
1 parent 56dbd84 commit 0e9742c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions clients/js/src/consts/contracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ const OVERRIDES = {
},
DEVNET: {
sui: {
core: "0x5a5160ca3c2037f4b4051344096ef7a48ebf4400b3f385e57ea90e1628a8bde0", // wormhole module State object ID
core: "0xb990ac009b41a1cdb9e1136d6661724a4caadbdcfc845e2e9b18d902edaa228b", // wormhole module State object ID
token_bridge:
"0xa6a3da85bbe05da5bfd953708d56f1a3a023e7fb58e5a824a3d4de3791e8f690", // token_bridge module State object ID
"0x6143676c64d7aba58026ff39771ed232838b711097f9a94652f54754b1c12b51", // token_bridge module State object ID
},
aptos: {
token_bridge:
Expand Down
4 changes: 2 additions & 2 deletions sdk/js/src/utils/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -732,9 +732,9 @@ const DEVNET = {
"0x46da3d4c569388af61f951bdd1153f4c875f90c2991f6b2d0a38e2161a40852c",
},
sui: {
core: "0x5a5160ca3c2037f4b4051344096ef7a48ebf4400b3f385e57ea90e1628a8bde0", // wormhole module State object ID
core: "0xb990ac009b41a1cdb9e1136d6661724a4caadbdcfc845e2e9b18d902edaa228b", // wormhole module State object ID
token_bridge:
"0xa6a3da85bbe05da5bfd953708d56f1a3a023e7fb58e5a824a3d4de3791e8f690", // token_bridge module State object ID
"0x6143676c64d7aba58026ff39771ed232838b711097f9a94652f54754b1c12b51", // token_bridge module State object ID
nft_bridge: undefined,
},
moonbeam: {
Expand Down

0 comments on commit 0e9742c

Please sign in to comment.