From 4d0d51ec4216fd9a7b53657941b08a6c6a8cff1e Mon Sep 17 00:00:00 2001 From: jakob Date: Mon, 11 Sep 2023 17:32:38 +0200 Subject: [PATCH] chore: move nep-0264_promise_gas_ratio to NEPs This has been implemented and is live since protocol version 53. I think it belongs to the NEP directory and not to the proposals. It's better to link to from docs this way. --- README.md | 1 + specs/Proposals/0264-promise_gas_ratio.md => neps/nep-0264.md | 0 2 files changed, 1 insertion(+) rename specs/Proposals/0264-promise_gas_ratio.md => neps/nep-0264.md (100%) diff --git a/README.md b/README.md index 6b81d1867..beb040f80 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,7 @@ Changes to the protocol specification and standards are called NEAR Enhancement | [0181](https://github.com/near/NEPs/blob/master/neps/nep-0181.md) | Non Fungible Token Enumeration | @chadoh @thor314 | Final | | [0199](https://github.com/near/NEPs/blob/master/neps/nep-0199.md) | Non Fungible Token Royalties and Payouts | @thor314 @mattlockyer | Final | | [0245](https://github.com/near/NEPs/blob/master/neps/nep-0245.md) | Multi Token Standard | @zcstarr @riqi @jriemann @marcos.sun | Review | +| [0264](https://github.com/near/NEPs/blob/master/neps/nep-0264.md) | Promise Gas Weights | @austinabell | Final | | [0297](https://github.com/near/NEPs/blob/master/neps/nep-0297.md) | Events Standard | @telezhnaya | Final | | [0330](https://github.com/near/NEPs/blob/master/neps/nep-0330.md) | Source Metadata | @BenKurrek | Review | | [0366](https://github.com/near/NEPs/blob/master/neps/nep-0366.md) | Meta Transactions | @ilblackdragon @e-uleyskiy @fadeevab | Draft | diff --git a/specs/Proposals/0264-promise_gas_ratio.md b/neps/nep-0264.md similarity index 100% rename from specs/Proposals/0264-promise_gas_ratio.md rename to neps/nep-0264.md