Skip to content

Commit

Permalink
feat: update to registry v4.3.5 (#253)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulbalaji authored Sep 19, 2024
1 parent fdc08c0 commit f7eee12
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.0",
"@emotion/styled": "^11.13.0",
"@headlessui/react": "^1.7.14",
"@hyperlane-xyz/registry": "4.3.4",
"@hyperlane-xyz/registry": "4.3.5",
"@hyperlane-xyz/sdk": "5.2.1-beta.0",
"@hyperlane-xyz/utils": "5.2.1-beta.0",
"@hyperlane-xyz/widgets": "5.2.1-beta.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 @@ -20,7 +20,7 @@ export const warpRouteWhitelist: Array<string> | null = [
'USDC/ethereum-inevm',
'USDC/ancient8-ethereum',
'USDC/ethereum-viction',
// 'USDC/eclipsemainnet-ethereum-solanamainnet',
'USDC/eclipsemainnet-ethereum-solanamainnet',

// USDT routes
'USDT/ethereum-inevm',
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3986,13 +3986,13 @@ __metadata:
languageName: node
linkType: hard

"@hyperlane-xyz/registry@npm:4.3.4":
version: 4.3.4
resolution: "@hyperlane-xyz/registry@npm:4.3.4"
"@hyperlane-xyz/registry@npm:4.3.5":
version: 4.3.5
resolution: "@hyperlane-xyz/registry@npm:4.3.5"
dependencies:
yaml: "npm:2.4.5"
zod: "npm:^3.21.2"
checksum: 3d6abeeed81074ecc5330a45f1c62b82c05f20fb112f4e014437b92de61612cb834738562474b3f59db5be52a451cee703d01f015459f5d8040b280b3ba5167b
checksum: 5bddc53d6a40ab7544fec06f575792678ca5ed7472f8190080f8c4607775444ee084bbc534e5738980c5d979213c5010fa35ee0672316bc23bb91f1dc24aca1f
languageName: node
linkType: hard

Expand Down Expand Up @@ -4060,7 +4060,7 @@ __metadata:
"@emotion/react": "npm:^11.13.0"
"@emotion/styled": "npm:^11.13.0"
"@headlessui/react": "npm:^1.7.14"
"@hyperlane-xyz/registry": "npm:4.3.4"
"@hyperlane-xyz/registry": "npm:4.3.5"
"@hyperlane-xyz/sdk": "npm:5.2.1-beta.0"
"@hyperlane-xyz/utils": "npm:5.2.1-beta.0"
"@hyperlane-xyz/widgets": "npm:5.2.1-beta.0"
Expand Down

0 comments on commit f7eee12

Please sign in to comment.