-
Notifications
You must be signed in to change notification settings - Fork 267
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #394 from EdouardLvdl/mainnet-gentx
Add Stakin gentx
- Loading branch information
Showing
2 changed files
with
63 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,62 @@ | ||
{ | ||
"body": { | ||
"messages": [ | ||
{ | ||
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator", | ||
"description": { | ||
"moniker": "Stakin", | ||
"identity": "83D300CB42D06962", | ||
"website": "https://stakin.com", | ||
"security_contact": "[email protected]", | ||
"details": "Reliable and Secure Staking Services Trusted by Institutions. ISO27001 certified, Cosmos ecosystem contributor, IBC relayer provider. Visit our website to know more about Stakin and for T&Cs." | ||
}, | ||
"commission": { | ||
"rate": "0.050000000000000000", | ||
"max_rate": "0.250000000000000000", | ||
"max_change_rate": "0.050000000000000000" | ||
}, | ||
"min_self_delegation": "1", | ||
"delegator_address": "celestia1dlsl4u42ycahzjfwc6td6upgsup9tt7c8cwedn", | ||
"validator_address": "celestiavaloper1dlsl4u42ycahzjfwc6td6upgsup9tt7cz8vqm4", | ||
"pubkey": { | ||
"@type": "/cosmos.crypto.ed25519.PubKey", | ||
"key": "PPWwBozpIT4BLPo5WUZBog9E4HrfL6PYO2+6lwePpFE=" | ||
}, | ||
"value": { | ||
"denom": "utia", | ||
"amount": "65000000000" | ||
} | ||
} | ||
], | ||
"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": "An9YhCnHDgRjxE3D6tZvgNjYfk8zfkZ8Vg6Wb/uG/ZDa" | ||
}, | ||
"mode_info": { | ||
"single": { | ||
"mode": "SIGN_MODE_DIRECT" | ||
} | ||
}, | ||
"sequence": "0" | ||
} | ||
], | ||
"fee": { | ||
"amount": [], | ||
"gas_limit": "210000", | ||
"payer": "", | ||
"granter": "" | ||
}, | ||
"tip": null | ||
}, | ||
"signatures": [ | ||
"QE9GykX6DV6pMMWSZhxOTCXD/nFjPcCbviKMIon7ZPMFVuofUwbNxwbMoztYLzHoqbzW54m9JWnvkoUrUwRP2Q==" | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
[email protected]:26656 | ||
[email protected]:26656 | ||
[email protected]:26656 | ||
[email protected]:10056 | ||
|