Skip to content

Commit

Permalink
Fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
george-lr committed Jan 22, 2024
1 parent 67af858 commit b0c2fca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export enum ChainId {
ARB_SEPOLIA = 421614,
BASE_MAINNET = 8453,
BASE_SEPOLIA = 84532,
BLAST_SEPOLIA = 168587773
BLAST_SEPOLIA = 168587773,
}

/** ChainInfo data used to interact with LooksRare ecosystem */
Expand Down

0 comments on commit b0c2fca

Please sign in to comment.