From 869a4a86fee8e49cf0bff778e80e81985fd46eda Mon Sep 17 00:00:00 2001 From: Le Yu <6251863+ltyu@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:08:34 -0500 Subject: [PATCH 1/2] Up Registry to 6.12 --- package.json | 2 +- yarn.lock | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 6910ffc5..3235fa80 100644 --- a/package.json +++ b/package.json @@ -17,7 +17,7 @@ "@emotion/react": "^11.13.3", "@emotion/styled": "^11.13.0", "@headlessui/react": "^2.2.0", - "@hyperlane-xyz/registry": "6.10.0", + "@hyperlane-xyz/registry": "6.12.0", "@hyperlane-xyz/sdk": "8.0.0-beta.0", "@hyperlane-xyz/utils": "8.0.0-beta.0", "@hyperlane-xyz/widgets": "8.0.0-beta.0", diff --git a/yarn.lock b/yarn.lock index 5beb64e6..91757bf0 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3898,13 +3898,13 @@ __metadata: languageName: node linkType: hard -"@hyperlane-xyz/registry@npm:6.10.0": - version: 6.10.0 - resolution: "@hyperlane-xyz/registry@npm:6.10.0" +"@hyperlane-xyz/registry@npm:6.12.0": + version: 6.12.0 + resolution: "@hyperlane-xyz/registry@npm:6.12.0" dependencies: yaml: "npm:2.4.5" zod: "npm:^3.21.2" - checksum: 10/cd626b0aa773944c92f282dbd2aaaa2a1043e60b9714ec74ef99f13e6fc323efb0f9a55695838e3b104980411d56cbc18b266c94347c8bce2cf5e18d9ee06eb4 + checksum: 10/94d5141c2b4e1496d4eab74153c998590c986794eaae0404434f0235e7c3de1936c108937bda60006c57422c709dd5539658ca8cddd6504f59f5553f68b0e252 languageName: node linkType: hard @@ -3985,7 +3985,7 @@ __metadata: "@emotion/react": "npm:^11.13.3" "@emotion/styled": "npm:^11.13.0" "@headlessui/react": "npm:^2.2.0" - "@hyperlane-xyz/registry": "npm:6.10.0" + "@hyperlane-xyz/registry": "npm:6.12.0" "@hyperlane-xyz/sdk": "npm:8.0.0-beta.0" "@hyperlane-xyz/utils": "npm:8.0.0-beta.0" "@hyperlane-xyz/widgets": "npm:8.0.0-beta.0" From d652f056ccd5ab80d456fb3ee950381e31434e88 Mon Sep 17 00:00:00 2001 From: Le Yu <6251863+ltyu@users.noreply.github.com> Date: Thu, 9 Jan 2025 21:19:18 -0500 Subject: [PATCH 2/2] Add usdc ink --- src/consts/warpRouteWhitelist.ts | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/consts/warpRouteWhitelist.ts b/src/consts/warpRouteWhitelist.ts index d7bc906a..d1038de7 100644 --- a/src/consts/warpRouteWhitelist.ts +++ b/src/consts/warpRouteWhitelist.ts @@ -64,4 +64,7 @@ export const warpRouteWhitelist: Array | null = [ // kySOL 'kySOL/eclipsemainnet-solanamainnet', + + // USDC ink + 'USDC/ethereum-ink', ];