Skip to content

Commit

Permalink
Add Parent type to exports
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorjdawson committed Dec 7, 2021
1 parent 3128eda commit e7d8a3c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ export {
ChainId,
ChainName,
NativeCurrency,
Explorer
Explorer,
Parent
} from './src'
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { Chain } from './types'
import { chains } from './chains'
export { NativeCurrency, Explorer } from './types'
export { NativeCurrency, Explorer, Parent } from './types'
export { ChainName, ChainId } from './enums'
export { chains, Chain }

Expand Down

0 comments on commit e7d8a3c

Please sign in to comment.