From cc691c201b68e6a64ec973d0ea3588087e12d825 Mon Sep 17 00:00:00 2001 From: Slawomir Sledz Date: Mon, 9 Sep 2024 23:21:30 +0200 Subject: [PATCH 1/2] Add 10297 metadat label --- CIP-0010/registry.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CIP-0010/registry.json b/CIP-0010/registry.json index 87910b0d8..e5889da1a 100644 --- a/CIP-0010/registry.json +++ b/CIP-0010/registry.json @@ -118,5 +118,9 @@ { "transaction_metadatum_label": 61286, "description": "CIP-0015 - Catalyst deregistration" + }, + { + "transaction_metadatum_label": 10297, + "description": "fida.finance transaction metadata" } ] From cc5f445a424ab56dab7553e2e3134a53e0ebab7a Mon Sep 17 00:00:00 2001 From: Robert Phair Date: Tue, 17 Sep 2024 15:29:30 -0400 Subject: [PATCH 2/2] moved into proper numberical order & fixed indentation --- CIP-0010/registry.json | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CIP-0010/registry.json b/CIP-0010/registry.json index e5889da1a..70070c4cd 100644 --- a/CIP-0010/registry.json +++ b/CIP-0010/registry.json @@ -107,6 +107,10 @@ "transaction_metadatum_label": 6770, "description": "fortunes.coconutpool.com fortune teller" }, + { + "transaction_metadatum_label": 10297, + "description": "fida.finance transaction metadata" + }, { "transaction_metadatum_label": 61284, "description": "CIP-0015 - Catalyst registration" @@ -118,9 +122,5 @@ { "transaction_metadatum_label": 61286, "description": "CIP-0015 - Catalyst deregistration" - }, - { - "transaction_metadatum_label": 10297, - "description": "fida.finance transaction metadata" } ]