Skip to content

Commit

Permalink
Merge pull request #394 from EdouardLvdl/mainnet-gentx
Browse files Browse the repository at this point in the history
Add Stakin gentx
  • Loading branch information
liamsi authored Oct 24, 2023
2 parents ad17c19 + 4631f88 commit 768567d
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
62 changes: 62 additions & 0 deletions celestia/gentx/stakin.json
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=="
]
}
1 change: 1 addition & 0 deletions celestia/peers.txt
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
Expand Down

0 comments on commit 768567d

Please sign in to comment.