Skip to content

Commit

Permalink
Merge pull request #722 from okp4/feat/721-register-drunemeton-1
Browse files Browse the repository at this point in the history
  • Loading branch information
amimart authored Feb 3, 2024
2 parents 903b1d2 + 23ff88f commit 1812400
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 1 deletion.
80 changes: 79 additions & 1 deletion chains/drunemeton-1/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,13 @@
"pub_key": null,
"account_number": "27",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "okp416xah98wjfs898yxv6wt55dp58ue474ps8gyzzj",
"pub_key": null,
"account_number": "28",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -448,6 +455,15 @@
}
]
},
{
"address": "okp416xah98wjfs898yxv6wt55dp58ue474ps8gyzzj",
"coins": [
{
"denom": "uknow",
"amount": "10000200000"
}
]
},
{
"address": "okp41aaz7f88pge2y7gq9mus96y5hvuf60974dzvmge",
"coins": [
Expand Down Expand Up @@ -479,7 +495,7 @@
"supply": [
{
"denom": "uknow",
"amount": "200270005400000"
"amount": "200280005600000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -2207,6 +2223,68 @@
"signatures": [
"tZn2RdJ8BLa/mw4HqVJ0pX7+iBdlzEw0d1Y5go6T7rlFMqnn8j+Vb6xqiTYXd66ZPyL5k3wouF0aUnns7cf34A=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "TrustedPoint",
"identity": "D116AD27764E8C4E",
"website": "https://trusted-point.com/",
"security_contact": "[email protected]",
"details": "TrustedPoint is a a staking provider for PoS blockchains. We do ensure reliability, security and decentralisation that are successfully backed by an experienced team, technically advanced community from all over the world as well as dependable hosting providers"
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "okp4valoper16xah98wjfs898yxv6wt55dp58ue474psj05tun",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "0ZbYfsGx2O9WINr6RO5+Fh5tnwhVSb0xKfkfqIotzxc="
},
"value": {
"denom": "uknow",
"amount": "10000000000"
}
}
],
"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": "AlJiWGjvk+EcGrl1jRcydFmMCA8fIERhQ1T8YUjNOyXo"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"YsvL69RALB9riupFldiCLqiSFVhFitxTXAlvAFDgMLQ8v5raLevQ64umMlnw9cLg85EbyxNT3BvswWdWykDJKA=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/drunemeton-1/gentx/gentx-721.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"TrustedPoint","identity":"D116AD27764E8C4E","website":"https://trusted-point.com/","security_contact":"[email protected]","details":"TrustedPoint is a a staking provider for PoS blockchains. We do ensure reliability, security and decentralisation that are successfully backed by an experienced team, technically advanced community from all over the world as well as dependable hosting providers"},"commission":{"rate":"0.050000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"okp4valoper16xah98wjfs898yxv6wt55dp58ue474psj05tun","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"0ZbYfsGx2O9WINr6RO5+Fh5tnwhVSb0xKfkfqIotzxc="},"value":{"denom":"uknow","amount":"10000000000"}}],"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":"AlJiWGjvk+EcGrl1jRcydFmMCA8fIERhQ1T8YUjNOyXo"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["YsvL69RALB9riupFldiCLqiSFVhFitxTXAlvAFDgMLQ8v5raLevQ64umMlnw9cLg85EbyxNT3BvswWdWykDJKA=="]}

0 comments on commit 1812400

Please sign in to comment.