[ZK Stack] - dapp-portal L2 transactions broken after merging latest #895
-
Team or ProjectAbstract Module Affected
Rust Versionn/a Operating System
Issue DescriptionAfter merging the latest dapp portal code matter-labs/dapp-portal@84bec2d sending transactions on L2 via the abstract portal is broken (https://portal.testnet.abs.xyz/send) The error "Initialize provider L2" is thrown when trying to send ETH ![]() This is thrown here https://github.com/zksync-sdk/zksync-ethers/blob/2bd1e9c7a2875a56c74ca4317f2b0883c5b81915/src/signer.ts#L695-L697 but it's not clear why Expected BehaviorUsers should be able to send transactions Current BehaviorSending transactions fails with error "Initialize provider L2" Repository Link (if applicable)https://github.com/Abstract-Foundation/dapp-portal Additional DetailsNo response Prior Research
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
hmm that is strange - we will investigate. |
Beta Was this translation helpful? Give feedback.
Need to make the following changes 👇
In
composables/zksync/useTransaction.ts
:And then in
store/zksync/wallet.ts
:Afterwards, success ✅ 👇