Skip to content

Commit

Permalink
Merge pull request #1 from slexs/master-1
Browse files Browse the repository at this point in the history
add gentx
  • Loading branch information
slexs authored Jun 28, 2022
2 parents 166bd99 + 6364bd7 commit 7da3e62
Showing 1 changed file with 61 additions and 0 deletions.
61 changes: 61 additions & 0 deletions mainnet/gentx/gentx-NarwhalSecurityAssociation.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "NarwhalSecurityAssociation",
"identity": "",
"website": "https://www.narwhalsecurity.info/",
"security_contact": "@NarwhalSec",
"details": "https://keybase.io/narwhalsecurity"
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "kujira10lz5n6tv7hswsm4m3mj5fs5x0h6lt2w4tncsdg",
"validator_address": "kujiravaloper10lz5n6tv7hswsm4m3mj5fs5x0h6lt2w4vxtr38",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "9aUFOri03rDaSSIBd0TDehExNPEXrfixsTMAohDLKwg="
},
"value": {
"denom": "ukuji",
"amount": "99000000"
}
}
],
"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": "AzZUq/zK/J7zGgF+ZILAfUSRDlnVJN4BhwWsXde9WQYx"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
}
},
"signatures": [
"vwcSiSl06UlgDQfQ/frDC05VCso3roa1uZGAhkAOlmphZTCKd8CrK4O5QomX1fVudfwe6XRBsD6tto1AM3F5OA=="
]
}

0 comments on commit 7da3e62

Please sign in to comment.