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: #544

Closed dhogaivannan closed 1 year ago

dhogaivannan commented 1 year ago

Network Choice

nemeton-1

Who are you?

Zenscape

gentx

{
  "body": {
    "messages": [
      {
        "@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
        "description": {
          "moniker": "zenscape",
          "identity": "F10E3CDCBC4EA7AA",
          "website": "https://zenscape.ome",
          "security_contact": "info@zenscape.one",
          "details": "Enterprise-grade level infrastructure for DeFi degens to stake their crypto assets and earn yields on it. Eat, Sleep, Stake, Repeat!"
        },
        "commission": {
          "rate": "0.050000000000000000",
          "max_rate": "0.200000000000000000",
          "max_change_rate": "0.010000000000000000"
        },
        "min_self_delegation": "1",
        "delegator_address": "okp41420sylc3zctevtr2frygaj9mh45fscjnthjmuy",
        "validator_address": "okp4valoper1420sylc3zctevtr2frygaj9mh45fscjn7szjz9",
        "pubkey": {
          "@type": "/cosmos.crypto.ed25519.PubKey",
          "key": "/PDHRZRIPTAj9jTfIk8Jy3os/9aq9Yty6YdkohbtF1c="
        },
        "value": {
          "denom": "uknow",
          "amount": "10000000000"
        }
      }
    ],
    "memo": "f4259b342b0270581bf788848d94ec7690dc29a3@172.31.19.141:26656",
    "timeout_height": "0",
    "extension_options": [],
    "non_critical_extension_options": []
  },
  "auth_info": {
    "signer_infos": [
      {
        "public_key": {
          "@type": "/cosmos.crypto.secp256k1.PubKey",
          "key": "A5CdEyzuQM+I8QNAcaa+Mlf+Ny18PhpCMdhtJmdW2EL5"
        },
        "mode_info": {
          "single": {
            "mode": "SIGN_MODE_DIRECT"
          }
        },
        "sequence": "0"
      }
    ],
    "fee": {
      "amount": [],
      "gas_limit": "200000",
      "payer": "",
      "granter": ""
    },
    "tip": null
  },
  "signatures": [
    "/siPErywX3RPdIEuEkUwjsbSQIcA7tkjwR3556k7dM56Hpbjc91b2hQX63Q9hyRz5wzfBuvlI1pVD56xvJLB3Q=="
  ]
}
bot-anik commented 1 year ago

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