Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update JsonRpc eth_call parameters #194

Merged
merged 2 commits into from
Jun 24, 2022
Merged

Update JsonRpc eth_call parameters #194

merged 2 commits into from
Jun 24, 2022

Conversation

CallumGrindle
Copy link
Collaborator

@CallumGrindle CallumGrindle commented Jun 22, 2022

Fixes issue where data cannot be fetched from l16 closes #193

eth_call specs are different from what was implemented:

  • Added 'latest' tag
  • Removed gasPrice so call does not fail with gas error

Tested and this now works with both l14 and l16

ethereum/go-ethereum#21108
https://www.quicknode.com/docs/ethereum/eth_call

@CallumGrindle CallumGrindle requested a review from Hugoo June 23, 2022 08:43
@CallumGrindle
Copy link
Collaborator Author

Still seems to be issues when using browser extension injected ethereum provider. Metamask works okay

@Hugoo Hugoo merged commit 11f8d9c into develop Jun 24, 2022
@Hugoo Hugoo deleted the fix-provider branch June 24, 2022 15:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Get data fails with l16
3 participants