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?