From d684964b06b27e9f76a17109e305ed33c9514321 Mon Sep 17 00:00:00 2001 From: IIIyJIeP Date: Thu, 9 Jan 2025 19:01:30 +0600 Subject: [PATCH] rename validator from IIIyJIeP to CosmmoNibble --- {iiiyjiep => cosmonibble}/chains.json | 2 +- cosmonibble/profile.json | 5 +++++ iiiyjiep/profile.json | 5 ----- 3 files changed, 6 insertions(+), 6 deletions(-) rename {iiiyjiep => cosmonibble}/chains.json (93%) create mode 100644 cosmonibble/profile.json delete mode 100644 iiiyjiep/profile.json diff --git a/iiiyjiep/chains.json b/cosmonibble/chains.json similarity index 93% rename from iiiyjiep/chains.json rename to cosmonibble/chains.json index 6940cbe511..035ddbaef8 100644 --- a/iiiyjiep/chains.json +++ b/cosmonibble/chains.json @@ -1,6 +1,6 @@ { "$schema": "../chains.schema.json", - "name": "IIIyJIeP", + "name": "CosmoNibble", "chains": [ { "name": "osmosis", diff --git a/cosmonibble/profile.json b/cosmonibble/profile.json new file mode 100644 index 0000000000..2a447274db --- /dev/null +++ b/cosmonibble/profile.json @@ -0,0 +1,5 @@ +{ + "$schema": "../profile.schema.json", + "name": "CosmoNibble", + "identity": "EB28EE11F90D4BE1" +} \ No newline at end of file diff --git a/iiiyjiep/profile.json b/iiiyjiep/profile.json deleted file mode 100644 index fd0ee8476d..0000000000 --- a/iiiyjiep/profile.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "$schema": "../profile.schema.json", - "name": "IIIyJIeP", - "identity": "2B065B62193DB45A" -} \ No newline at end of file