You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When using the Safe wallet to connect to WalletConnect on the ZkSync network and sending transaction with the ZYFI Gas Sponsoring feature, an error occurs when sending a transaction. The error message is "No matching key. history: 1731258865148435."
No matching key. history: 1731258865148435
at Lt.getRecord (http://localhost:3000/static/js/defaultVendors-node_modules_wagmi_core_node_modules_walletconnect_sign-client_dist_index_es_js.chunk.js:6837:13)
at Lt.get (http://localhost:3000/static/js/defaultVendors-node_modules_wagmi_core_node_modules_walletconnect_sign-client_dist_index_es_js.chunk.js:6776:20)
at Ut.onRelayEventResponse (http://localhost:3000/static/js/defaultVendors-node_modules_wagmi_core_node_modules_walletconnect_sign-client_dist_index_es_js.chunk.js:6582:38)
at EventEmitter.<anonymous> (http://localhost:3000/static/js/defaultVendors-node_modules_wagmi_core_node_modules_walletconnect_sign-client_dist_index_es_js.chunk.js:6719:147)
Return to SyncSwap and click on the icon to the ETH token and balance display. In the pop-up window, select any token displayed as FREE; for this example, I will use USDC.
Execute any swap.
6.An error will appear on console as described above: 'Missing or invalid request() method: eth_sendRawTransaction'.
Expected behavior
Gas sponsoring with a Safe Wallet work well
Screenshots
Desktop (please complete the following information):
MacOS 15.0.1 (24A348)
Chrome
130.0.6723.92
The text was updated successfully, but these errors were encountered:
The error message says send raw transaction is not supported.
Unfortunately many wallets do not support that method. Clave wallet does. You should be able to intercept at connection time whether the wallet supports the RPC method.
More and more wallets are supporting ERC-7677 which is the EVM standard for gas sponsorship.
Describe the bug
When using the Safe wallet to connect to WalletConnect on the ZkSync network and sending transaction with the ZYFI Gas Sponsoring feature, an error occurs when sending a transaction. The error message is "No matching key. history: 1731258865148435."
SDK Version (if relevant)
Dependent packages and versions
"@wagmi/connectors": "^3.1.11"
"@web3modal/ethers5": "^5.1.11"
To Reproduce
Steps to reproduce the behavior:
6.An error will appear on console as described above: 'Missing or invalid request() method: eth_sendRawTransaction'.
Expected behavior
Gas sponsoring with a Safe Wallet work well
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: