Skip to content

Commit

Permalink
Neuler gentx (#441)
Browse files Browse the repository at this point in the history
* Neuler gentx

* UP: commission rate

* rename peers.txt file

* update peers.txt to add Neuler peer

---------

Co-authored-by: Yaz Khoury <yaz@celestia.org>
  • Loading branch information
neulerfzco and YazzyYaz authored Oct 25, 2023
1 parent d70cae9 commit ecfbc64
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
1 change: 1 addition & 0 deletions celestia/Neuler.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
deefd5d3a4d497be6772295d10174f021d344ac5@57.128.75.161:26656
62 changes: 62 additions & 0 deletions celestia/gentx/Neuler.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Neuler",
"identity": "71834D19856D880B",
"website": "https://neuler.xyz",
"security_contact": "",
"details": "Accelerating decentralization"
},
"commission": {
"rate": "0.120000000000000000",
"max_rate": "0.120000000000000000",
"max_change_rate": "0.050000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1yraa2gnhdlwms4keqq0gekv2ese6wteqfr6p0e",
"validator_address": "celestiavaloper1yraa2gnhdlwms4keqq0gekv2ese6wteqvuccel",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "u8d0XUmrwGbENHHCJQqMcs5ooHXa9jUeVr5QhhcDEHY="
},
"value": {
"denom": "utia",
"amount": "8000000"
}
}
],
"memo": "deefd5d3a4d497be6772295d10174f021d344ac5@57.128.75.161:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "AsHoZuqsOZAoa3smOP4kLyL0ISupEt2PgOtK6gQEUnrO"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"usBO9bvS54XnvaHBS+RYW9yZZX/AwyOrxD155bM35pZBFRPBcmkiRDBY1hWsFa9C8dzG+wKnrdZPYhuEQ8h4Vw=="
]
}

0 comments on commit ecfbc64

Please sign in to comment.