-
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.
* Neuler gentx * UP: commission rate * rename peers.txt file * update peers.txt to add Neuler peer --------- Co-authored-by: Yaz Khoury <[email protected]>
- Loading branch information
1 parent
d70cae9
commit ecfbc64
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 @@ | ||
[email protected]:26656 |
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": "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": "[email protected]: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==" | ||
] | ||
} |