Skip to content

Commit

Permalink
Add gentx for lemniscap
Browse files Browse the repository at this point in the history
  • Loading branch information
zheli committed Oct 24, 2023
1 parent c74932c commit 0d6cd23
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions celestia/gentx/lemniscap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Lemniscap",
"identity": "1FDB0F8D14C89421",
"website": "https://lemniscap.com/",
"security_contact": "",
"details": "Lemniscap is an investment firm specialising in investments in emerging cryptoassets and blockchain startups."
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.020000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia12t63cy8kn5n7qw77xvjn00ymcr0uuvz2fg9cgr",
"validator_address": "celestiavaloper12t63cy8kn5n7qw77xvjn00ymcr0uuvz2vh8p79",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "5+ni9aeP93pN4TjFnxOZm8Yj7Cke4SurpQzgjdV8678="
},
"value": {
"denom": "utia",
"amount": "8000000"
}
}
],
"memo": "20634da051a1c69048574aa96c3775465d832425@172.17.0.3:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A3B7M6RE8bzAFAGTF4dS6Mqu5mHPNfJVqTTW7VKUQAKV"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"l8DjII+XLRAcmizVp1KOuSj1I/46IT44n6N+6Zms9QRrfBeDh+HPZn3KRnasqYk4od8GYCS26aTuvotR0Mcr3w=="
]
}

0 comments on commit 0d6cd23

Please sign in to comment.