Skip to content

Commit 801c17e

Browse files
authored
Merge pull request #140 from peetzweg/pz/inkv5
feat: support `ink!` v5
2 parents c241c49 + 0d64898 commit 801c17e

File tree

9 files changed

+18
-18
lines changed

9 files changed

+18
-18
lines changed

docs/about.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ Add the following to your `package.json`:
154154
"@types/node": "^17.0.34",
155155
"ts-node": "^10.7.0",
156156
"typescript": "^4.6.4",
157-
"@polkadot/api": "^10.8.1",
158-
"@polkadot/api-contract": "^10.8.1",
157+
"@polkadot/api": "^10.12.1",
158+
"@polkadot/api-contract": "^10.12.1",
159159
"@polkadot/keyring": "^10.4.2",
160160
"@types/bn.js": "^5.1.0"
161161
}

examples/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This directory contains examples of parsed contracts and pieces of advice how to
1313
"@types/node": "^17.0.34",
1414
"ts-node": "^10.7.0",
1515
"typescript": "^4.6.4",
16-
"@polkadot/api": "^10.8.1",
17-
"@polkadot/api-contract": "^10.8.1",
16+
"@polkadot/api": "^10.12.1",
17+
"@polkadot/api-contract": "^10.12.1",
1818
"@types/bn.js": "^5.1.0"
1919
}
2020
```

examples/plugins/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@types/node": "^17.0.34",
1414
"ts-node": "^10.7.0",
1515
"typescript": "^4.6.4",
16-
"@polkadot/api": "^10.8.1",
17-
"@polkadot/api-contract": "^10.8.1",
16+
"@polkadot/api": "^10.12.1",
17+
"@polkadot/api-contract": "^10.12.1",
1818
"@types/bn.js": "^5.1.0"
1919
},
2020
"author": "Varex Silver",

examples/psp22/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@types/node": "^18.8.0",
1414
"ts-node": "^10.7.0",
1515
"typescript": "^4.6.4",
16-
"@polkadot/api": "^10.8.1",
17-
"@polkadot/api-contract": "^10.8.1",
16+
"@polkadot/api": "^10.12.1",
17+
"@polkadot/api-contract": "^10.12.1",
1818
"@types/bn.js": "^5.1.0"
1919
},
2020
"author": "Supercolony-net",

examples/psp34/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@types/node": "^18.8.0",
1414
"ts-node": "^10.7.0",
1515
"typescript": "^4.9.5",
16-
"@polkadot/api": "^10.8.1",
17-
"@polkadot/api-contract": "^10.8.1",
16+
"@polkadot/api": "^10.12.1",
17+
"@polkadot/api-contract": "^10.12.1",
1818
"@types/bn.js": "^5.1.1"
1919
},
2020
"author": "Supercolony-net",

examples/psp34_enumerable/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"@types/node": "^18.8.0",
1414
"ts-node": "^10.7.0",
1515
"typescript": "^4.6.4",
16-
"@polkadot/api": "^10.8.1",
17-
"@polkadot/api-contract": "^10.8.1",
16+
"@polkadot/api": "^10.12.1",
17+
"@polkadot/api-contract": "^10.12.1",
1818
"@types/bn.js": "^5.1.0"
1919
},
2020
"author": "Supercolony-net",

packages/typechain-polkadot-parser/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
},
1717
"homepage": "https://github.com/727-ventures/typechain-polkadot#readme",
1818
"dependencies": {
19-
"@polkadot/api": "^10.8.1",
20-
"@polkadot/api-contract": "^10.8.1",
19+
"@polkadot/api": "^10.12.1",
20+
"@polkadot/api-contract": "^10.12.1",
2121
"@types/bn.js": "^5.1.0",
2222
"@types/node": "^18.0.3",
2323
"typescript": "^4.7.4",

packages/typechain-polkadot/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"engineStrict": true,
2323
"dependencies": {
2424
"@727-ventures/typechain-polkadot-parser": "1.0.2",
25-
"@polkadot/api": "^10.8.1",
26-
"@polkadot/api-contract": "^10.8.1",
25+
"@polkadot/api": "^10.12.1",
26+
"@polkadot/api-contract": "^10.12.1",
2727
"@polkadot/keyring": "^12.2.2",
2828
"@types/fs-extra": "^9.0.13",
2929
"@types/node": "^18.11.18",

packages/typechain-types/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"main": "dist/index.js",
2525
"homepage": "https://github.com/727-ventures/typechain-polkadot#readme",
2626
"dependencies": {
27-
"@polkadot/api": "^10.8.1",
28-
"@polkadot/api-contract": "^10.8.1",
27+
"@polkadot/api": "^10.12.1",
28+
"@polkadot/api-contract": "^10.12.1",
2929
"@types/bn.js": "^5.1.0",
3030
"@types/node": "^18.0.3",
3131
"camelcase": "^6.3.0"

0 commit comments

Comments
 (0)