From 3fa61014da1e042c3e4319ec19377c68ff97eac7 Mon Sep 17 00:00:00 2001 From: nambrot Date: Wed, 28 Aug 2024 21:41:35 -0400 Subject: [PATCH] deUSD test deploy --- src/consts/warpRouteWhitelist.ts | 2 +- src/consts/warpRoutes.yaml | 30 +++++++++++++++++++++++++++++- 2 files changed, 30 insertions(+), 2 deletions(-) diff --git a/src/consts/warpRouteWhitelist.ts b/src/consts/warpRouteWhitelist.ts index 8c6ae88c..fa3ca69b 100644 --- a/src/consts/warpRouteWhitelist.ts +++ b/src/consts/warpRouteWhitelist.ts @@ -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 | null = null; +export const warpRouteWhitelist: Array | null = []; // Example: // [ // // 'ETH/ethereum-viction' diff --git a/src/consts/warpRoutes.yaml b/src/consts/warpRoutes.yaml index 090dcb3b..d5669dfa 100644 --- a/src/consts/warpRoutes.yaml +++ b/src/consts/warpRoutes.yaml @@ -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: {}