From 6296f078db9336bd7df5efe5fc6b81aec9f5ea43 Mon Sep 17 00:00:00 2001 From: crypto-services Date: Wed, 6 Mar 2024 14:23:38 +0800 Subject: [PATCH] Add gentx and peer info --- .../gentxs/gentx-republic.json | 50 +++++++++++++++++++ .../peers/peers-republic.json | 5 ++ 2 files changed, 55 insertions(+) create mode 100644 networks/testnets/fairyring-testnet-1/gentxs/gentx-republic.json create mode 100644 networks/testnets/fairyring-testnet-1/peers/peers-republic.json diff --git a/networks/testnets/fairyring-testnet-1/gentxs/gentx-republic.json b/networks/testnets/fairyring-testnet-1/gentxs/gentx-republic.json new file mode 100644 index 00000000..b358ce3a --- /dev/null +++ b/networks/testnets/fairyring-testnet-1/gentxs/gentx-republic.json @@ -0,0 +1,50 @@ +{ + "body": { + "messages": [ + { + "@type": "/cosmos.staking.v1beta1.MsgCreateValidator", + "description": { + "moniker": "Republic-Crypto", + "identity": "88931283C8B8D7B8", + "website": "https://republic.com", + "security_contact": "runtime-support@republiccrypto.com", + "details": "Republic Crypto | Runtime provides infrastructure for institutional staking on networks like Avalanche, Aptos, Sui and Haqq with tailored services to meet your needs." + }, + "commission": { + "rate": "0.050000000000000000", + "max_rate": "0.200000000000000000", + "max_change_rate": "0.010000000000000000" + }, + "min_self_delegation": "1", + "delegator_address": "fairy1uy2slhj2xf2sgssa5jkjf6v663e7wkkpj8glkv", + "validator_address": "fairyvaloper1uy2slhj2xf2sgssa5jkjf6v663e7wkkpfuw2jg", + "pubkey": { + "@type": "/cosmos.crypto.ed25519.PubKey", + "key": "2Zg1zywS1H8njK1R2gffA9gOWt03y1uBqQWD4NrqWOQ=" + }, + "value": { "denom": "ufairy", "amount": "10000000000" } + } + ], + "memo": "12f315956f97ba54f8a6e61d85e5efd4e8fb735e@51.210.222.119:26656", + "timeout_height": "0", + "extension_options": [], + "non_critical_extension_options": [] + }, + "auth_info": { + "signer_infos": [ + { + "public_key": { + "@type": "/cosmos.crypto.secp256k1.PubKey", + "key": "Agp3szpnkV97jmduBz+JyzJL0CtIzAAyDIBkWR5FEZcY" + }, + "mode_info": { "single": { "mode": "SIGN_MODE_DIRECT" } }, + "sequence": "0" + } + ], + "fee": { "amount": [], "gas_limit": "200000", "payer": "", "granter": "" }, + "tip": null + }, + "signatures": [ + "GQBnVb4dRjpQ0dFNth3Q8P6CxVC9ttLv10rSzrSMXd4hvNszE00asNzRN2AC7TBEwtbhT0T3ctXxioQFBabZXA==" + ] +} diff --git a/networks/testnets/fairyring-testnet-1/peers/peers-republic.json b/networks/testnets/fairyring-testnet-1/peers/peers-republic.json new file mode 100644 index 00000000..b16e7d0b --- /dev/null +++ b/networks/testnets/fairyring-testnet-1/peers/peers-republic.json @@ -0,0 +1,5 @@ +{ + "node_id": "12f315956f97ba54f8a6e61d85e5efd4e8fb735e", + "public_ip": "51.210.222.119", + "port": "26656" +}