Skip to content

Commit

Permalink
Merge pull request #376 from hyperlane-xyz/ltyu/USDC/ethereum-ink-nexus
Browse files Browse the repository at this point in the history
feat: Add Ink USDC to nexus
  • Loading branch information
ltyu authored Jan 10, 2025
2 parents 741d37d + 3225fba commit 911accb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
3 changes: 3 additions & 0 deletions src/consts/warpRouteWhitelist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,7 @@ export const warpRouteWhitelist: Array<string> | null = [

// kySOL
'kySOL/eclipsemainnet-solanamainnet',

// USDC ink
'USDC/ethereum-ink',
];
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 911accb

Please sign in to comment.