From 122424c5dcaedace89dd846b528f8cb150fb28a8 Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Fri, 1 Nov 2024 15:39:25 +0000 Subject: [PATCH 1/4] feat: eclipse batch 2 --- package.json | 2 +- src/consts/warpRouteWhitelist.ts | 7 +++++++ yarn.lock | 10 +++++----- 3 files changed, 13 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 04b627ae..5182e7fe 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": "4.11.1", + "@hyperlane-xyz/registry": "5.0.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 62a14d5c..977ea552 100644 --- a/src/consts/warpRouteWhitelist.ts +++ b/src/consts/warpRouteWhitelist.ts @@ -32,6 +32,7 @@ export const warpRouteWhitelist: Array | null = [ // USDT routes 'USDT/ethereum-inevm', 'USDT/ethereum-viction', + 'USDT/eclipsemainnet-ethereum', // INJ routes 'INJ/inevm-injective', @@ -41,4 +42,10 @@ export const warpRouteWhitelist: Array | null = [ // WIF routes 'WIF/eclipsemainnet-solanamainnet', + + // WBTC routes + 'WBTC/eclipsemainnet-ethereum', + + // ORCA routes + 'ORCA/eclipsemainnet-solanamainnet', ]; diff --git a/yarn.lock b/yarn.lock index aa141aed..20c6ab2c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4034,13 +4034,13 @@ __metadata: languageName: node linkType: hard -"@hyperlane-xyz/registry@npm:4.11.1": - version: 4.11.1 - resolution: "@hyperlane-xyz/registry@npm:4.11.1" +"@hyperlane-xyz/registry@npm:5.0.0": + version: 5.0.0 + resolution: "@hyperlane-xyz/registry@npm:5.0.0" dependencies: yaml: "npm:2.4.5" zod: "npm:^3.21.2" - checksum: 72d0de24a8b515b0df723150dc9649c3b3d09ba5246536adcc887b1487c56dc36dab9dc986ba9944662198646a7ec7935c134a0c6dd3879af0f459ab25381d14 + checksum: 0d2b0066776ddae1fc67abc976a3a2e1bede700f8fa8fab8a0c901a483cb0fb8125aba34b84b9dbdd08503ca94e50d7577359e200b8a4d353c4e45e9e80790e3 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:4.11.1" + "@hyperlane-xyz/registry": "npm:5.0.0" "@hyperlane-xyz/sdk": "npm:5.6.2" "@hyperlane-xyz/utils": "npm:5.6.2" "@hyperlane-xyz/widgets": "npm:5.6.2" From e4a40f6c85b94c0400efdd37952a3715481b37f4 Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:22:24 +0000 Subject: [PATCH 2/4] bump registry --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 5182e7fe..6d083020 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.0", + "@hyperlane-xyz/registry": "5.0.1", "@hyperlane-xyz/sdk": "5.6.2", "@hyperlane-xyz/utils": "5.6.2", "@hyperlane-xyz/widgets": "5.6.2", diff --git a/yarn.lock b/yarn.lock index 20c6ab2c..0dea20bc 100644 --- a/yarn.lock +++ b/yarn.lock @@ -4034,13 +4034,13 @@ __metadata: languageName: node linkType: hard -"@hyperlane-xyz/registry@npm:5.0.0": - version: 5.0.0 - resolution: "@hyperlane-xyz/registry@npm:5.0.0" +"@hyperlane-xyz/registry@npm:5.0.1": + version: 5.0.1 + resolution: "@hyperlane-xyz/registry@npm:5.0.1" dependencies: yaml: "npm:2.4.5" zod: "npm:^3.21.2" - checksum: 0d2b0066776ddae1fc67abc976a3a2e1bede700f8fa8fab8a0c901a483cb0fb8125aba34b84b9dbdd08503ca94e50d7577359e200b8a4d353c4e45e9e80790e3 + checksum: 11aee95b13dd58ba750c0d04ecd1e63c5f42f5404e1a8390c8cfdb5c815c142d026aca60b9f6db291e329d92822434a5941d81bfd3ba66d74aa02b85c5c8f68a 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.0" + "@hyperlane-xyz/registry": "npm:5.0.1" "@hyperlane-xyz/sdk": "npm:5.6.2" "@hyperlane-xyz/utils": "npm:5.6.2" "@hyperlane-xyz/widgets": "npm:5.6.2" From 417cec34bb36605175473c931b24d4aa2390db8f Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:32:51 +0000 Subject: [PATCH 3/4] fix: usdt route id --- src/consts/warpRouteWhitelist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts/warpRouteWhitelist.ts b/src/consts/warpRouteWhitelist.ts index 977ea552..038092af 100644 --- a/src/consts/warpRouteWhitelist.ts +++ b/src/consts/warpRouteWhitelist.ts @@ -32,7 +32,7 @@ export const warpRouteWhitelist: Array | null = [ // USDT routes 'USDT/ethereum-inevm', 'USDT/ethereum-viction', - 'USDT/eclipsemainnet-ethereum', + 'USDC/eclipsemainnet-ethereum-solanamainnet', // INJ routes 'INJ/inevm-injective', From e1669532597f5dcbe256235a5a231c3f27597910 Mon Sep 17 00:00:00 2001 From: Daniel Savu <23065004+daniel-savu@users.noreply.github.com> Date: Fri, 1 Nov 2024 16:35:26 +0000 Subject: [PATCH 4/4] another fix --- src/consts/warpRouteWhitelist.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/consts/warpRouteWhitelist.ts b/src/consts/warpRouteWhitelist.ts index 038092af..138c9b28 100644 --- a/src/consts/warpRouteWhitelist.ts +++ b/src/consts/warpRouteWhitelist.ts @@ -32,7 +32,7 @@ export const warpRouteWhitelist: Array | null = [ // USDT routes 'USDT/ethereum-inevm', 'USDT/ethereum-viction', - 'USDC/eclipsemainnet-ethereum-solanamainnet', + 'USDT/eclipsemainnet-ethereum-solanamainnet', // INJ routes 'INJ/inevm-injective',