Skip to content

Commit f6ec0e2

Browse files
authored
fix: update @polkadot/api-contract to support ink! v6 events (#576)
1 parent e5d63f5 commit f6ec0e2

File tree

2 files changed

+275
-141
lines changed

2 files changed

+275
-141
lines changed

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@
3333
"dependencies": {
3434
"@headlessui/react": "^1.7.18",
3535
"@heroicons/react": "^1.0.6",
36-
"@polkadot/api": "^16.2.1",
37-
"@polkadot/api-contract": "^16.2.1",
36+
"@polkadot/api": "^16.4.1",
37+
"@polkadot/api-contract": "^16.4.1",
3838
"@polkadot/extension-dapp": "^0.58.6",
39-
"@polkadot/types": "^16.2.1",
39+
"@polkadot/types": "^16.4.1",
4040
"@polkadot/ui-keyring": "^3.12.2",
4141
"@polkadot/ui-shared": "^3.12.2",
4242
"big.js": "^6.2.1",

0 commit comments

Comments
 (0)