Closed fabiobozzo closed 1 day ago
Hey @fabiobozzo thanks! I think this might be some public RPC issue which we are using and which is not getting latest data from blockchain.
If you run yarn deploy --network sepolia
it should deploy since your account 0xc39845BF85DD5C10abEc0872410dA7466F87F6C7 already have some balance
Unfortunately, it didn't. I had to switch sepolia.url
to https://sepolia.infura.io/v3/<mykey>
in hardhat config, for the balance to be fetched and I think the deployment needed it too (?)
Thanks! closing this checkout https://github.com/scaffold-eth/se-2-challenges/pull/229#issuecomment-2497666948
I followed the speed run challenge #0 step-by-step.
I transferred to the burner wallet below both from a public faucet and my own sepolia EoA:
https://sepolia.etherscan.io/address/0xc39845BF85DD5C10abEc0872410dA7466F87F6C7
The balance remains zero, therefore I can't deploy.