Skip to content

Commit

Permalink
kingnodes gentx (#9)
Browse files Browse the repository at this point in the history
initial commit
  • Loading branch information
nullmames authored Oct 12, 2023
1 parent 75ee176 commit 2de6d1a
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions dydx-testnet-4/gentx/kingnodes-gentx.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "kingnodes 👑",
"identity": "30E6CD38D9721222",
"website": "https://kingnodes.com",
"security_contact": "[email protected]",
"details": ""
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.100000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "dydx19w2488ntfgpduzqq3sk4j5x387zynwkn6g74p6",
"validator_address": "dydxvaloper19w2488ntfgpduzqq3sk4j5x387zynwknlkgr2t",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "ZMqeMQzMkxbBWjvx9VVU/RiVyJJq3X9V+rCht9YuPvE="
},
"value": {
"denom": "adv4tnt",
"amount": "500000000000000000000000"
}
}
],
"memo": "[email protected]:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "AhHs+4Sx10vIdWyHU0GU7Xn+ukDtNy0UeHdQ01jtOkKJ"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"k8d3X+xxwpmtlclBcpgoGI9g7NztjrwU+R9b1eBaawJwiAWF/NJN6NVm8uEfMeoCSEajtvqBfC5PZ53sRFcT6A=="
]
}

0 comments on commit 2de6d1a

Please sign in to comment.