Skip to content

Commit

Permalink
Add Moonlet gentx and peers (#491)
Browse files Browse the repository at this point in the history
Co-authored-by: Calin Tatar <calintatar@Calins-MacBook-Pro.local>
  • Loading branch information
calintatar1 and Calin Tatar authored Oct 24, 2023
1 parent a7e4122 commit d5793a5
Show file tree
Hide file tree
Showing 2 changed files with 63 additions and 0 deletions.
1 change: 1 addition & 0 deletions celestia/Moonlet.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
6a50a814bece6ee873467299c9d6d6339055697@162.55.245.228:16656
62 changes: 62 additions & 0 deletions celestia/gentx/Moonlet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Moonlet",
"identity": "9A2BCB95983B1B73",
"website": "https://moonlet.io",
"security_contact": "contact@moonlet.io",
"details": "We operate nodes for next-generation blockchain networks and we are committed to support the decentralisation movement forward"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.020000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1q8teur40emyun60et4wh5z6yj5669stg8cyfzr",
"validator_address": "celestiavaloper1q8teur40emyun60et4wh5z6yj5669stgz8xs59",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "DUjLobSYVLIGTJaUHx7dpExRTnh/E5FhktNDVq18Zv0="
},
"value": {
"denom": "utia",
"amount": "75000000000"
}
}
],
"memo": "b9d80602f39f644380258592766f924efecf692b@192.168.1.200:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A9wy/tPya7kfXNsnRVbEn2PxzxD8nS2Qap8r4yrk84FJ"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_LEGACY_AMINO_JSON"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"/vp+4fwe9t0XQFQJ7EWLutAMC3Ug2wsN5Nre54fFgoME4Md/wZLrgy5otzszK1h1QyyIAMQBQ/+c/ao3gSDPCQ=="
]
}

0 comments on commit d5793a5

Please sign in to comment.