Skip to content

Commit

Permalink
Merge pull request #716 from okp4/feat/715-register-drunemeton-1
Browse files Browse the repository at this point in the history
⚖️ Register `Saxon` Validator
  • Loading branch information
amimart authored Feb 3, 2024
2 parents 2dbda34 + 0b888ee commit e74f18c
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 @@ -197,6 +197,13 @@
"pub_key": null,
"account_number": "25",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "okp41swqdrldutucss27xktedpwg2fqju2mmma0tc93",
"pub_key": null,
"account_number": "26",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -308,6 +315,15 @@
}
]
},
{
"address": "okp41swqdrldutucss27xktedpwg2fqju2mmma0tc93",
"coins": [
{
"denom": "uknow",
"amount": "10000200000"
}
]
},
{
"address": "okp413dgy7rtjjvvlkzu2upgtntdyzy4hnr6efarspq",
"coins": [
Expand Down Expand Up @@ -447,7 +463,7 @@
"supply": [
{
"denom": "uknow",
"amount": "200250005000000"
"amount": "200260005200000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -2051,6 +2067,68 @@
"signatures": [
"lxGm7OTYz49cuXSfG3uZ3UHIrv8O+sHLk4WagV/IhRgNFtMa7KukyLq9uJFsSL5uIpn35LU081YdIF6Ec3/F1w=="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "Saxon",
"identity": "d358f6bf2e1b525d",
"website": "https://saxon.xyz/",
"security_contact": "",
"details": "Saxon is a technology-driven advisory and investment firm that serves start-ups and institutions that operate within the Web3 \u0026 cryptocurrency ecosystem"
},
"commission": {
"rate": "0.100000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "okp4valoper1swqdrldutucss27xktedpwg2fqju2mmmggm3ms",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "2tCDPFRIV9ugu0ZSwImRssF53pxS6SvTmQLIzHMBdBc="
},
"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": "AnY51xZzY8jqxJx5Feip3mL3DdasKv77A1LHMSoonaGd"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"KLYsjhsSr5IZmiFv1ZmfvGroJE/6soscU08ybr2UY5EEvz/yrCIM1bXympYSqURrLhr58cF1EVxiwpyQtAcHzQ=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/drunemeton-1/gentx/gentx-715.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"body":{"messages":[{"@type":"/cosmos.staking.v1beta1.MsgCreateValidator","description":{"moniker":"Saxon","identity":"d358f6bf2e1b525d","website":"https://saxon.xyz/","security_contact":"","details":"Saxon is a technology-driven advisory and investment firm that serves start-ups and institutions that operate within the Web3 & cryptocurrency ecosystem"},"commission":{"rate":"0.100000000000000000","max_rate":"0.200000000000000000","max_change_rate":"0.010000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"okp4valoper1swqdrldutucss27xktedpwg2fqju2mmmggm3ms","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"2tCDPFRIV9ugu0ZSwImRssF53pxS6SvTmQLIzHMBdBc="},"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":"AnY51xZzY8jqxJx5Feip3mL3DdasKv77A1LHMSoonaGd"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["KLYsjhsSr5IZmiFv1ZmfvGroJE/6soscU08ybr2UY5EEvz/yrCIM1bXympYSqURrLhr58cF1EVxiwpyQtAcHzQ=="]}

0 comments on commit e74f18c

Please sign in to comment.