Skip to content

Commit

Permalink
refactor(data): add types for new networks
Browse files Browse the repository at this point in the history
re #865
  • Loading branch information
cedoor committed Oct 2, 2024
1 parent 56d639f commit a33efc9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/data/src/types/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ export type EthersNetwork =
| "arbitrum-sepolia"
| "optimism"
| "optimism-sepolia"
| "base"
| "base-sepolia"
| "linea"
| "linea-sepolia"

export type GroupOptions = {
members?: boolean
Expand Down

0 comments on commit a33efc9

Please sign in to comment.