Skip to content

Commit

Permalink
Merge pull request #834 from autonomys/feat/addAccountsTransfers
Browse files Browse the repository at this point in the history
Add accounts transfers
  • Loading branch information
marc-aurele-besner committed Sep 4, 2024
2 parents 1120ad1 + 5c17410 commit 0badd70
Show file tree
Hide file tree
Showing 9 changed files with 924 additions and 36 deletions.
5 changes: 5 additions & 0 deletions explorer/codegen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ dotenv.config()

const config: CodegenConfig = {
generates: {
'./gql/types/accounts.ts': {
schema: defaultIndexer.squids.accounts,
documents: ['./src/**/accounts.query.ts'],
plugins: ['typescript', 'typescript-operations'],
},
'./gql/types/leaderboard.ts': {
schema: defaultIndexer.squids.leaderboard,
documents: ['./src/**/leaderboard.query.ts'],
Expand Down
Loading

0 comments on commit 0badd70

Please sign in to comment.