Skip to content

Commit

Permalink
upgraded polkadot api
Browse files Browse the repository at this point in the history
  • Loading branch information
ironoa committed Apr 27, 2022
1 parent 9c45a05 commit ef10952
Show file tree
Hide file tree
Showing 3 changed files with 504 additions and 430 deletions.
4 changes: 2 additions & 2 deletions charts/polkadot-watcher/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
description: Polkadot Watcher
name: polkadot-watcher
version: v3.3.0
appVersion: v3.3.0
version: v3.3.1
appVersion: v3.3.1
apiVersion: v2
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "polkadot-watcher",
"version": "3.3.0",
"version": "3.3.1",
"description": "Monitor events on Polkadot networks",
"repository": "git@github.com:w3f/polkadot-watcher.git",
"author": "W3F Infrastructure Team <devops@web3.foundation>",
Expand All @@ -20,7 +20,7 @@
"start": "node ./dist/index.js start"
},
"dependencies": {
"@polkadot/api": "^7.15.1",
"@polkadot/api": "^8.2.1",
"@w3f/config": "^0.1.1",
"@w3f/logger": "^0.4.2",
"commander": "^4.0.0",
Expand All @@ -39,7 +39,7 @@
"@types/tmp": "^0.2.3",
"@typescript-eslint/eslint-plugin": "^2.25.0",
"@typescript-eslint/parser": "^2.25.0",
"@w3f/test-utils": "^1.2.22",
"@w3f/test-utils": "^1.2.23",
"chai": "^4.3.6",
"eslint": "7.32.0",
"fs-extra": "^9.0.0",
Expand Down
Loading

0 comments on commit ef10952

Please sign in to comment.