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
On a local kurtosis devnet brought up via make start-devnet, should be able to sent transactions successfully.
I am unable to deploy contracts, which is also a type of transaction, I get error Error: \nFailed to send transaction\n\nContext:\n- server returned an error response: error code -32000: INTERNAL_ERROR: could not replace existing tx\n
Replicated on local and VM as well.
For deploying contract, I am using Erigon's node RPC URL.
The text was updated successfully, but these errors were encountered:
On a local kurtosis devnet brought up via
make start-devnet
, should be able to sent transactions successfully.I am unable to deploy contracts, which is also a type of transaction, I get error
Error: \nFailed to send transaction\n\nContext:\n- server returned an error response: error code -32000: INTERNAL_ERROR: could not replace existing tx\n
Replicated on local and VM as well.
For deploying contract, I am using Erigon's node RPC URL.
The text was updated successfully, but these errors were encountered: