Skip to content

Commit

Permalink
fix gitignore add nullmames
Browse files Browse the repository at this point in the history
  • Loading branch information
jhernandezb committed Jul 12, 2021
1 parent 01535a1 commit b49643d
Show file tree
Hide file tree
Showing 2 changed files with 62 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
*.json
!cygnusx-1/gentx/*.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "nullmames",
"identity": "FEE30F35994C320D",
"website": "",
"security_contact": "",
"details": ""
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "stars125h32ps5973xzyn02tj5vfmlxzylhuetgmvuy6",
"validator_address": "starsvaloper125h32ps5973xzyn02tj5vfmlxzylhuetr9cglz",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "m8f/uJPra5HyeRN77c0QCpAd9W3wHYGMo9WpeLeI4As="
},
"value": {
"denom": "ustarx",
"amount": "500000000000"
}
}
],
"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": "AyGbE1aQVu4smFCiK6dwX1Gf7rUHARgO6OoJ7/yRS1ji"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
}
},
"signatures": [
"lrGQiwEoAAleuS5OAUDhQK7zxjYRvd2Y73byIO4bzEtF68NkEXXql1D0gNazigMy/kLT9JG+29v3puOWiBNIkg=="
]
}

0 comments on commit b49643d

Please sign in to comment.