From 15fe8f36a39cdc82950e543680100cbda2691cf5 Mon Sep 17 00:00:00 2001 From: Robert Zaremba Date: Thu, 15 Sep 2022 11:52:25 +0200 Subject: [PATCH] Updating NEP-141 authors NEP-141 came through my proposal https://github.com/near/NEPs/issues/136 as a more robust Interface for Fungible Tokens and reflection from the previous NEP-122. Prior to that we were discussing the pitfalls for ERC20 and a better solution that would serve NEAR ecosystem needs. See Rationale described in https://github.com/near/NEPs/issues/136. I was part of the core research (together with Evgeny, @oysterpack and @luciotato) designing the NEP-141, where we hardened the design by analyzing the storage use cases and metadata management. --- neps/nep-0141.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/neps/nep-0141.md b/neps/nep-0141.md index 609258da1..4c7f0ea26 100644 --- a/neps/nep-0141.md +++ b/neps/nep-0141.md @@ -1,7 +1,7 @@ --- NEP: 141 Title: Fungible Token Standard -Author: Evgeny Kuzyakov , @oysterpack +Author: Evgeny Kuzyakov , Robert Zaremba <@robert-zaremba>, @oysterpack DiscussionsTo: https://github.com/near/NEPs/issues/141 Status: Final Type: Standards Track @@ -471,4 +471,4 @@ Copyright and related rights waived via [CC0](https://creativecommons.org/public [Storage Management]: ../specs/Standards/StorageManagement.md [FT Metadata]: ../specs/Standards/Tokens/FungibleToken/Metadata.md -[FT Core]: ../specs/Standards/Tokens/FungibleToken/Core.md \ No newline at end of file +[FT Core]: ../specs/Standards/Tokens/FungibleToken/Core.md