Skip to content

Commit

Permalink
feat: Add ethereum-ink USDC artifacts (#478)
Browse files Browse the repository at this point in the history
### Description
Add ethereum-ink USDC artifacts
  • Loading branch information
ltyu authored Jan 9, 2025
1 parent 5dc394c commit 62ccc4d
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/four-trees-taste.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Add ethereum-ink USDC artifacts
4 changes: 4 additions & 0 deletions deployments/warp_routes/USDC/ethereum-ink-addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ethereum:
collateral: "0xAf4f3329D271655a4287882310dE25Fb77Dc0a14"
ink:
synthetic: "0x23f63C65c474f2A5BF80ea845Ca496Da3689A2B9"
22 changes: 22 additions & 0 deletions deployments/warp_routes/USDC/ethereum-ink-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0xAf4f3329D271655a4287882310dE25Fb77Dc0a14"
chainName: ethereum
coinGeckoId: usd-coin
collateralAddressOrDenom: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
connections:
- token: ethereum|ink|0x23f63C65c474f2A5BF80ea845Ca496Da3689A2B9
decimals: 6
logoURI: /deployments/warp_routes/USDC/logo.svg
name: USD Coin
standard: EvmHypCollateral
symbol: USDC
- addressOrDenom: "0x23f63C65c474f2A5BF80ea845Ca496Da3689A2B9"
chainName: ink
connections:
- token: ethereum|ethereum|0xAf4f3329D271655a4287882310dE25Fb77Dc0a14
decimals: 6
logoURI: /deployments/warp_routes/USDC/logo.svg
name: USD Coin
standard: EvmHypSynthetic
symbol: USDC

0 comments on commit 62ccc4d

Please sign in to comment.