forked from dydxprotocol/v4-testnets
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Create LavenderFive-gentx.json (#25)
- Loading branch information
1 parent
e24b7e2
commit 6bfc1e3
Showing
1 changed file
with
62 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,62 @@ | ||
{ | ||
"body": { | ||
"messages": [ | ||
{ | ||
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator", | ||
"description": { | ||
"moniker": " Lavender.Five Nodes 🐝", | ||
"identity": "F87ADDB700C0CC94", | ||
"website": "https://www.lavenderfive.com/", | ||
"security_contact": "[email protected]", | ||
"details": "Fortifying crypto networks with Horcrux security, slash insurance, and open source contributions. Connect with us at https://linktr.ee/lavenderfive." | ||
}, | ||
"commission": { | ||
"rate": "0.050000000000000000", | ||
"max_rate": "0.100000000000000000", | ||
"max_change_rate": "0.050000000000000000" | ||
}, | ||
"min_self_delegation": "1", | ||
"delegator_address": "dydx140l6y2gp3gxvay6qtn70re7z2s0gn57z9qaqxk", | ||
"validator_address": "dydxvaloper140l6y2gp3gxvay6qtn70re7z2s0gn57zq7tkd8", | ||
"pubkey": { | ||
"@type": "/cosmos.crypto.ed25519.PubKey", | ||
"key": "4DC89DondjJWjxIFg9onQsyfDhh3fwvR8BZOfMc50p0=" | ||
}, | ||
"value": { | ||
"denom": "adydx", | ||
"amount": "1000000000000000000000" | ||
} | ||
} | ||
], | ||
"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": "AgAxffwFDTjrK5UoAmT9aVOuI7CGxe3T5Wsxx2kWWhJB" | ||
}, | ||
"mode_info": { | ||
"single": { | ||
"mode": "SIGN_MODE_LEGACY_AMINO_JSON" | ||
} | ||
}, | ||
"sequence": "0" | ||
} | ||
], | ||
"fee": { | ||
"amount": [], | ||
"gas_limit": "200000", | ||
"payer": "", | ||
"granter": "" | ||
}, | ||
"tip": null | ||
}, | ||
"signatures": [ | ||
"F3qaArvLG5irflukLeyg3LSzDszKhTeYbIsJ7mo+mth5ofzY40TvSVcuGtSeu77cVomypY670uiFE4oNE7VXLA==" | ||
] | ||
} |