Skip to content

Commit

Permalink
Add chorusone gentx (#428)
Browse files Browse the repository at this point in the history
* Add Chorus One gentx

* add chorusone peers

* fix chorusone gentx

* move peers to ChorusOne.txt
  • Loading branch information
mkaczanowski authored Oct 24, 2023
1 parent d5793a5 commit ef718be
Show file tree
Hide file tree
Showing 2 changed files with 65 additions and 0 deletions.
3 changes: 3 additions & 0 deletions celestia/ChorusOne.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
6ba9f87efe6beb23bb7af2204eac769767d8ec78@78.129.165.127:23656
491c37d5de210600463c5599a3ffd272c8690014@57.128.20.184:23656
7f067f54987cccfe489fbe302ff1bf6c56aaf02f@162.19.81.54:23656
62 changes: 62 additions & 0 deletions celestia/gentx/ChorusOne.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Chorus One",
"identity": "00B79D689B7DC1CE",
"website": "https://chorus.one",
"security_contact": "security@chorus.one",
"details": "Secure Celestia and shape its future by delegating to Chorus One, a highly secure and stable validator. By delegating, you agree to the terms of service at: https://chorus.one/tos"
},
"commission": {
"rate": "0.080000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.100000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia15urq2dtp9qce4fyc85m6upwm9xul3049d30meq",
"validator_address": "celestiavaloper15urq2dtp9qce4fyc85m6upwm9xul3049gwdz0x",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "TFWxyudpTzYq2s5V3bQgkKoImG/xhG5f2yQYmdHsNTo="
},
"value": {
"denom": "utia",
"amount": "62000000000"
}
}
],
"memo": "a99cebabe607bffba1d81878450fa5a18fbc5c33@192.168.1.36:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "AoUAnGnBsT7xGv2PTnIQbfK4t4oNyimGk2AhPwfgxq3T"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_LEGACY_AMINO_JSON"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"Y+KnImc1yokmgShG2+UofZbbT68VQ+whZKLTbRXD1s0yTVtvsPRM0iynt/Y1qYqubd2hc/wrWb/NCjk9T8XlKg=="
]
}

0 comments on commit ef718be

Please sign in to comment.