From b4a70349c5b0b411d224de5ada2f5bfd12ca334c Mon Sep 17 00:00:00 2001 From: Igor Papandinas Date: Mon, 4 Mar 2024 20:29:42 +0100 Subject: [PATCH] chore: fix README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6ab34f8..19f3da7 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ Swanky node is a Substrate based blockchain configured to enable `pallet-contrac Blocks are sealed (1) as soon as a transaction get in the pool (2) when `engine_createBlock` RPC called. Blocks are finalized configured delay sec after blocks are sealed. - Users' account Balance manipulation - Block height manipulation. Developers can forward and revert blocks via RPC. -- [pallet-dapps-staking](https://github.com/AstarNetwork/Astar/tree/temp/polkadot-v0.9.40/pallets/dapps-staking) and ChainExtension to interact with it. -- [pallet-assets](https://github.com/paritytech/substrate/tree/polkadot-v0.9.40/frame/assets). +- [pallet-dapps-staking](https://github.com/AstarNetwork/Astar/tree/v5.15.0/pallets/dapps-staking) and ChainExtension to interact with it. +- [pallet-assets](https://github.com/paritytech/substrate/tree/polkadot-v0.9.43/frame/assets). - Pallet-assets chain-extension - dApps-staking chain-extension @@ -17,7 +17,7 @@ Swanky Node is optimized for local development, while removing unnecessary compo ## Compatible ink! version -Any ink! version from `v4.0.0` or `higher` is supported by pallet-contract polkadot-0.9.40 branch. +Any ink! version from `v4.0.0` or `higher` is supported by pallet-contract polkadot-0.9.43 branch. ## Installation ### Download Binary