Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add artifacts from deUSD deploy #191

Merged
merged 8 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/little-hounds-listen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@hyperlane-xyz/registry": minor
---

Add deUSD warp route
4 changes: 4 additions & 0 deletions deployments/warp_routes/DEUSD/ethereum-sei-addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ethereum:
collateral: "0x1Ae0F9913B9277615A94eb78D4D438E708F67571"
sei:
synthetic: "0x68a3963D2fE3427cfD044806B40AF41feCaae845"
19 changes: 19 additions & 0 deletions deployments/warp_routes/DEUSD/ethereum-sei-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# yaml-language-server: $schema=../schema.json
tokens:
yorhodes marked this conversation as resolved.
Show resolved Hide resolved
- addressOrDenom: "0x68a3963D2fE3427cfD044806B40AF41feCaae845"
chainName: sei
connections:
- token: ethereum|ethereum|0x1Ae0F9913B9277615A94eb78D4D438E708F67571
decimals: 18
name: fastUSD
standard: EvmHypSynthetic
symbol: fastUSD
- addressOrDenom: "0x1Ae0F9913B9277615A94eb78D4D438E708F67571"
chainName: ethereum
collateralAddressOrDenom: "0x15700B564Ca08D9439C58cA5053166E8317aa138"
connections:
- token: ethereum|sei|0x68a3963D2fE3427cfD044806B40AF41feCaae845
decimals: 18
name: deUSD
standard: EvmHypCollateral
symbol: deUSD
Loading