Skip to content

Commit 92e4a2a

Browse files
authored
fix(warp-routes): fix ctUSD symbol on ethereum [DO NOT MERGE YET] (#1412)
1 parent 22e7f20 commit 92e4a2a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

.changeset/curvy-spies-reflect.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+
Fix usdc symbol on ethereum for citrea usd

deployments/warp_routes/ctUSD/citrea-config.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
tokens:
33
- addressOrDenom: "0xeBEB7F52892dF3066885F4D31137a76327f6348b"
44
chainName: citrea
5+
coinGeckoId: citrea-usd
56
collateralAddressOrDenom: "0x8D82c4E3c936C7B5724A382a9c5a4E6Eb7aB6d5D"
67
connections:
78
- token: ethereum|ethereum|0x6372e1C8a08940C7e95AF2891B9201aC48De6519
@@ -13,6 +14,7 @@ tokens:
1314
symbol: ctUSD
1415
- addressOrDenom: "0x6372e1C8a08940C7e95AF2891B9201aC48De6519"
1516
chainName: ethereum
17+
coinGeckoId: usd-coin
1618
collateralAddressOrDenom: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
1719
connections:
1820
- token: ethereum|citrea|0xeBEB7F52892dF3066885F4D31137a76327f6348b
@@ -21,7 +23,7 @@ tokens:
2123
logoURI: /deployments/warp_routes/USDC/logo.svg
2224
name: USD Coin
2325
standard: EvmHypCollateral
24-
symbol: ctUSD
26+
symbol: USDC
2527
- addressOrDenom: HLrN331CCLAx13e9AudYVDuowwjGgpkNXzY8L17NQFzC
2628
chainName: solanamainnet
2729
collateralAddressOrDenom: xoUSDq85Rjsb6SbUwJyreFgeWQvxdkT7R3c3g7s6p5Y

0 commit comments

Comments
 (0)