Skip to content

Commit

Permalink
Merge pull request #86 from zkLinkProtocol/fix/check_l2txhash_error
Browse files Browse the repository at this point in the history
fix error when check l2 txhash
  • Loading branch information
MickWang authored Apr 9, 2024
2 parents d1c552f + 9420db8 commit 36b970d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion store/zksync/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const useZkSyncWalletStore = defineStore("zkSyncWallet", () => {

const getPrimaryL1VoidSigner = () => {
const web3Provider = new ethers.providers.Web3Provider(
getPublicClient({ chainId: primaryNetwork.l1Network?.id }) as any,
onboardStore.getPublicClient(primaryNetwork.l1Network?.id) as any,
"any"
);
const voidSigner = new VoidSigner(account.value.address || ETH_TOKEN.address, web3Provider);
Expand Down

0 comments on commit 36b970d

Please sign in to comment.