Skip to content

Commit

Permalink
Merge pull request #52 from kodadot/reexport-prefix
Browse files Browse the repository at this point in the history
reexport prefix
  • Loading branch information
vikiival authored Oct 4, 2024
2 parents 56052c7 + 33ea6b1 commit b0d5d28
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion src/clients/SquidClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ import {
getFields,
includeBurned,
optionToQuery,
strOf,
} from './defaults'

class SquidClient implements AbstractClient<SquidCollection, SquidNFT> {
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ import getClient from './clients/factory'
import SquidClient from './clients/SquidClient'
import getUrl from './indexers'

export type { Prefix } from '@kodadot1/static'
export { extendFields } from './clients/defaults'
export { fetchQuery, graphFetch } from './indexers'
export * from './rest'
Expand Down

0 comments on commit b0d5d28

Please sign in to comment.