Skip to content

Commit

Permalink
Update types
Browse files Browse the repository at this point in the history
  • Loading branch information
stwiname committed Aug 1, 2022
1 parent d6b5a6a commit d791824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,14 @@
"author": "Ian He & Jay Ji",
"license": "MIT",
"devDependencies": {
"@polkadot/api": "^8",
"@subql/cli": "latest",
"typescript": "^4.1.3"
},
"resolutions": {
"ipfs-unixfs": "6.0.6"
},
"dependencies": {
"@subql/types-algorand": "/Users/scotttwiname/Projects/subql/packages/types/package.tgz",
"@subql/types-algorand": "latest",
"algosdk": "^1.18.1"
}
}
3 changes: 1 addition & 2 deletions src/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
//Exports all handler functions
export * from './mappings/mappingHandlers'
import "@polkadot/api-augment"
export * from './mappings/mappingHandlers';

0 comments on commit d791824

Please sign in to comment.