Skip to content

Commit

Permalink
Merge pull request #140 from peetzweg/pz/inkv5
Browse files Browse the repository at this point in the history
feat: support `ink!` v5
  • Loading branch information
o-tsaruk authored Mar 8, 2024
2 parents c241c49 + 0d64898 commit 801c17e
Show file tree
Hide file tree
Showing 9 changed files with 18 additions and 18 deletions.
4 changes: 2 additions & 2 deletions docs/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,8 +154,8 @@ Add the following to your `package.json`:
"@types/node": "^17.0.34",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"@polkadot/api": "^10.8.1",
"@polkadot/api-contract": "^10.8.1",
"@polkadot/api": "^10.12.1",
"@polkadot/api-contract": "^10.12.1",
"@polkadot/keyring": "^10.4.2",
"@types/bn.js": "^5.1.0"
}
Expand Down
4 changes: 2 additions & 2 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ This directory contains examples of parsed contracts and pieces of advice how to
"@types/node": "^17.0.34",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"@polkadot/api": "^10.8.1",
"@polkadot/api-contract": "^10.8.1",
"@polkadot/api": "^10.12.1",
"@polkadot/api-contract": "^10.12.1",
"@types/bn.js": "^5.1.0"
}
```
Expand Down
4 changes: 2 additions & 2 deletions examples/plugins/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@types/node": "^17.0.34",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"@polkadot/api": "^10.8.1",
"@polkadot/api-contract": "^10.8.1",
"@polkadot/api": "^10.12.1",
"@polkadot/api-contract": "^10.12.1",
"@types/bn.js": "^5.1.0"
},
"author": "Varex Silver",
Expand Down
4 changes: 2 additions & 2 deletions examples/psp22/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@types/node": "^18.8.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"@polkadot/api": "^10.8.1",
"@polkadot/api-contract": "^10.8.1",
"@polkadot/api": "^10.12.1",
"@polkadot/api-contract": "^10.12.1",
"@types/bn.js": "^5.1.0"
},
"author": "Supercolony-net",
Expand Down
4 changes: 2 additions & 2 deletions examples/psp34/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@types/node": "^18.8.0",
"ts-node": "^10.7.0",
"typescript": "^4.9.5",
"@polkadot/api": "^10.8.1",
"@polkadot/api-contract": "^10.8.1",
"@polkadot/api": "^10.12.1",
"@polkadot/api-contract": "^10.12.1",
"@types/bn.js": "^5.1.1"
},
"author": "Supercolony-net",
Expand Down
4 changes: 2 additions & 2 deletions examples/psp34_enumerable/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"@types/node": "^18.8.0",
"ts-node": "^10.7.0",
"typescript": "^4.6.4",
"@polkadot/api": "^10.8.1",
"@polkadot/api-contract": "^10.8.1",
"@polkadot/api": "^10.12.1",
"@polkadot/api-contract": "^10.12.1",
"@types/bn.js": "^5.1.0"
},
"author": "Supercolony-net",
Expand Down
4 changes: 2 additions & 2 deletions packages/typechain-polkadot-parser/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"homepage": "https://github.com/727-ventures/typechain-polkadot#readme",
"dependencies": {
"@polkadot/api": "^10.8.1",
"@polkadot/api-contract": "^10.8.1",
"@polkadot/api": "^10.12.1",
"@polkadot/api-contract": "^10.12.1",
"@types/bn.js": "^5.1.0",
"@types/node": "^18.0.3",
"typescript": "^4.7.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/typechain-polkadot/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"engineStrict": true,
"dependencies": {
"@727-ventures/typechain-polkadot-parser": "1.0.2",
"@polkadot/api": "^10.8.1",
"@polkadot/api-contract": "^10.8.1",
"@polkadot/api": "^10.12.1",
"@polkadot/api-contract": "^10.12.1",
"@polkadot/keyring": "^12.2.2",
"@types/fs-extra": "^9.0.13",
"@types/node": "^18.11.18",
Expand Down
4 changes: 2 additions & 2 deletions packages/typechain-types/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"main": "dist/index.js",
"homepage": "https://github.com/727-ventures/typechain-polkadot#readme",
"dependencies": {
"@polkadot/api": "^10.8.1",
"@polkadot/api-contract": "^10.8.1",
"@polkadot/api": "^10.12.1",
"@polkadot/api-contract": "^10.12.1",
"@types/bn.js": "^5.1.0",
"@types/node": "^18.0.3",
"camelcase": "^6.3.0"
Expand Down

0 comments on commit 801c17e

Please sign in to comment.