Skip to content

Commit 34a774f

Browse files
authored
Merge pull request #2167 from opentensor/ink/docs/note-ink-v6-support
add note about ink v6 support
2 parents 40e9df6 + 0cef978 commit 34a774f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/wasm-contracts.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,10 @@ For general smart contract development on Subtensor, please refer to the officia
1414
- [ink! Getting Started Guide](https://use.ink/docs/v5/getting-started/setup)
1515
- [ink! Examples](https://github.com/use-ink/ink-examples/tree/v5.x.x)
1616

17+
> [!WARNING]
18+
> ink! `>= 6.0` drops support for `pallet-contracts`, please use `ink < 6.0`.
19+
> See: https://github.com/use-ink/ink/releases/tag/v6.0.0-alpha
20+
1721
## Subtensor-Specific Features
1822

1923
### Chain Extension

0 commit comments

Comments
 (0)