Skip to content

Commit 4d2c28d

Browse files
authored
feat: USDC/coti-ethereum (#764)
### Description This PR adds USDC/coti-ethereum for COTI ### Backward compatibility Yes
1 parent 10bb5bd commit 4d2c28d

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

.changeset/fifty-waves-watch.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@hyperlane-xyz/registry': minor
3+
---
4+
5+
Added the USDC/coti-ethereum warp route
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# yaml-language-server: $schema=../schema.json
2+
tokens:
3+
- addressOrDenom: "0xEE2e85Df244e32d95d9f327D7a35Ba3d2d412225"
4+
chainName: coti
5+
coinGeckoId: usd-coin
6+
collateralAddressOrDenom: "0xf1Feebc4376c68B7003450ae66343Ae59AB37D3C"
7+
connections:
8+
- token: ethereum|ethereum|0x6de5FaBC6B4663BD6BdBc064Bbb183E61aF1daDE
9+
decimals: 6
10+
name: USD Coin
11+
standard: EvmHypCollateralFiat
12+
symbol: USDC
13+
- addressOrDenom: "0x6de5FaBC6B4663BD6BdBc064Bbb183E61aF1daDE"
14+
chainName: ethereum
15+
coinGeckoId: usd-coin
16+
collateralAddressOrDenom: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
17+
connections:
18+
- token: ethereum|coti|0xEE2e85Df244e32d95d9f327D7a35Ba3d2d412225
19+
decimals: 6
20+
name: USD Coin
21+
standard: EvmHypCollateral
22+
symbol: USDC
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
coti:
2+
isNft: false
3+
owner: "0xdF2E2886d23ba57F996C203D2Ccd9dCa6373590C"
4+
token: "0xf1Feebc4376c68B7003450ae66343Ae59AB37D3C"
5+
type: collateralFiat
6+
ethereum:
7+
isNft: false
8+
owner: "0x490056F682A417C04c08DE1be0C96965182BBa20"
9+
token: "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48"
10+
type: collateral

0 commit comments

Comments
 (0)