Skip to content

Commit ac6a52c

Browse files
Merge remote-tracking branch 'origin/main' into ezeth
2 parents 0468e80 + 94e924a commit ac6a52c

File tree

3 files changed

+72
-37
lines changed

3 files changed

+72
-37
lines changed

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@hyperlane-xyz/warp-ui-template",
33
"description": "A web app template for building Hyperlane Warp Route UIs",
4-
"version": "8.5.0",
4+
"version": "12.1.0",
55
"author": "J M Rossy",
66
"dependencies": {
77
"@chakra-ui/next-js": "^2.4.2",
@@ -17,10 +17,10 @@
1717
"@emotion/react": "^11.13.3",
1818
"@emotion/styled": "^11.13.0",
1919
"@headlessui/react": "^2.2.0",
20-
"@hyperlane-xyz/registry": "12.1.0",
21-
"@hyperlane-xyz/sdk": "9.2.1",
22-
"@hyperlane-xyz/utils": "9.2.1",
23-
"@hyperlane-xyz/widgets": "9.2.1",
20+
"@hyperlane-xyz/registry": "13.5.0",
21+
"@hyperlane-xyz/sdk": "12.1.0",
22+
"@hyperlane-xyz/utils": "12.1.0",
23+
"@hyperlane-xyz/widgets": "12.1.0",
2424
"@interchain-ui/react": "^1.23.28",
2525
"@metamask/post-message-stream": "6.1.2",
2626
"@metamask/providers": "10.2.1",

src/features/wallet/context/EvmWalletContext.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
walletConnectWallet,
1515
} from '@rainbow-me/rainbowkit/wallets';
1616
import { PropsWithChildren, useMemo } from 'react';
17-
import { createClient, http } from 'viem';
17+
import { createClient, fallback, http } from 'viem';
1818
import { WagmiProvider, createConfig } from 'wagmi';
1919
import { APP_NAME } from '../../../consts/app';
2020
import { config } from '../../../consts/config';
@@ -44,7 +44,7 @@ function initWagmi(multiProvider: MultiProtocolProvider) {
4444
chains: [chains[0], ...chains.splice(1)],
4545
connectors,
4646
client({ chain }) {
47-
const transport = http(chain.rpcUrls.default.http[0]);
47+
const transport = fallback(chain.rpcUrls.default.http.map((chainHttp) => http(chainHttp)));
4848
return createClient({ chain, transport });
4949
},
5050
});

yarn.lock

Lines changed: 65 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -4548,47 +4548,49 @@ __metadata:
45484548
languageName: node
45494549
linkType: hard
45504550

4551-
"@hyperlane-xyz/core@npm:6.0.3":
4552-
version: 6.0.3
4553-
resolution: "@hyperlane-xyz/core@npm:6.0.3"
4551+
"@hyperlane-xyz/core@npm:7.1.0":
4552+
version: 7.1.0
4553+
resolution: "@hyperlane-xyz/core@npm:7.1.0"
45544554
dependencies:
45554555
"@arbitrum/nitro-contracts": "npm:^1.2.1"
45564556
"@chainlink/contracts-ccip": "npm:^1.5.0"
45574557
"@eth-optimism/contracts": "npm:^0.6.0"
4558-
"@hyperlane-xyz/utils": "npm:9.2.1"
4558+
"@hyperlane-xyz/utils": "npm:12.1.0"
45594559
"@layerzerolabs/lz-evm-oapp-v2": "npm:2.0.2"
4560+
"@matterlabs/hardhat-zksync-solc": "npm:1.2.5"
4561+
"@matterlabs/hardhat-zksync-verify": "npm:1.7.1"
45604562
"@openzeppelin/contracts": "npm:^4.9.3"
45614563
"@openzeppelin/contracts-upgradeable": "npm:^4.9.3"
45624564
fx-portal: "npm:^1.0.3"
45634565
peerDependencies:
45644566
"@ethersproject/abi": "*"
45654567
"@ethersproject/providers": "*"
45664568
"@types/sinon-chai": "*"
4567-
checksum: 10/748562971111096d399be54fad5e73404efbb330eecfdf8dd6eddfc92ca0791ab0eaa1249c1184fdb92d9e877bde64e8a0053f2f2d36c8a57f8e16f236c0a9e4
4569+
checksum: 10/fe76fa68ccecdb1832b58e8d91fd89c3f66ff7f99b37302a5a57e5efd1d160e73fb2a34f2b36050cc40384cedfb933ffa94c8c4a0698ee8bdf0d2b79ea849980
45684570
languageName: node
45694571
linkType: hard
45704572

4571-
"@hyperlane-xyz/registry@npm:12.1.0":
4572-
version: 12.1.0
4573-
resolution: "@hyperlane-xyz/registry@npm:12.1.0"
4573+
"@hyperlane-xyz/registry@npm:13.5.0":
4574+
version: 13.5.0
4575+
resolution: "@hyperlane-xyz/registry@npm:13.5.0"
45744576
dependencies:
45754577
yaml: "npm:2.4.5"
45764578
zod: "npm:^3.21.2"
4577-
checksum: 10/a653df3609918450060fdad75c1fd0289a224032d3c1b9df72268a037d292a3c0eaae5c0784707058fd216756489d280d2afffa964c0f9a9a8c48996d4f12f92
4579+
checksum: 10/f1df8f3d02c0aee2a6b5f3d2630252364707051115a22ceed833bdccad80c097e2e17a0900f332b7d527333ca12c86ec89b8f77d73f4dd9f0430f022bb9fda61
45784580
languageName: node
45794581
linkType: hard
45804582

4581-
"@hyperlane-xyz/sdk@npm:9.2.1":
4582-
version: 9.2.1
4583-
resolution: "@hyperlane-xyz/sdk@npm:9.2.1"
4583+
"@hyperlane-xyz/sdk@npm:12.1.0":
4584+
version: 12.1.0
4585+
resolution: "@hyperlane-xyz/sdk@npm:12.1.0"
45844586
dependencies:
45854587
"@arbitrum/sdk": "npm:^4.0.0"
45864588
"@aws-sdk/client-s3": "npm:^3.577.0"
45874589
"@chain-registry/types": "npm:^0.50.14"
45884590
"@cosmjs/cosmwasm-stargate": "npm:^0.32.4"
45894591
"@cosmjs/stargate": "npm:^0.32.4"
4590-
"@hyperlane-xyz/core": "npm:6.0.3"
4591-
"@hyperlane-xyz/utils": "npm:9.2.1"
4592+
"@hyperlane-xyz/core": "npm:7.1.0"
4593+
"@hyperlane-xyz/utils": "npm:12.1.0"
45924594
"@safe-global/api-kit": "npm:1.3.0"
45934595
"@safe-global/protocol-kit": "npm:1.3.0"
45944596
"@safe-global/safe-deployments": "npm:1.37.23"
@@ -4601,17 +4603,18 @@ __metadata:
46014603
pino: "npm:^8.19.0"
46024604
starknet: "npm:^6.23.1"
46034605
viem: "npm:^2.21.45"
4606+
zksync-ethers: "npm:^5.10.0"
46044607
zod: "npm:^3.21.2"
46054608
peerDependencies:
46064609
"@ethersproject/abi": "*"
46074610
"@ethersproject/providers": "*"
4608-
checksum: 10/ef288fe8056aba9ffa71f4c2471eb2138d34e735f9b20e719f2a168b25e38b0ea29e815ae25c9201048c0a079e6eba0ca7dc2cfc8902c38723415aaf3a0be6c7
4611+
checksum: 10/9416031867a5b4eb2bced1903c0b6c3e6c6d79e7c16bfd6e719505970b0a3f42d45dd3cf273f0f99fc40fc5da87220f77ae1dac9c7aab3d46f70a46c21337872
46094612
languageName: node
46104613
linkType: hard
46114614

4612-
"@hyperlane-xyz/utils@npm:9.2.1":
4613-
version: 9.2.1
4614-
resolution: "@hyperlane-xyz/utils@npm:9.2.1"
4615+
"@hyperlane-xyz/utils@npm:12.1.0":
4616+
version: 12.1.0
4617+
resolution: "@hyperlane-xyz/utils@npm:12.1.0"
46154618
dependencies:
46164619
"@cosmjs/encoding": "npm:^0.32.4"
46174620
"@solana/web3.js": "npm:^1.95.4"
@@ -4620,7 +4623,7 @@ __metadata:
46204623
lodash-es: "npm:^4.17.21"
46214624
pino: "npm:^8.19.0"
46224625
yaml: "npm:2.4.5"
4623-
checksum: 10/b806571d526f03b9dec191d35a58ab499112adc9e6c168a6a9dca1d0c8bf36715151fb5441799bd2d4e17f686e0d69fe7bdc2e32a4adaab73144591030f51396
4626+
checksum: 10/628225400fad5fe43db506939f8ecfc0dabfffc0c29f64a7ed2a47c45898abce7134e2d8787a971939c0416b660f06b9d2fbf30454dc32dce315a8dcb83174ed
46244627
languageName: node
46254628
linkType: hard
46264629

@@ -4641,10 +4644,10 @@ __metadata:
46414644
"@emotion/react": "npm:^11.13.3"
46424645
"@emotion/styled": "npm:^11.13.0"
46434646
"@headlessui/react": "npm:^2.2.0"
4644-
"@hyperlane-xyz/registry": "npm:12.1.0"
4645-
"@hyperlane-xyz/sdk": "npm:9.2.1"
4646-
"@hyperlane-xyz/utils": "npm:9.2.1"
4647-
"@hyperlane-xyz/widgets": "npm:9.2.1"
4647+
"@hyperlane-xyz/registry": "npm:13.5.0"
4648+
"@hyperlane-xyz/sdk": "npm:12.1.0"
4649+
"@hyperlane-xyz/utils": "npm:12.1.0"
4650+
"@hyperlane-xyz/widgets": "npm:12.1.0"
46484651
"@interchain-ui/react": "npm:^1.23.28"
46494652
"@metamask/post-message-stream": "npm:6.1.2"
46504653
"@metamask/providers": "npm:10.2.1"
@@ -4701,14 +4704,14 @@ __metadata:
47014704
languageName: unknown
47024705
linkType: soft
47034706

4704-
"@hyperlane-xyz/widgets@npm:9.2.1":
4705-
version: 9.2.1
4706-
resolution: "@hyperlane-xyz/widgets@npm:9.2.1"
4707+
"@hyperlane-xyz/widgets@npm:12.1.0":
4708+
version: 12.1.0
4709+
resolution: "@hyperlane-xyz/widgets@npm:12.1.0"
47074710
dependencies:
47084711
"@cosmos-kit/react": "npm:^2.18.0"
47094712
"@headlessui/react": "npm:^2.1.8"
4710-
"@hyperlane-xyz/sdk": "npm:9.2.1"
4711-
"@hyperlane-xyz/utils": "npm:9.2.1"
4713+
"@hyperlane-xyz/sdk": "npm:12.1.0"
4714+
"@hyperlane-xyz/utils": "npm:12.1.0"
47124715
"@interchain-ui/react": "npm:^1.23.28"
47134716
"@rainbow-me/rainbowkit": "npm:^2.2.0"
47144717
"@solana/wallet-adapter-react": "npm:^0.15.32"
@@ -4723,7 +4726,7 @@ __metadata:
47234726
peerDependencies:
47244727
react: ^18
47254728
react-dom: ^18
4726-
checksum: 10/59b6e48d089b5a5c20a82b12aaf9fbbe9395fb9a0fb6c50f3ca4a6585dd85b414d890ad15c148dd1aa654753da38747da435db21973e42df96db66bed0649664
4729+
checksum: 10/3d970537177d29bd77a4fbd0c75d247c115134795f4d9038dfcb602bad81c667646d4b70d0e8f68b7f6714042da4f1e5340371bb333670b86e3278e3960610b0
47274730
languageName: node
47284731
linkType: hard
47294732

@@ -5509,6 +5512,27 @@ __metadata:
55095512
languageName: node
55105513
linkType: hard
55115514

5515+
"@matterlabs/hardhat-zksync-solc@npm:1.2.5":
5516+
version: 1.2.5
5517+
resolution: "@matterlabs/hardhat-zksync-solc@npm:1.2.5"
5518+
dependencies:
5519+
"@nomiclabs/hardhat-docker": "npm:^2.0.2"
5520+
chai: "npm:^4.3.4"
5521+
chalk: "npm:^4.1.2"
5522+
debug: "npm:^4.3.5"
5523+
dockerode: "npm:^4.0.2"
5524+
fs-extra: "npm:^11.2.0"
5525+
proper-lockfile: "npm:^4.1.2"
5526+
semver: "npm:^7.6.2"
5527+
sinon: "npm:^18.0.0"
5528+
sinon-chai: "npm:^3.7.0"
5529+
undici: "npm:^6.18.2"
5530+
peerDependencies:
5531+
hardhat: ^2.22.5
5532+
checksum: 10/0452ad5504258fad2f2d10be40cc79bb0e65d3470af75f70f60e4a94bb92f238031a13587cda51a0dfd77ef1cb028145088e2628a02db6d7a5ac721bf2816bf0
5533+
languageName: node
5534+
linkType: hard
5535+
55125536
"@matterlabs/hardhat-zksync-solc@npm:^1.2.5":
55135537
version: 1.3.0
55145538
resolution: "@matterlabs/hardhat-zksync-solc@npm:1.3.0"
@@ -5542,7 +5566,7 @@ __metadata:
55425566
languageName: node
55435567
linkType: hard
55445568

5545-
"@matterlabs/hardhat-zksync-verify@npm:^1.6.0":
5569+
"@matterlabs/hardhat-zksync-verify@npm:1.7.1, @matterlabs/hardhat-zksync-verify@npm:^1.6.0":
55465570
version: 1.7.1
55475571
resolution: "@matterlabs/hardhat-zksync-verify@npm:1.7.1"
55485572
dependencies:
@@ -27115,6 +27139,17 @@ __metadata:
2711527139
languageName: node
2711627140
linkType: hard
2711727141

27142+
"zksync-ethers@npm:^5.10.0":
27143+
version: 5.10.0
27144+
resolution: "zksync-ethers@npm:5.10.0"
27145+
dependencies:
27146+
ethers: "npm:~5.7.0"
27147+
peerDependencies:
27148+
ethers: ~5.7.0
27149+
checksum: 10/826719e2e40731e1104cf8a0c16c758526de6ca9e907d0483eb5bd80b635f02e3cce012115b75d68976a8dd746d63d4f83d576cc3bddc18a02a49d2bc023347f
27150+
languageName: node
27151+
linkType: hard
27152+
2711827153
"zksync-web3@npm:^0.14.3":
2711927154
version: 0.14.4
2712027155
resolution: "zksync-web3@npm:0.14.4"

0 commit comments

Comments
 (0)