Skip to content

Commit

Permalink
updating polkadot api
Browse files Browse the repository at this point in the history
  • Loading branch information
fersirni committed Oct 7, 2022
1 parent 7e24e91 commit 6178e91
Show file tree
Hide file tree
Showing 4 changed files with 453 additions and 427 deletions.
14 changes: 7 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ink-substrate-explorer-api",
"version": "1.0.0",
"version": "1.0.1",
"description": "Ink Explorer is an application that provides Ink contracts related information on Substrate based blockchains.",
"author": "Blockcoders <engineering@blockcoders.io>",
"license": "MIT",
Expand Down Expand Up @@ -93,12 +93,12 @@
"@nestjs/mapped-types": "1.1.0",
"@nestjs/platform-fastify": "8.4.7",
"@nestjs/typeorm": "9.0.0",
"@polkadot/api": "^8.14.1",
"@polkadot/api-augment": "^8.14.1",
"@polkadot/api-contract": "^8.14.1",
"@polkadot/types": "^8.14.1",
"@polkadot/types-codec": "^8.14.1",
"@polkadot/types-create": "^8.14.1",
"@polkadot/api": "^9.4.3",
"@polkadot/api-augment": "^9.4.3",
"@polkadot/api-contract": "^9.4.3",
"@polkadot/types": "^9.4.3",
"@polkadot/types-codec": "^9.4.3",
"@polkadot/types-create": "^9.4.3",
"@polkadot/util": "10.1.2",
"@substrate/txwrapper": "^7.0.1",
"@substrate/txwrapper-core": "^3.1.7",
Expand Down
Loading

0 comments on commit 6178e91

Please sign in to comment.