_data_gas_price': ['Missing data for required field.'], 'l1_da_mode': ['Missing data for required field.']} #1445
Replies: 1 comment
-
Hey @otatataata , it looks like |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm experiencing an issue when trying to connect to StarkNet using Infura. I'm using the following endpoint: https://starknet-mainnet.infura.io/v3/96f1675247b848d69047593dba2bcb70
Whenever I attempt to make a simple request (like fetching the latest block or estimating gas fees for a transaction), I encounter the following error:
{'l1_data_gas_price': ['Missing data for required field.'], 'l1_da_mode': ['Missing data for required field.']}
I’ve double-checked that my Project ID is correct and that my endpoint is active, as shown on my Infura dashboard. However, this error persists. Has anyone else encountered this issue or can advise if any additional configuration is required for StarkNet on Infura?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions