Hi
I noticed you are using an old version of @celo/wallet-local
This version creates celo-legacy transactions which the optimism based celo as a layer 2 will not support
You could either upgrade to @celo/wallet-local@6.0.0 or you might not need the package as celo chain supports eip1559 and eth-legacy (gasPrice) transactions.
Hi
I noticed you are using an old version of @celo/wallet-local
This version creates celo-legacy transactions which the optimism based celo as a layer 2 will not support
You could either upgrade to @celo/wallet-local@6.0.0 or you might not need the package as celo chain supports eip1559 and eth-legacy (gasPrice) transactions.