Skip to content

Commit

Permalink
add figment gentx (#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
rfunduk authored Oct 24, 2023
1 parent fac7242 commit 6e698b2
Showing 1 changed file with 62 additions and 0 deletions.
62 changes: 62 additions & 0 deletions celestia/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": "https://figment.io",
"security_contact": "security@figment.io",
"details": "Figment"
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.200000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "celestia1xqc7w3pe38kg4tswjt7mnvks7gy4p38vw07aw5",
"validator_address": "celestiavaloper1xqc7w3pe38kg4tswjt7mnvks7gy4p38vtsuycj",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "vrSsYrWno/rLAE0wFry5RYXA/o/jh7XI8aGsqO/XkrE="
},
"value": {
"denom": "utia",
"amount": "8000000"
}
}
],
"memo": "db9f8559f0435aaee1f49ccf3c03756fc2bd76eb@192.168.2.12:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "ApxNW3wka1SXYbrOXgUhu8+mwjJAu0ogauwBZQ6QX3Ms"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_LEGACY_AMINO_JSON"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "210000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"onLelbyeo5g6Y57OMWke5e0NkgVFLQ5vMoYE1WhIVKNsoj7N/GyqSICFTwKQCldPgGyPJIi5woqCh2jv1yDM4g=="
]
}

0 comments on commit 6e698b2

Please sign in to comment.