Skip to content

Commit

Permalink
Merge pull request #10 from sincerelyjules/master
Browse files Browse the repository at this point in the history
Create wavenode.json
  • Loading branch information
vbloher authored Aug 15, 2024
2 parents 80d9f19 + 3e80641 commit fce4c5c
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions gentxs/wavenode.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "«wavenode»",
"identity": "",
"website": "<your-node-website>",
"security_contact": "",
"details": "<your-node-details>"
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "0",
"delegator_address": "cosmos1w5jvd2t0c5f4vaplftwwnqmgj27n2xa37us06y",
"validator_address": "cosmosvaloper1w5jvd2t0c5f4vaplftwwnqmgj27n2xa3mgy6kh",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "D6Hcxpg/NbUuazsSeij1aWKywVjjlsz1R1VePuuviX4="
},
"value": {
"denom": "stake",
"amount": "10000000"
}
}
],
"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": "AsrdKGKRiDW0pUNz3zMM5xRgIPk+IdY23RpxRvIa0wu8"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"jduKJ2J09t+V/oN7hf0r+c61L9RQLgC7lXwsxIIC14oOAkK/X/RmLK/6ffl+oTqdRqNS5xmkE2gFxRmuv1AroQ=="
]
}

0 comments on commit fce4c5c

Please sign in to comment.