Skip to content

Commit cf07b6a

Browse files
authored
Disable Sui CCTP (#729)
* disable Sui CCTP * ignore sui cctp package for now * bump versions
1 parent 6ff334b commit cf07b6a

File tree

6 files changed

+113
-129
lines changed

6 files changed

+113
-129
lines changed

core/base/src/constants/circle.ts

-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const usdcContracts = [[
1919
["Solana", "EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v"],
2020
["Base", "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913"],
2121
["Polygon", "0x3c499c542cef5e3811e1192ce70d8cc03d5c3359"],
22-
["Sui", "0xdba34672e30cb065b1f93e3ab55318768fd6fef66c15942c9f7cb846e2f900e7::usdc::USDC"],
2322
]], [
2423
"Testnet", [
2524
["Sepolia", "0x1c7D4B196Cb0C7B01d743Fbc6116a902379C7238"],

core/base/src/constants/contracts/circle.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ export const circleContracts = [[
5555
wormhole: "0x0FF28217dCc90372345954563486528aa865cDd6",
5656
}], [
5757
"Sui", {
58-
tokenMessenger: "0x410d70c8baad60f310f45c13b9656ecbfed46fdf970e051f0cac42891a848856",
59-
messageTransmitter: "0x34c884874be4cb4b84e79fa280d7b041f186f4d1ef08be1dc74b20e94376951a",
58+
tokenMessenger: "",
59+
messageTransmitter: "",
6060
wormholeRelayer: "",
6161
wormhole: "",
6262
}],

0 commit comments

Comments
 (0)