Skip to content

Commit

Permalink
Merge pull request #220 from Northa/master
Browse files Browse the repository at this point in the history
Alphabet gentx
  • Loading branch information
0x4139 authored May 22, 2023
2 parents 4e07201 + c40f3e5 commit ad15d2f
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions friction/mission-3/gentxs/Alphabet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Alphabet",
"identity": "",
"website": "",
"security_contact": "https://t.me/intelix",
"details": ""
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.250000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "human1f6xlyv09n0uq3gzqn6pzjv3sg3cujcwyrwj490",
"validator_address": "humanvaloper1f6xlyv09n0uq3gzqn6pzjv3sg3cujcwy0ag6w2",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "wb8cSfH2uSJN9gxJMd9A/PBaseY/3ofMWAe7sCO8tjY="
},
"value": {
"denom": "aheart",
"amount": "1000000000000000000"
}
}
],
"memo": "3ca8a268313cc18799ec352c50fbaeb2f915399c@95.217.200.36:26656",
"timeout_height": "0",
"extension_options": [

],
"non_critical_extension_options": [

]
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/ethermint.crypto.v1.ethsecp256k1.PubKey",
"key": "AhGbYrL33+Vrd5989GsZo0E47Fj8P6gNKrxh7fy3Ii+H"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [
{
"denom": "aheart",
"amount": "4000000000000000"
}
],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"XBz1MGKhEOOK8qyqQ8m+a3JAkhfBkNhzc2nyuByEkkMF3Ev0VgA1oNwhXkjqvBaZk5KpWvwgKJl586GeBsoKJgE="
]
}

0 comments on commit ad15d2f

Please sign in to comment.