Hi! this library is so useful for us :) Thanks!
I've got the error about requesting to rpc endpoints when using web3-provider-adapter.

It seems to need 'jsonrpc :"2.0"' param in fetch requests too in some recent networks.
(ex rpc: https://goerli.base.org)
https://ethereum.org/en/developers/docs/apis/json-rpc/
Without this params, i've got 32600 error.
https://github.com/odanado/cloud-cryptographic-wallet/blob/master/packages/web3-provider-adapter/src/query.ts
I add the param, it works.

Hi! this library is so useful for us :) Thanks!
I've got the error about requesting to rpc endpoints when using web3-provider-adapter.

It seems to need 'jsonrpc :"2.0"' param in fetch requests too in some recent networks.
(ex rpc: https://goerli.base.org)
https://ethereum.org/en/developers/docs/apis/json-rpc/
Without this params, i've got 32600 error.
https://github.com/odanado/cloud-cryptographic-wallet/blob/master/packages/web3-provider-adapter/src/query.ts

I add the param, it works.