Skip to content

Commit

Permalink
fix: add missing coigecko id to form usdt and usdc routes (#485)
Browse files Browse the repository at this point in the history
### Description

add missing coingecko id to usdc and usdc routes on form

### Backward compatibility

- YES

### Testing

- Manual
- CLI
  • Loading branch information
xeno097 authored Jan 14, 2025
1 parent 750651c commit 195c073
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/kind-shrimps-begin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

add missing coingecko id to form usdt and usdc routes
2 changes: 2 additions & 0 deletions deployments/warp_routes/USDC/ethereum-form-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
tokens:
- addressOrDenom: "0x3551011EA5F210981E9C2a8659444011370f41e2"
chainName: ethereum
coinGeckoId: usd-coin
collateralAddressOrDenom: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
connections:
- token: ethereum|form|0xC316C8252B5F2176d0135Ebb0999E99296998F2e
Expand All @@ -12,6 +13,7 @@ tokens:
symbol: USDC
- addressOrDenom: "0xC316C8252B5F2176d0135Ebb0999E99296998F2e"
chainName: form
coinGeckoId: usd-coin
collateralAddressOrDenom: "0xFBf489bb4783D4B1B2e7D07ba39873Fb8068507D"
connections:
- token: ethereum|ethereum|0x3551011EA5F210981E9C2a8659444011370f41e2
Expand Down
1 change: 1 addition & 0 deletions deployments/warp_routes/USDT/ethereum-form-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
tokens:
- addressOrDenom: "0x6435821A260B6A8EcB4ab723B84e1Bc3BC8b5304"
chainName: ethereum
coinGeckoId: tether
collateralAddressOrDenom: "0xdac17f958d2ee523a2206206994597c13d831ec7"
connections:
- token: ethereum|form|0xFA3198ecF05303a6d96E57a45E6c815055D255b1
Expand Down

0 comments on commit 195c073

Please sign in to comment.