From 5709bcec4b30482e61c2f9876b7bd2e1ad630875 Mon Sep 17 00:00:00 2001 From: bitzoic Date: Thu, 5 Oct 2023 13:03:50 +0200 Subject: [PATCH] Add comment on required SRC20 standard --- standards/src_8/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/standards/src_8/README.md b/standards/src_8/README.md index 7a277bd..0ba2f3c 100644 --- a/standards/src_8/README.md +++ b/standards/src_8/README.md @@ -8,7 +8,7 @@ # Abstract -The following standard attempts to define the retrieval of relevant on-chain metadata for any bridged [Native Assets](https://docs.fuel.network/docs/sway/blockchain-development/native_assets). Any contract that implements the SRC-8 standard MUST implement the [SRC-7](https://github.com/FuelLabs/sway-standards/tree/master/standards/src_7) standard. +The following standard attempts to define the retrieval of relevant on-chain metadata for any bridged [Native Assets](https://docs.fuel.network/docs/sway/blockchain-development/native_assets). Any contract that implements the SRC-8 standard MUST implement the [SRC-7](https://github.com/FuelLabs/sway-standards/tree/master/standards/src_7) and [SRC-20](https://github.com/FuelLabs/sway-standards/tree/master/standards/src_20) standards. # Motivation