Skip to content

Commit

Permalink
Merge pull request #306 from hyperlane-xyz/dan/nexus-eclipse-2
Browse files Browse the repository at this point in the history
feat: eclipse batch 2
  • Loading branch information
daniel-savu authored Nov 1, 2024
2 parents 1b33541 + e166953 commit f18449b
Show file tree
Hide file tree
Showing 3 changed files with 13 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.0",
"@emotion/styled": "^11.13.0",
"@headlessui/react": "^1.7.14",
"@hyperlane-xyz/registry": "4.11.1",
"@hyperlane-xyz/registry": "5.0.1",
"@hyperlane-xyz/sdk": "5.6.2",
"@hyperlane-xyz/utils": "5.6.2",
"@hyperlane-xyz/widgets": "5.6.2",
Expand Down
7 changes: 7 additions & 0 deletions src/consts/warpRouteWhitelist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export const warpRouteWhitelist: Array<string> | null = [
// USDT routes
'USDT/ethereum-inevm',
'USDT/ethereum-viction',
'USDT/eclipsemainnet-ethereum-solanamainnet',

// INJ routes
'INJ/inevm-injective',
Expand All @@ -41,4 +42,10 @@ export const warpRouteWhitelist: Array<string> | null = [

// WIF routes
'WIF/eclipsemainnet-solanamainnet',

// WBTC routes
'WBTC/eclipsemainnet-ethereum',

// ORCA routes
'ORCA/eclipsemainnet-solanamainnet',
];
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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.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: 72d0de24a8b515b0df723150dc9649c3b3d09ba5246536adcc887b1487c56dc36dab9dc986ba9944662198646a7ec7935c134a0c6dd3879af0f459ab25381d14
checksum: 11aee95b13dd58ba750c0d04ecd1e63c5f42f5404e1a8390c8cfdb5c815c142d026aca60b9f6db291e329d92822434a5941d81bfd3ba66d74aa02b85c5c8f68a
languageName: node
linkType: hard

Expand Down Expand Up @@ -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.1"
"@hyperlane-xyz/sdk": "npm:5.6.2"
"@hyperlane-xyz/utils": "npm:5.6.2"
"@hyperlane-xyz/widgets": "npm:5.6.2"
Expand Down

0 comments on commit f18449b

Please sign in to comment.