Skip to content

Commit

Permalink
Figment gentx (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattharrop authored Oct 18, 2023
1 parent 4905e92 commit 9bba80f
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions dydx-mainnet-1/gentx/gentx-Figment.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,62 @@
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Figment",
"identity": "E5F274B870BDA01D",
"website": "figment.io",
"security_contact": "[email protected]",
"details": "Figment"
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "1.000000000000000000",
"max_change_rate": "1.000000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "dydx1d9e68e7glce5pehh8qk0gcx9l06tjeh0kr5eg7",
"validator_address": "dydxvaloper1d9e68e7glce5pehh8qk0gcx9l06tjeh0naz0r0",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "TqU2qTkfcMxjboBLq+tZGfSdgo6EI8ElvxtwjGsffXQ="
},
"value": {
"denom": "adydx",
"amount": "1000000000000000000000"
}
}
],
"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": "AhsvxV8rN/2AamL9cDNpZKq+LBVAIDHSYl8CWkQwgriG"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_LEGACY_AMINO_JSON"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"arO57v9IySfAgUMwg5lvKx76pYXqTGVMqCBPRs27dYF2fkYgyuVb9bU6J9AwYBvpm8efl9gE/FiCqsmKGxkx4A=="
]
}

0 comments on commit 9bba80f

Please sign in to comment.