Skip to content

Commit

Permalink
mainnet addresses
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek committed Oct 28, 2024
1 parent b2aa65b commit 351e761
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions core/base/src/constants/circle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ const usdcContracts = [[
["Solana", "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"],
["Base", "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"],
["Polygon", "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359"],
["Sui", "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC"],
]], [
"Testnet", [
["Sepolia", "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"],
Expand Down
4 changes: 2 additions & 2 deletions core/base/src/constants/contracts/circle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ export const circleContracts = [[
wormhole: "0x0FF28217dCc90372345954563486528aa865cDd6",
}], [
"Sui", {
tokenMessenger: "",
messageTransmitter: "",
tokenMessenger: "0x410d70c8baad60f310f45c13b9656ecbfed46fdf970e051f0cac42891a848856",
messageTransmitter: "0x34c884874be4cb4b84e79fa280d7b041f186f4d1ef08be1dc74b20e94376951a",
wormholeRelayer: "",
wormhole: "",
}],
Expand Down
6 changes: 3 additions & 3 deletions platforms/sui/protocols/cctp/src/objects.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ export const _suiCircleObjects = [[
},
], [
"Mainnet", {
tokenMessengerState:"",
messageTransmitterState: "",
usdcTreasury: "",
tokenMessengerState:"0x9887393d8c9eccad3e25d7ac04d7b5a1fb53b557df2f84e48d2846903b109b32",
messageTransmitterState: "0xd89e73191571cd3de6247ec00d6af48d89c245a7582c39fde20d08456c9b52f8",
usdcTreasury: "0x57d6725e7a8b49a7b2a612f6bd66ab5f39fc95332ca48be421c3229d514a6de7",
}
]] as const satisfies MapLevels<[Network, SuiCircleObjects]>;

Expand Down

0 comments on commit 351e761

Please sign in to comment.