polygonscan-python
polygonscan-python copied to clipboard
The Polygon Scan APIs for python based from the fork of bscscan-python
get_logs() dose not work
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'`
print(matic.get_gas_oracle()) returns: AttributeError: 'SyncClient' object has no attribute 'get_gas_oracle' while print(matic.get_matic_balance(0xmyadress)) works fine ideas?