Skip to content

Commit

Permalink
Merge pull request #242 from docknetwork/DCKM-411-blockchain-sdk-upgr…
Browse files Browse the repository at this point in the history
…ade-8.1.1

DCKM-411: update sdk to 8.1.1
  • Loading branch information
maycon-mello authored Apr 11, 2024
2 parents 1b99521 + 96e8386 commit c6a1869
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"resolutions": {
"@polkadot/wasm-crypto": "6.3.1",
"@polkadot/rpc-core": "9.7.1",
"@docknetwork/sdk": "8.0.0",
"@docknetwork/sdk": "8.1.1",
"@polkadot/api": "9.7.1",
"@polkadot/keyring": "10.1.11",
"@polkadot/rpc-provider": "9.7.1",
Expand All @@ -24,7 +24,7 @@
"devDependencies": {
"@babel/core": "^7.16.0",
"@babel/preset-env": "^7.22.10",
"@docknetwork/sdk": "8.0.0",
"@docknetwork/sdk": "8.1.1",
"@docknetwork/universal-wallet": "^2.0.1",
"@polkadot/api": "9.7.1",
"@polkadot/keyring": "10.1.11",
Expand Down
2 changes: 1 addition & 1 deletion packages/relay-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"dependencies": {
"uuid": "^9.0.0",
"@docknetwork/minimal-cipher": "^5.2.1",
"@docknetwork/sdk": "8.0.0",
"@docknetwork/sdk": "8.1.1",
"@docknetwork/wallet-sdk-wasm": "0.4.3"
},
"devDependencies": {
Expand Down
4 changes: 2 additions & 2 deletions packages/wasm/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"resolutions": {
"@polkadot/wasm-crypto": "6.3.1",
"@polkadot/rpc-core": "9.7.1",
"@docknetwork/sdk": "8.0.0",
"@docknetwork/sdk": "8.1.1",
"@polkadot/api": "9.7.1",
"@polkadot/keyring": "10.1.11",
"@polkadot/rpc-provider": "9.7.1",
Expand All @@ -35,7 +35,7 @@
"@polkadot/util": "10.1.11",
"@polkadot/util-crypto": "10.1.11",
"@polkadot/wasm-crypto": "6.3.1",
"@docknetwork/sdk": "8.0.0",
"@docknetwork/sdk": "8.1.1",
"axios": "^0.25.0",
"babel-node": "^0.0.1-security",
"bignumber.js": "^9.0.1",
Expand Down

0 comments on commit c6a1869

Please sign in to comment.