axone-protocol / networks

🌐 Genesis and node configuration elements for joining Axone networks.
https://docs.axone.xyz/docs/nodes/introduction
BSD 3-Clause "New" or "Revised" License
54 stars 114 forks source link

⚖️ Register Validator: Easy2Stake #674

Closed rares-e2s closed 9 months ago

rares-e2s commented 9 months ago

Network Choice

drunemeton-1

Who are you?

Easy.Stake.Trust https://www.easy2stake.com/

Delegator address

okp41pju9r03ywzd8s8tc0d3tkksgttemlhey4w4q7q

gentx

{
  "body": {
    "messages": [
      {
        "@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
        "description": {
          "moniker": "Easy2Stake",
          "identity": "2C877AC873132C91",
          "website": "https://www.easy2stake.com/",
          "security_contact": "",
          "details": "Easy.Stake.Trust"
        },
        "commission": {
          "rate": "0.050000000000000000",
          "max_rate": "0.200000000000000000",
          "max_change_rate": "0.010000000000000000"
        },
        "min_self_delegation": "1",
        "delegator_address": "",
        "validator_address": "okp4valoper1pju9r03ywzd8s8tc0d3tkksgttemlheyqf9fqp",
        "pubkey": {
          "@type": "/cosmos.crypto.ed25519.PubKey",
          "key": "+v4iPcN1LUCifJZnLJTP5afInzHaH7DcIVNp3M7VrEM="
        },
        "value": {
          "denom": "uknow",
          "amount": "10000000000"
        }
      }
    ],
    "memo": "2e5da6bdd8376ed8f8f44e14041c9ce024ecf0ef@10.100.115.31:26656",
    "timeout_height": "0",
    "extension_options": [],
    "non_critical_extension_options": []
  },
  "auth_info": {
    "signer_infos": [
      {
        "public_key": {
          "@type": "/cosmos.crypto.secp256k1.PubKey",
          "key": "AgvhlrUie1yBe81i9LSS4CC5e3mYoqeJv+cqBpHEQg4J"
        },
        "mode_info": {
          "single": {
            "mode": "SIGN_MODE_DIRECT"
          }
        },
        "sequence": "0"
      }
    ],
    "fee": {
      "amount": [],
      "gas_limit": "200000",
      "payer": "",
      "granter": ""
    },
    "tip": null
  },
  "signatures": [
    "osKEwvrSYZHNwcdC9Upw4rlfifrGWRenXQJeML0jcQZ0+lRFmBFFcIyYvr0D90oHmRxZ9fiJ+6z0J5d4u1IkdQ=="
  ]
}
bot-anik commented 9 months ago

😉 Here is the corresponding PR: https://github.com/okp4/networks/pull/675