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 superUSD deploy #242

Open
wants to merge 5 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
4 changes: 4 additions & 0 deletions deployments/warp_routes/SUPERUSD/ethereum-mode-addresses.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ethereum:
collateral: "0xA82b568B5058556396fEAc49c9FA7de6b843fF03"
mode:
synthetic: "0x9fD42Eb21f3Eb3A005Ca8E0Ad2e4B5594B06183F"
19 changes: 19 additions & 0 deletions deployments/warp_routes/SUPERUSD/ethereum-mode-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# yaml-language-server: $schema=../schema.json
tokens:
- addressOrDenom: "0xA82b568B5058556396fEAc49c9FA7de6b843fF03"
chainName: ethereum
collateralAddressOrDenom: "0x15700B564Ca08D9439C58cA5053166E8317aa138"
connections:
- token: ethereum|mode|0x9fD42Eb21f3Eb3A005Ca8E0Ad2e4B5594B06183F
decimals: 18
name: superUSD
standard: EvmHypCollateral
symbol: superUSD
- addressOrDenom: "0x9fD42Eb21f3Eb3A005Ca8E0Ad2e4B5594B06183F"
chainName: mode
connections:
- token: ethereum|ethereum|0xA82b568B5058556396fEAc49c9FA7de6b843fF03
decimals: 18
name: superUSD
standard: EvmHypSynthetic
symbol: superUSD
Loading