Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add PNDR to nexus #366

Open
wants to merge 4 commits into
base: nexus
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.11.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',

// PNDR
'PNDR/bsc-ethereum-lumiaprism',
];
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.11.0":
version: 6.11.0
resolution: "@hyperlane-xyz/registry@npm:6.11.0"
dependencies:
yaml: "npm:2.4.5"
zod: "npm:^3.21.2"
checksum: 10/cd626b0aa773944c92f282dbd2aaaa2a1043e60b9714ec74ef99f13e6fc323efb0f9a55695838e3b104980411d56cbc18b266c94347c8bce2cf5e18d9ee06eb4
checksum: 10/25019fbc8ff07b06e34c1ad55af556623fbd4676c12b40060bee89d468f8b3d57a2559286b500e1aae21e19c2ff7ca07bd00a2df7386340bfa1208790b47e8b7
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.11.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
Loading