Skip to content
This repository was archived by the owner on Nov 27, 2024. It is now read-only.

Fix chainId issue with local Geth instance#6

Open
radhe-zeeve wants to merge 1 commit into0xPolygon:mainfrom
Zeeve-App:chainId_fix
Open

Fix chainId issue with local Geth instance#6
radhe-zeeve wants to merge 1 commit into0xPolygon:mainfrom
Zeeve-App:chainId_fix

Conversation

@radhe-zeeve
Copy link

When trying to do transactions using local Geth instance (tested with Goerli network), the chainId 0 is passed by the hardhat. This causes the following error on Geth instance:

Error: legacy pre-eip-155 transactions not supported

Added chainId to transaction in case the chainId is configured inside the network config within hardhat config file.

When trying to do transactions using local Geth instance (tested with Goerli network), the chainId 0 is passed by the hardhat. This causes the following error on Geth instance.
Error: `Error: legacy pre-eip-155 transactions not supported`

Added chainId to transaction in case the chainId is configured inside the network config within hardhat config file.

Signed-off-by: Jasti Sri Radhe Shyam <radheshyam.jasti@zeeve.io>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant