Skip to content

Commit

Permalink
devnet: update sui addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
evan-gray committed Mar 15, 2024
1 parent 4c634f9 commit ef2f147
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Tiltfile
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ def build_node_yaml():
"--suiRPC",
"http://sui:9000",
"--suiMoveEventType",
"0x7f6cebb8a489654d7a759483bd653c4be3e5ccfef17a8b5fd3ba98bd072fabc3::publish_message::WormholeMessage",
"0x3aba21f9808f84f9d3ca76c1847fd86f36b072fe3bcdc7360fe52c328d9fccbd::publish_message::WormholeMessage",
"--suiWS",
"ws://sui:9000",
]
Expand Down
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: "0xb49caa756546453e3145574c206a570a43506fbc2c43f0181834555f85dbe57d", // wormhole module State object ID
core: "0x1654c2df91e2da2b152c03446bfc8bff0702608c16693c4842f86b5ed8edee94", // wormhole module State object ID
token_bridge:
"0xad0fd243ad451b773ccff4707842e0eeaa8c51a8071912fe3285247220b3fdd1", // token_bridge module State object ID
"0xce7a99a8710c4f0c63777acf1f8bc2b7d85af9b3d772ee55b7030cd0aabbfb0f", // token_bridge module State object ID
},
aptos: {
token_bridge:
Expand Down
2 changes: 1 addition & 1 deletion scripts/devnet-consts.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
},
"21": {
"contracts": {
"tokenBridgeEmitterAddress": "be8d2e6809d4873bcf1d8be6af2b92500091ad6aa5dc76bc717af86a58d300ca"
"tokenBridgeEmitterAddress": "87f66be7b6bf0c843383460fcee50252198ba70131d41b1d5aeca69228b40b8a"
}
},
"22": {
Expand Down
2 changes: 1 addition & 1 deletion sdk/devnet_consts.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var knownDevnetTokenbridgeEmitters = map[vaa.ChainID]string{
vaa.ChainIDBSC: "0000000000000000000000000290fb167208af455bb137780163b7b7a9a10c16",
vaa.ChainIDAlgorand: "8ec299cb7f3efec28f542397e07f07118d74c875f85409ed8e6b93c17b60e992",
vaa.ChainIDWormchain: "45dbea4617971d93188eda21530bc6503d153313b6f575048c2c35dbc6e4fb06",
vaa.ChainIDSui: "be8d2e6809d4873bcf1d8be6af2b92500091ad6aa5dc76bc717af86a58d300ca",
vaa.ChainIDSui: "87f66be7b6bf0c843383460fcee50252198ba70131d41b1d5aeca69228b40b8a",
}

// KnownDevnetNFTBridgeEmitters is a map of known NFT emitters used during development.
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: "0xb49caa756546453e3145574c206a570a43506fbc2c43f0181834555f85dbe57d", // wormhole module State object ID
core: "0x1654c2df91e2da2b152c03446bfc8bff0702608c16693c4842f86b5ed8edee94", // wormhole module State object ID
token_bridge:
"0xad0fd243ad451b773ccff4707842e0eeaa8c51a8071912fe3285247220b3fdd1", // token_bridge module State object ID
"0xce7a99a8710c4f0c63777acf1f8bc2b7d85af9b3d772ee55b7030cd0aabbfb0f", // token_bridge module State object ID
nft_bridge: undefined,
},
moonbeam: {
Expand Down

0 comments on commit ef2f147

Please sign in to comment.