From 7f52ef92ad187076028e861483ec5f485590e736 Mon Sep 17 00:00:00 2001 From: clock-workorange <2179757+clock-workorange@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:40:45 -0500 Subject: [PATCH 1/3] Add LatamNodes.txt Peers --- celestia/LatamNodes.txt | 1 + 1 file changed, 1 insertion(+) create mode 100644 celestia/LatamNodes.txt diff --git a/celestia/LatamNodes.txt b/celestia/LatamNodes.txt new file mode 100644 index 00000000..ca31b6de --- /dev/null +++ b/celestia/LatamNodes.txt @@ -0,0 +1 @@ +29c8a82a0be59a2c6a5d6fb2ad0a2e1b4d09de0f@181.188.232.25:26656 From 41bb41d689161cad1e17d2226076346b85d45386 Mon Sep 17 00:00:00 2001 From: clock-workorange <2179757+clock-workorange@users.noreply.github.com> Date: Wed, 25 Oct 2023 10:41:32 -0500 Subject: [PATCH 2/3] Add LatamNodes.json gentx --- celestia/gentx/LatamNodes.json | 62 ++++++++++++++++++++++++++++++++++ 1 file changed, 62 insertions(+) create mode 100644 celestia/gentx/LatamNodes.json diff --git a/celestia/gentx/LatamNodes.json b/celestia/gentx/LatamNodes.json new file mode 100644 index 00000000..dbe4f6c6 --- /dev/null +++ b/celestia/gentx/LatamNodes.json @@ -0,0 +1,62 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "latamnodes", + "identity": "725B663406CF4FF3", + "website": "https://daomazon.org", + "security_contact": "soporte@latamnodes.org", + "details": "Somos LatamNodes una comunidad latina. GVSDA, We are a Latin America based validator supporting the Latino community in Web3" + }, + "commission": { + "rate": "0.010000000000000000", + "max_rate": "0.120000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "celestia14v4ush42xewyeuuldf6jtdz0a7pxg5fwxq7zc0", + "validator_address": "celestiavaloper14v4ush42xewyeuuldf6jtdz0a7pxg5fwrlumwf", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "7QjWHj5OsJ2WhD9Kny13I0qubrdpHITzfR/34MhSzGk=" + }, + "value": { + "denom": "utia", + "amount": "8000000" + } + } + ], + "memo": "29c8a82a0be59a2c6a5d6fb2ad0a2e1b4d09de0f@181.188.232.25:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "A8vzTvVqa/sTHiegNzZguH904Q1GWFw5krfppGtx4E0F" + }, + "mode_info": { + "single": { + "mode": "SIGN_MODE_DIRECT" + } + }, + "sequence": "0" + } + ], + "fee": { + "amount": [], + "gas_limit": "210000", + "payer": "", + "granter": "" + }, + "tip": null + }, + "signatures": [ + "l/jXQJiYlZUpfUdreHrfaCm5AxZHfaKQBdGuE16mQ1Va13tx3wMm8KEAlJbvLi2j32xtakJ7yU9vAPeqKVlO8w==" + ] +} From 7a0c1ac1335be62c90b3ed83c2e922b6cf8b7d39 Mon Sep 17 00:00:00 2001 From: clock-workorange <2179757+clock-workorange@users.noreply.github.com> Date: Wed, 25 Oct 2023 11:02:58 -0500 Subject: [PATCH 3/3] updated LatamNodes.json Gentx to 5% --- celestia/gentx/LatamNodes.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/celestia/gentx/LatamNodes.json b/celestia/gentx/LatamNodes.json index dbe4f6c6..4608461c 100644 --- a/celestia/gentx/LatamNodes.json +++ b/celestia/gentx/LatamNodes.json @@ -11,7 +11,7 @@ "details": "Somos LatamNodes una comunidad latina. GVSDA, We are a Latin America based validator supporting the Latino community in Web3" }, "commission": { - "rate": "0.010000000000000000", + "rate": "0.050000000000000000", "max_rate": "0.120000000000000000", "max_change_rate": "0.010000000000000000" }, @@ -57,6 +57,6 @@ "tip": null }, "signatures": [ - "l/jXQJiYlZUpfUdreHrfaCm5AxZHfaKQBdGuE16mQ1Va13tx3wMm8KEAlJbvLi2j32xtakJ7yU9vAPeqKVlO8w==" + "Zlwq7/UImeRVU7n9Amr8S+LgkZea+6+RXTLkhkDFFe5T6YYiI5clKB7VZ4o9K5jOXtTEeF+GZMgV6MrGVYASiQ==" ] }