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

deUSD test deploy #233

Open
wants to merge 1 commit 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
2 changes: 1 addition & 1 deletion src/consts/warpRouteWhitelist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// Warp Route IDs use format `SYMBOL/chainname1-chainname2...` where chains are ordered alphabetically
// If left null, all warp routes in the configured registry will be included
// If set to a list (including an empty list), only the specified routes will be included
export const warpRouteWhitelist: Array<string> | null = null;
export const warpRouteWhitelist: Array<string> | null = [];
// Example:
// [
// // 'ETH/ethereum-viction'
Expand Down
30 changes: 29 additions & 1 deletion src/consts/warpRoutes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,33 @@
# These configs will be merged with the warp routes in the configured registry
# The input here is typically the output of the Hyperlane CLI warp deploy command
---
tokens: []
tokens:
- addressOrDenom: "0x0ea232f95607e6d10B3021D38EE70875A35c7343"
chainName: arbitrum
connections:
- token: ethereum|base|0xfc727BF5fc6220D8FE40C69B4D220c96EE25c254
- token: ethereum|ethereum|0x7F2CD0022BA26438B699f266FA01F2Fb07c88c50
decimals: 18
name: deUSD
standard: EvmHypSynthetic
symbol: deUSD
- addressOrDenom: "0xfc727BF5fc6220D8FE40C69B4D220c96EE25c254"
chainName: base
connections:
- token: ethereum|arbitrum|0x0ea232f95607e6d10B3021D38EE70875A35c7343
- token: ethereum|ethereum|0x7F2CD0022BA26438B699f266FA01F2Fb07c88c50
decimals: 18
name: deUSD
standard: EvmHypSynthetic
symbol: deUSD
- addressOrDenom: "0x7F2CD0022BA26438B699f266FA01F2Fb07c88c50"
chainName: ethereum
collateralAddressOrDenom: "0x15700B564Ca08D9439C58cA5053166E8317aa138"
connections:
- token: ethereum|arbitrum|0x0ea232f95607e6d10B3021D38EE70875A35c7343
- token: ethereum|base|0xfc727BF5fc6220D8FE40C69B4D220c96EE25c254
decimals: 18
name: deUSD
standard: EvmHypCollateral
symbol: deUSD
options: {}
Loading