Interface SetProviderParams

Hierarchy

Properties

novaProvider?: string | Provider

An ethers.js provider instance or a string representing a JSON-RPC URL. This provider is used for interacting with the orderbook contract. If not provided, a default connection string will be used.

Default Value

novaProvider

provider?: string | Provider

An ethers.js provider instance or a string representing a JSON-RPC URL. This provider is used for interacting with the main exchange contracts. If not provided, a default connection string will be used.

Default Value

provider

Generated using TypeDoc