You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running matic = PolygonScan(YOUR_API_KEY, net="ropsten") # net name is case-insensitive, default is main I get the error unexpected keyword argument 'net'
The text was updated successfully, but these errors were encountered:
When running
matic = PolygonScan(YOUR_API_KEY, net="ropsten") # net name is case-insensitive, default is main
I get the errorunexpected keyword argument 'net'
The text was updated successfully, but these errors were encountered: