Skip to content

Commit

Permalink
Merge pull request #11 from mr-vseznaika/flipflops-gentx
Browse files Browse the repository at this point in the history
Flipflops fixed stake
  • Loading branch information
vbloher authored Aug 15, 2024
2 parents 5d57b31 + bf77826 commit 80d9f19
Showing 1 changed file with 62 additions and 1 deletion.
63 changes: 62 additions & 1 deletion gentxs/flipflops.json
Original file line number Diff line number Diff line change
@@ -1 +1,62 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"FlipFlops","identity":"","website":"https://flipflops.finance","security_contact":"","details":"One liner should be here"},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.050000000000000000"},"min_self_delegation":"0","delegator_address":"cosmos1ml85lkkzl4vsafv98qvue76g5w2khhllhz6u3n","validator_address":"cosmosvaloper1ml85lkkzl4vsafv98qvue76g5w2khhlljkwfaq","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"5C8L2y2Fx7WyEBfto6o9B1D6Gqx/5f389tr1/bUJ2mc="},"value":{"denom":"usputnik","amount":"10000000"}}],"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":"Akzci27GcnEW1Q3KXxc3vfcGBNnVpluTIWjiDxraZcz1"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["l8JqaEfFtp6T+WheY/cwT33v7gZxpSNPW5MIaeRtCgw7OczWnAjiddZV8U1Fq9PwunmFYSqliXD4hM+siJ/MXA=="]}
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "FlipFlops",
"identity": "",
"website": "https://flipflops.finance",
"security_contact": "",
"details": "One liner should be here"
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.050000000000000000"
},
"min_self_delegation": "0",
"delegator_address": "cosmos1ml85lkkzl4vsafv98qvue76g5w2khhllhz6u3n",
"validator_address": "cosmosvaloper1ml85lkkzl4vsafv98qvue76g5w2khhlljkwfaq",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "5C8L2y2Fx7WyEBfto6o9B1D6Gqx/5f389tr1/bUJ2mc="
},
"value": {
"denom": "stake",
"amount": "10000000"
}
}
],
"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": "Akzci27GcnEW1Q3KXxc3vfcGBNnVpluTIWjiDxraZcz1"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"fE77vsZcAf9npFNy9h8sfTxHUb56D5COQ625LyjZeMltjuA9OjQgrz5o4zV7IhKVbdHCubMZsVvnrUN57KngWw=="
]
}

0 comments on commit 80d9f19

Please sign in to comment.