Skip to content

Commit

Permalink
Fix polkadot api toHuman error
Browse files Browse the repository at this point in the history
  • Loading branch information
yariksav committed Jul 24, 2024
1 parent 531a5a7 commit 796aa3a
Show file tree
Hide file tree
Showing 2 changed files with 184 additions and 138 deletions.
4 changes: 2 additions & 2 deletions block-explorer-indexer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"clean": "rm -rf lib"
},
"devDependencies": {
"@polkadot/types": "10.13.1",
"@polkadot/types": "11.3.1",
"@types/express": "^4.17.21",
"@types/lodash": "^4.17.7",
"@types/node": "^20.9.0",
Expand All @@ -29,7 +29,7 @@
},
"dependencies": {
"@mother/mongoose-cursor-pagination": "^0.0.6",
"@polkadot/api": "10.13.1",
"@polkadot/api": "11.3.1",
"@therootnetwork/api": "^1.0.9",
"@therootnetwork/api-types": "^1.0.1",
"@therootnetwork/evm": "^1.0.4",
Expand Down
Loading

0 comments on commit 796aa3a

Please sign in to comment.