Skip to content

Commit

Permalink
add circle testnet constants for Sui
Browse files Browse the repository at this point in the history
  • Loading branch information
artursapek committed Oct 11, 2024
1 parent 8449747 commit 5f51c7a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 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 @@ -28,6 +28,7 @@ const usdcContracts = [[
["Solana", "4zMMC9srt5Ri5X14GAgXhaHii3GnPAEERYPJgZJDncDU"],
["BaseSepolia", "0x036CbD53842c5426634e7929541eC2318f3dCF7e"],
["Polygon", "0x9999f7fea5938fd3b1e26a12c3f2fb024e194f97"],
["Sui", "0xa1ec7fc00a6f40db9693ad1415d0c193ad3906494428cf252621037bd7117e29"],
]],
] as const satisfies MapLevel<Network, MapLevel<Chain, string>>;
export const usdcContract = constMap(usdcContracts);
Expand Down
7 changes: 7 additions & 0 deletions core/base/src/constants/contracts/circle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@ export const circleContracts = [[
messageTransmitter: "0xe09A679F56207EF33F5b9d8fb4499Ec00792eA73",
wormholeRelayer: "0x4cb69FaE7e7Af841e44E1A1c30Af640739378bb2",
wormhole: "0x2703483B1a5a7c577e8680de9Df8Be03c6f30e3c",
}], [
"Sui", {
tokenMessenger: "0x4e16078afc5ebfc244a8107ded4044970df5d84db384e7194b7fc444090683fd",
messageTransmitter: "0x4741a96a5903c80613f2d013492a47741cf10c6246ea38a724d354a09895cf8f",
wormholeRelayer: "",
wormhole: "",
}],

]],
] as const satisfies MapLevels<[Network, Chain, CircleContracts]>;

0 comments on commit 5f51c7a

Please sign in to comment.