Skip to content

Commit

Permalink
feat: add pumpBTCuni route
Browse files Browse the repository at this point in the history
  • Loading branch information
Mo-Hussain committed Feb 25, 2025
1 parent 9a1c180 commit 4543f16
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": "10.1.0",
"@hyperlane-xyz/registry": "^10.3.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 @@ -129,6 +129,9 @@ export const warpRouteWhitelist: Array<string> | null = [
// pzETH routes
'pzETH/ethereum-swell-zircuit',

// pumpBTCuni routes
'pumpBTCuni/ethereum-unichain',

// ART routes
'ART/artela-base-solanamainnet',

Expand Down
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:10.1.0":
version: 10.1.0
resolution: "@hyperlane-xyz/registry@npm:10.1.0"
"@hyperlane-xyz/registry@npm:^10.3.0":
version: 10.3.0
resolution: "@hyperlane-xyz/registry@npm:10.3.0"
dependencies:
yaml: "npm:2.4.5"
zod: "npm:^3.21.2"
checksum: 10/2b7b3bcecc25f744a2ee7ee38899706441165092e39e174b83e1e73c4b7530f989da5d3215b0760408e0b990b8d0f1ecd205b06719243cb18f8dea64fb007b4a
checksum: 10/b3d1172a50dbfa69d342dcd0ce0eefee017aae470b1b04d71011c3520e48c4d696093a438e6b51b2e13048151d8ef203ab8d332ae169427c81357e37314c15e8
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:10.1.0"
"@hyperlane-xyz/registry": "npm:^10.3.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 4543f16

Please sign in to comment.