Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardocustodio committed Feb 14, 2025
1 parent e69fd30 commit 3fb980d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
"dependencies": {
"@aws-sdk/client-sns": "^3.744.0",
"@polkadot/api": "^15.5.2",
"@polkadot/api-augment": "^15.5.2",
"@polkadot/keyring": "^13.2.3",
"@polkadot/types": "^15.5.2",
"@polkadot/util": "^13.3.1",
Expand Down Expand Up @@ -78,7 +79,6 @@
},
"devDependencies": {
"@eslint/js": "^9.20.0",
"@polkadot/api-augment": "^15.5.2",
"@polkadot/typegen": "^15.5.2",
"@sentry/cli": "^2.41.1",
"@subsquid/substrate-metadata-explorer": "^3.1.2",
Expand Down
1 change: 1 addition & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import '@polkadot/api-augment/substrate'
import { TypeormDatabase } from '@subsquid/typeorm-store'
import { hexStripPrefix } from '@polkadot/util'
import * as Sentry from '@sentry/node'
Expand Down

0 comments on commit 3fb980d

Please sign in to comment.