Skip to content

Commit

Permalink
feat: deploy to cheesechain and add USDC Collateral Vault (#165)
Browse files Browse the repository at this point in the history
  • Loading branch information
rshtirmer authored Sep 1, 2024
1 parent 262b5d3 commit dd206c3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/odd-rivers-matter.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperlane-xyz/registry": minor
---

Add cheesechain USDC Collateral Vault warp route
1 change: 1 addition & 0 deletions chains/cheesechain/metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ deployer:
displayName: CheeseChain
domainId: 383353
gasCurrencyCoinGeckoId: cheese-2
gnosisSafeTransactionServiceUrl: https://prod.cheese.transaction.keypersafe.xyz/
index:
from: 50650
name: cheesechain
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
cheesechain:
synthetic: "0x86298471Aa55CCD6abf38c098e8e702302db9Ec5"
ethereum:
collateral: "0xf4ab97374df59f509380038100c42079d714F727"
19 changes: 19 additions & 0 deletions deployments/warp_routes/USDC/cheesechain-ethereum-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0x86298471Aa55CCD6abf38c098e8e702302db9Ec5"
chainName: cheesechain
connections:
- token: ethereum|ethereum|0xf4ab97374df59f509380038100c42079d714F727
decimals: 6
name: USDC
standard: EvmHypSynthetic
symbol: USDC
- addressOrDenom: "0xf4ab97374df59f509380038100c42079d714F727"
chainName: ethereum
collateralAddressOrDenom: "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48"
connections:
- token: ethereum|cheesechain|0x86298471Aa55CCD6abf38c098e8e702302db9Ec5
decimals: 6
name: USDC
standard: EvmHypCollateral
symbol: USDC

0 comments on commit dd206c3

Please sign in to comment.