From a113c01173d802c8de2593236d02b28cb2a72caf Mon Sep 17 00:00:00 2001 From: Deep Ink Ventures <120174523+deep-ink-ventures@users.noreply.github.com> Date: Mon, 11 Dec 2023 15:48:08 +0100 Subject: [PATCH] Update applications/chain-extension-suite.md Co-authored-by: S E R A Y A --- applications/chain-extension-suite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/chain-extension-suite.md b/applications/chain-extension-suite.md index 11651713ce9..5d15b3911ca 100644 --- a/applications/chain-extension-suite.md +++ b/applications/chain-extension-suite.md @@ -175,7 +175,7 @@ If this grant is successfully implemented and received well by the community, we ### `pallet_assets_extensions` and `pallet_nfts_extensions` -The Substrate framework's FRAME provides `pallet_assets` for fungible tokens and `pallet_nft` for non-fungible tokens (NFTs), aligning with the prevalent token standards in the blockchain domain. On the smart contract side, ink! adheres to PSP-22 for fungible tokens and PSP-34 for NFTs. +The Substrate framework's FRAME provides `pallet_assets` for fungible tokens and `pallet_nfts` for non-fungible tokens (NFTs), aligning with the prevalent token standards in the blockchain domain. On the smart contract side, ink! adheres to PSP-22 for fungible tokens and PSP-34 for NFTs. Within the objective of this grant we develop `pallet_assets_extensions` and `pallet_nft_extensions`. These extensions aim to expose chain extension functionality for `pallet_assets` and `pallet_nft`, thereby creating a bridge for enhanced interaction between the Substrate runtime and the smart contract environment of ink!.