-
Notifications
You must be signed in to change notification settings - Fork 114
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
17adb3d
commit 016b9c7
Showing
1 changed file
with
66 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,66 @@ | ||
{ | ||
"body": { | ||
"messages": [ | ||
{ | ||
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator", | ||
"description": { | ||
"moniker": "PathrockNetwork", | ||
"identity": "8E9797A900A7A429", | ||
"website": "https://pathrocknetwork.org/", | ||
"security_contact": "[email protected]", | ||
"details": "Secure Non-Custodial Staking for PoS Blockchain Projects. We run reliable and secure validators and nodes of several different blockchain protocols. Come stake with us!" | ||
}, | ||
"commission": { | ||
"rate": "0.100000000000000000", | ||
"max_rate": "0.200000000000000000", | ||
"max_change_rate": "0.010000000000000000" | ||
}, | ||
"min_self_delegation": "1", | ||
"delegator_address": "althea1zsuy2tgjc3860cce3sfx903x9chgnwgqhd37ad", | ||
"validator_address": "altheavaloper1zsuy2tgjc3860cce3sfx903x9chgnwgqndzsrg", | ||
"pubkey": { | ||
"@type": "/cosmos.crypto.ed25519.PubKey", | ||
"key": "uVw3ahFJyPiaOheOBjZZSp7mCk0yN8hVRR96LA6Zvyw=" | ||
}, | ||
"value": { | ||
"denom": "aalthea", | ||
"amount": "60000000000000000" | ||
} | ||
} | ||
], | ||
"memo": "[email protected]:26656", | ||
"timeout_height": "0", | ||
"extension_options": [], | ||
"non_critical_extension_options": [] | ||
}, | ||
"auth_info": { | ||
"signer_infos": [ | ||
{ | ||
"public_key": { | ||
"@type": "/ethermint.crypto.v1.ethsecp256k1.PubKey", | ||
"key": "AqQXUnPgWqhqwTwVL64aak4nhd9Nxf1Ip73KCohotcdH" | ||
}, | ||
"mode_info": { | ||
"single": { | ||
"mode": "SIGN_MODE_DIRECT" | ||
} | ||
}, | ||
"sequence": "0" | ||
} | ||
], | ||
"fee": { | ||
"amount": [ | ||
{ | ||
"denom": "aalthea", | ||
"amount": "20000000000000000" | ||
} | ||
], | ||
"gas_limit": "200000", | ||
"payer": "", | ||
"granter": "" | ||
} | ||
}, | ||
"signatures": [ | ||
"F8G4mZwg7vJBX6KichK3jmJWc27my4UEPuYxIhzd6fNxHRVzGy2OKFVtBvex1nUpaLaXPcS93fcWdJwc9V/cmwE=" | ||
] | ||
} |