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
Sorry for the delay. I don't get notifications for some reason. That is indeed weird but I also believe it's because their API doesn't have that? The client only uses what they provide.
In this case, that function was not yet added to the modules (accounts) and apparently is new compared to the time I built this one.
Feel free to open a PR with that new functionality so we can add it in a new version.
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?
The text was updated successfully, but these errors were encountered: