@Vladimir, I think in your project security settings, there configured "Required project secret for all requests" If that is true then you need to pass your project-secret with : in your RPC request url like below https://:YOUR-PROJECT-SECRET@.infura.io/v3/YOUR-PROJECT-ID
2条答案
按热度按时间inn6fuwd1#
@Vladimir, I think in your project security settings, there configured "Required project secret for all requests"
If that is true then you need to pass your project-secret with : in your RPC request url like below
https://:YOUR-PROJECT-SECRET@.infura.io/v3/YOUR-PROJECT-ID
eeq64g8w2#