Skip to content

Commit

Permalink
update index.d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Wodann committed Sep 17, 2024
1 parent f233377 commit 16bb38c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/edr_napi/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ export interface CallOverrideResult {
shouldRevert: boolean
}
export const GENERIC_CHAIN_TYPE: string
export function genericChainProviderFactory(): ProviderFactory
export declare function genericChainProviderFactory(): ProviderFactory
export const L1_CHAIN_TYPE: string
export function l1ProviderFactory(): ProviderFactory
export declare function l1ProviderFactory(): ProviderFactory
/** Identifier for the Ethereum spec. */
export const enum SpecId {
/** Frontier */
Expand Down

0 comments on commit 16bb38c

Please sign in to comment.