Skip to content

Commit

Permalink
feat: add CDX/base-solanamainnet to nexus (#436)
Browse files Browse the repository at this point in the history
  • Loading branch information
tkporter authored Feb 17, 2025
1 parent 66543e9 commit e9e0a15
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": "9.4.0",
"@hyperlane-xyz/registry": "9.7.0",
"@hyperlane-xyz/sdk": "8.5.0",
"@hyperlane-xyz/utils": "8.5.0",
"@hyperlane-xyz/widgets": "8.5.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 @@ -130,4 +130,7 @@ export const warpRouteWhitelist: Array<string> | null = [

// LOGX routes
'LOGX/arbitrum-solanamainnet',

// CDX routes
'CDX/base-solanamainnet',
];
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4073,13 +4073,13 @@ __metadata:
languageName: node
linkType: hard

"@hyperlane-xyz/registry@npm:9.4.0":
version: 9.4.0
resolution: "@hyperlane-xyz/registry@npm:9.4.0"
"@hyperlane-xyz/registry@npm:9.7.0":
version: 9.7.0
resolution: "@hyperlane-xyz/registry@npm:9.7.0"
dependencies:
yaml: "npm:2.4.5"
zod: "npm:^3.21.2"
checksum: 10/13eb3ed671d70cc4b66a3546eb54b82e5606aed6c97cea82df54208415941026aab809ac434208a15b698d1b9fe88a828ce2e2b2d64239a6ca60d0dc2666c2fb
checksum: 10/d4c3434a8eb84b79d8b83d3bbc2d3ae021c85af79abf7bf9a8f5d8799e79e1809edba6470838c00415efd77818f9ca412b3984e96b75e6a5406057dff3ae3912
languageName: node
linkType: hard

Expand Down Expand Up @@ -4145,7 +4145,7 @@ __metadata:
"@emotion/react": "npm:^11.13.3"
"@emotion/styled": "npm:^11.13.0"
"@headlessui/react": "npm:^2.2.0"
"@hyperlane-xyz/registry": "npm:9.4.0"
"@hyperlane-xyz/registry": "npm:9.7.0"
"@hyperlane-xyz/sdk": "npm:8.5.0"
"@hyperlane-xyz/utils": "npm:8.5.0"
"@hyperlane-xyz/widgets": "npm:8.5.0"
Expand Down

0 comments on commit e9e0a15

Please sign in to comment.