Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Export multicall config (#78)
Browse files Browse the repository at this point in the history
  • Loading branch information
michalsidzej authored Oct 20, 2023
1 parent 5df7f9d commit aaa3eb7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 1 deletion.
6 changes: 6 additions & 0 deletions packages/discovery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @l2beat/discovery

## 0.18.2

### Patch Changes

- Export multicall config type

## 0.18.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/discovery/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@l2beat/discovery",
"description": "L2Beat discovery - engine & tooling utilized for keeping an eye on L2s",
"version": "0.18.1",
"version": "0.18.2",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"bin": {
Expand Down
1 change: 1 addition & 0 deletions packages/discovery/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ export { toDiscoveryOutput } from './discovery/output/toDiscoveryOutput'
export { DiscoveryProvider } from './discovery/provider/DiscoveryProvider'
export { MulticallClient } from './discovery/provider/multicall/MulticallClient'
export { multicallConfig } from './discovery/provider/multicall/MulticallConfig'
export type { MulticallConfig } from './discovery/provider/multicall/types'
export type { DiscoveryCache } from './discovery/provider/ProviderWithCache'
export { ProviderWithCache } from './discovery/provider/ProviderWithCache'
export { RateLimitedProvider } from './discovery/provider/RateLimitedProvider'
Expand Down

0 comments on commit aaa3eb7

Please sign in to comment.