Skip to content

Commit

Permalink
wip2
Browse files Browse the repository at this point in the history
  • Loading branch information
vidvidvid committed Jun 11, 2024
1 parent 18ec803 commit 7a5dd12
Show file tree
Hide file tree
Showing 24 changed files with 823 additions and 1,047 deletions.
2 changes: 1 addition & 1 deletion src/contracts/v0/common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
/* tslint:disable */
/* eslint-disable */
import type { Listener } from 'ethers';
import type { Event, EventFilter } from 'ethers';
import type { EventFilter } from 'ethers';

export interface TypedEvent<TArgsArray extends Array<any> = any, TArgsObject = any> extends Event {
args: TArgsArray & TArgsObject;
Expand Down
Loading

0 comments on commit 7a5dd12

Please sign in to comment.