Skip to content

Commit

Permalink
fix: typo in RaribleNetwork type (#201)
Browse files Browse the repository at this point in the history
Co-authored-by: theItalianDev <[email protected]>
Co-authored-by: Erno <[email protected]>
  • Loading branch information
3 people authored Mar 21, 2022
1 parent 41e11a9 commit 0d7c608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hooks/plugins/useRarible/types.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export type RaribleNetwork = "rinkiby" | "eth";
export type RaribleNetwork = "rinkeby" | "eth";
export type RaribleTokenType = "ERC721" | "ERC1155";
export type RaribleTokenTypeAssetClass =
| "ETH"
Expand Down

0 comments on commit 0d7c608

Please sign in to comment.