Skip to content

Commit

Permalink
Fix jq format
Browse files Browse the repository at this point in the history
  • Loading branch information
frannovo committed Oct 25, 2023
1 parent c89a0d9 commit 91de97b
Showing 1 changed file with 59 additions and 59 deletions.
118 changes: 59 additions & 59 deletions celestia/gentx/XPRV.json
Original file line number Diff line number Diff line change
@@ -1,62 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "XPRV",
"identity": "6F76E87715274694",
"website": "https://xprv.io",
"security_contact": "[email protected]",
"details": "XPRV helps cryptocurrency investors earn returns through our high-uptime, secure staking platform."
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1nwu3ugynh8m6r7aphv0uxnca84t7gnrufmxqn7",
"validator_address": "celestiavaloper1nwu3ugynh8m6r7aphv0uxnca84t7gnruvyye9c",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "8XLtp6gryoe1dwiAHy1d2tvvyv/wIaIl1dh5b81Z6Po="
},
"value": {
"denom": "utia",
"amount": "58050000000"
}
}
],
"memo": "[email protected]:30001",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "AkPDCqZVQna8rN7p2lsb2EwodsVnZN8Fg6fRP2IfccQo"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "XPRV",
"identity": "6F76E87715274694",
"website": "https://xprv.io",
"security_contact": "[email protected]",
"details": "XPRV helps cryptocurrency investors earn returns through our high-uptime, secure staking platform."
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1nwu3ugynh8m6r7aphv0uxnca84t7gnrufmxqn7",
"validator_address": "celestiavaloper1nwu3ugynh8m6r7aphv0uxnca84t7gnruvyye9c",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "8XLtp6gryoe1dwiAHy1d2tvvyv/wIaIl1dh5b81Z6Po="
},
"value": {
"denom": "utia",
"amount": "58050000000"
}
}
],
"memo": "[email protected]:30001",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "AkPDCqZVQna8rN7p2lsb2EwodsVnZN8Fg6fRP2IfccQo"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"tip": null
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"signatures": [
"+h14IknSIq8XhNUrWpXASLuZWGMtgZi7h+XWmlP+q0APXV8liDoYOQE5DPguZ59NzZYKnBsUH3YT3ma8gX11ig=="
]
}
"tip": null
},
"signatures": [
"+h14IknSIq8XhNUrWpXASLuZWGMtgZi7h+XWmlP+q0APXV8liDoYOQE5DPguZ59NzZYKnBsUH3YT3ma8gX11ig=="
]
}

0 comments on commit 91de97b

Please sign in to comment.