Skip to content

Commit

Permalink
Merge pull request #379 from hyperlane-xyz/trevor/tony-nexus
Browse files Browse the repository at this point in the history
feat: add TONY to Nexus
  • Loading branch information
tkporter authored Jan 15, 2025
2 parents f6acb4d + b13fb90 commit 2585834
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.13.0",
"@hyperlane-xyz/registry": "6.16.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 @@ -74,4 +74,7 @@ export const warpRouteWhitelist: Array<string> | null = [

// Bonk routes
'Bonk/solanamainnet-soon',

// TONY routes
'TONY/base-solanamainnet',
];
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.13.0":
version: 6.13.0
resolution: "@hyperlane-xyz/registry@npm:6.13.0"
"@hyperlane-xyz/registry@npm:6.16.0":
version: 6.16.0
resolution: "@hyperlane-xyz/registry@npm:6.16.0"
dependencies:
yaml: "npm:2.4.5"
zod: "npm:^3.21.2"
checksum: 10/9ffc240deb166c00c55838761c90d0759cd84de0302f3a746ca729027197cfb472937efe83d56eb2fa154426559de79ce990c5bc9433e6fad30aeac55a462a7a
checksum: 10/99cab13a7fb4fed1da70b62f882d1d56dda8fdb0208255ba232584ab6ddae0d4ba238ad7160deb5c4b5e3c65290405f4807eb765bf8133c059fd0372fd313ca1
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.13.0"
"@hyperlane-xyz/registry": "npm:6.16.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 2585834

Please sign in to comment.