Hello I have been trying to deploy my contract to the goerli test network but i get this error.
Migrations dry-run (simulation)
Network name: 'goerli-fork'
Network id: 5
Block gas limit: 8000000 (0x7a1200)
1_initial_migration.js
Replacing 'Migrations'
Error: *** Deployment Failed ***
"Migrations" could not deploy due to insufficient funds
- Account: 0x23D4441385418144Eb3F75Caa9F5d043a1A74BDC
- Balance: 0 wei
- Message: insufficient funds for gas * price + value
- Try:
- Using an adequately funded account
- If you are using a local Geth node, verify that your node is synced.
If you check my wallet address on the goerli test network you will see i have sufficient ETHER.
Thank you