From c93a3d989a90b442f87893c00edc208540e6d79a Mon Sep 17 00:00:00 2001 From: Trevor Porter Date: Wed, 6 Nov 2024 13:55:33 +0000 Subject: [PATCH] feat: add weETHs --- package.json | 2 +- src/consts/warpRouteWhitelist.ts | 3 +++ yarn.lock | 10 +++++----- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6d083020..ceb9330e 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@emotion/react": "^11.13.0", "@emotion/styled": "^11.13.0", "@headlessui/react": "^1.7.14", - "@hyperlane-xyz/registry": "5.0.1", + "@hyperlane-xyz/registry": "5.1.0", "@hyperlane-xyz/sdk": "5.6.2", "@hyperlane-xyz/utils": "5.6.2", "@hyperlane-xyz/widgets": "5.6.2", diff --git a/src/consts/warpRouteWhitelist.ts b/src/consts/warpRouteWhitelist.ts index 138c9b28..db8e2bd2 100644 --- a/src/consts/warpRouteWhitelist.ts +++ b/src/consts/warpRouteWhitelist.ts @@ -17,6 +17,9 @@ export const warpRouteWhitelist: Array | null = [ // tETH routes 'tETH/eclipsemainnet-ethereum', + // weETHs routes + 'weETHs/eclipsemainnet-ethereum', + // ECLIP routes 'ECLIP/arbitrum-neutron', diff --git a/yarn.lock b/yarn.lock index 0dea20bc..921f6629 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4034,13 +4034,13 @@ __metadata: languageName: node linkType: hard -"@hyperlane-xyz/registry@npm:5.0.1": - version: 5.0.1 - resolution: "@hyperlane-xyz/registry@npm:5.0.1" +"@hyperlane-xyz/registry@npm:5.1.0": + version: 5.1.0 + resolution: "@hyperlane-xyz/registry@npm:5.1.0" dependencies: yaml: "npm:2.4.5" zod: "npm:^3.21.2" - checksum: 11aee95b13dd58ba750c0d04ecd1e63c5f42f5404e1a8390c8cfdb5c815c142d026aca60b9f6db291e329d92822434a5941d81bfd3ba66d74aa02b85c5c8f68a + checksum: a0b62a03d9fed6b9a0a29c0dbc8086dd63aca822a2a345ca3af70cce8f5e6c20cdd02c06df6afd8abc2554fc5a1597167303fee0ca076f45ba1cd163e443afc7 languageName: node linkType: hard @@ -4108,7 +4108,7 @@ __metadata: "@emotion/react": "npm:^11.13.0" "@emotion/styled": "npm:^11.13.0" "@headlessui/react": "npm:^1.7.14" - "@hyperlane-xyz/registry": "npm:5.0.1" + "@hyperlane-xyz/registry": "npm:5.1.0" "@hyperlane-xyz/sdk": "npm:5.6.2" "@hyperlane-xyz/utils": "npm:5.6.2" "@hyperlane-xyz/widgets": "npm:5.6.2"