Skip to content

Commit

Permalink
Add market
Browse files Browse the repository at this point in the history
  • Loading branch information
tdroxler committed Dec 21, 2023
1 parent dcc5c0c commit 7babbcb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/web3/src/api/explorer-provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class ExplorerProvider {
readonly charts: ExplorerApi<string>['charts']
readonly contractEvents: ExplorerApi<string>['contractEvents']
readonly contracts: ExplorerApi<string>['contracts']
readonly market: ExplorerApi<string>['market']
readonly utils: ExplorerApi<string>['utils']

constructor(baseUrl: string, apiKey?: string, customFetch?: typeof fetch)
Expand All @@ -65,6 +66,7 @@ export class ExplorerProvider {
this.charts = { ...explorerApi.charts }
this.utils = { ...explorerApi.utils }
this.contracts = { ...explorerApi.contracts }
this.market = { ...explorerApi.market }
this.contractEvents = { ...explorerApi.contractEvents }
}

Expand Down

0 comments on commit 7babbcb

Please sign in to comment.