Skip to content

Commit

Permalink
Disable Sui CCTP (#729)
Browse files Browse the repository at this point in the history
* disable Sui CCTP

* ignore sui cctp package for now

* bump versions
  • Loading branch information
artursapek authored Oct 31, 2024
1 parent 6ff334b commit cf07b6a
Show file tree
Hide file tree
Showing 6 changed files with 113 additions and 129 deletions.
1 change: 0 additions & 1 deletion core/base/src/constants/circle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ 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: "0x410d70c8baad60f310f45c13b9656ecbfed46fdf970e051f0cac42891a848856",
messageTransmitter: "0x34c884874be4cb4b84e79fa280d7b041f186f4d1ef08be1dc74b20e94376951a",
tokenMessenger: "",
messageTransmitter: "",
wormholeRelayer: "",
wormhole: "",
}],
Expand Down
Loading

0 comments on commit cf07b6a

Please sign in to comment.