Provides integration with the ethers.js Signer and Provider
Optional
debug?: booleanEnable debug mode. Disable gas estimation on self-funded transactions.
false
The environment to use. See production or development.
Optional
logger?: ILoggerThe logger interface to use when something worth logging happens
ConsoleLogger
, an internal implementation of ILogger
interface that logs to the console
Optional
params?: QueryParamsThe common query params allow you to customize some aspect of the returned data.
Optional
sponsored?: booleanOverwrite all onchain transactions to be self-funded if set to false
.
true
Optional
storage?: IStorageProvider | IObservableStorageProviderThe storage provider to use.
If an implementation of IObservableStorageProvider is provided, the provider will be used to subscribe to changes in the storage.
an implementation based on window.localStorage
and StorageEvent
.
<LensProvider>
configuration