OnJohn
Results
2
comments of
OnJohn
I found the same issues too. And fixed by the following. if testnet is used, ~network_id=NETWORK_ID_GOERLI~ ```network_id=NETWORK_ID_SEPOLIA``` should be used on creating the ```client = Client(```. Otherwise, ```network_id=NETWORK_ID_MAINNET``` should be...