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

feat(warp): Update FastUSD ethereum sei collateral address #425

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all 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/rotten-rice-refuse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': minor
---

Update FastUSD ethereum sei collateral address to stake deUSD
4 changes: 2 additions & 2 deletions deployments/warp_routes/FASTUSD/ethereum-sei-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ tokens:
symbol: fastUSD
- addressOrDenom: "0x9AD81058c6C3Bf552C9014CB30E824717A0ee21b"
chainName: ethereum
# Unique setup where deUSD is deposited as collateral on Ethereum and fastUSD is minted as a synthetic on Sei
# Unique setup where staked deUSD is deposited as collateral on Ethereum and fastUSD is minted as a synthetic on Sei
coinGeckoId: elixir-deusd
collateralAddressOrDenom: "0x15700B564Ca08D9439C58cA5053166E8317aa138"
collateralAddressOrDenom: "0x5C5b196aBE0d54485975D1Ec29617D42D9198326"
connections:
- token: ethereum|sei|0xeA895A7Ff45d8d3857A04c1E38A362f3bd9a076f
decimals: 18
Expand Down
Loading