Skip to content

Commit

Permalink
Merge pull request #353 from hyperlane-xyz/ltyu/readd-pzeth-whitelist
Browse files Browse the repository at this point in the history
chore: Re-add pzEth to whitelist with swell
  • Loading branch information
ltyu authored Dec 12, 2024
2 parents ee3a3e1 + c6a2e32 commit 043c3a7
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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.1.0",
"@hyperlane-xyz/registry": "6.5.0",
"@hyperlane-xyz/sdk": "7.1.0",
"@hyperlane-xyz/utils": "7.1.0",
"@hyperlane-xyz/widgets": "7.1.0",
Expand Down
2 changes: 1 addition & 1 deletion src/consts/warpRouteWhitelist.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
// If set to a list (including an empty list), only the specified routes will be included
export const warpRouteWhitelist: Array<string> | null = [
'ezETH/arbitrum-base-blast-bsc-ethereum-fraxtal-linea-mode-optimism-sei-taiko-zircuit',
// 'pzETH/ethereum-zircuit',
'pzETH/ethereum-swell-zircuit',
];
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3881,13 +3881,13 @@ __metadata:
languageName: node
linkType: hard

"@hyperlane-xyz/registry@npm:6.1.0":
version: 6.1.0
resolution: "@hyperlane-xyz/registry@npm:6.1.0"
"@hyperlane-xyz/registry@npm:6.5.0":
version: 6.5.0
resolution: "@hyperlane-xyz/registry@npm:6.5.0"
dependencies:
yaml: "npm:2.4.5"
zod: "npm:^3.21.2"
checksum: 10/a0e1ecc02d83604793ddda0a3e00a9ffcaa38b1cddf9883b47cf8f1919b4474abd6cc2ee84846e6a35e1bc7539299b9bec92bfdf06be72beecff6aa44b73d382
checksum: 10/e403434842a7ce65c63c807eb519049b58a60f24eaf807a0b49a1ad607e3dea26502d8e1a7b89ddfa111277c655da10baace869e0b2a1f1e51cd01fb7684edbd
languageName: node
linkType: hard

Expand Down Expand Up @@ -3953,7 +3953,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.1.0"
"@hyperlane-xyz/registry": "npm:6.5.0"
"@hyperlane-xyz/sdk": "npm:7.1.0"
"@hyperlane-xyz/utils": "npm:7.1.0"
"@hyperlane-xyz/widgets": "npm:7.1.0"
Expand Down

0 comments on commit 043c3a7

Please sign in to comment.