Skip to content

Commit

Permalink
Merge pull request #794 from axone-protocol/feat/793-register-dentrite-1
Browse files Browse the repository at this point in the history
⚖️ Register `Saxon` Validator
  • Loading branch information
amimart committed Aug 30, 2024
2 parents cc312ed + 3a75e5c commit a69c18f
Show file tree
Hide file tree
Showing 2 changed files with 80 additions and 1 deletion.
80 changes: 79 additions & 1 deletion chains/dentrite-1/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,13 @@
"pub_key": null,
"account_number": "11",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "axone1cr0td9cez8apknntwut20gflzunervf67kujdm",
"pub_key": null,
"account_number": "12",
"sequence": "0"
}
]
},
Expand Down Expand Up @@ -201,6 +208,15 @@
}
]
},
{
"address": "axone1cr0td9cez8apknntwut20gflzunervf67kujdm",
"coins": [
{
"denom": "uaxone",
"amount": "1000000200000"
}
]
},
{
"address": "axone1etx55kw7tkmnjqz0k0mups4ewxlr324tknec2m",
"coins": [
Expand All @@ -223,7 +239,7 @@
"supply": [
{
"denom": "uaxone",
"amount": "486000002200000"
"amount": "487000002400000"
}
],
"denom_metadata": [],
Expand Down Expand Up @@ -959,6 +975,68 @@
"signatures": [
"MH5vRFAnlK7Tz/4jxVI0JJTiQhu5bseQSBcdhgmSY60J7H0Ef90wl7oZgT7uN4/n3t1/RrpmoKc3lQLg4KijYw=="
]
},
{
"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.100000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "",
"validator_address": "axonevaloper1cr0td9cez8apknntwut20gflzunervf6wrsqhe",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "XW2dmxAUV30tvrVn5HJsGJxW3d1ANuSndvoYOlWWwPs="
},
"value": {
"denom": "uaxone",
"amount": "1000000000000"
}
}
],
"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": "AtY6xbvM//4x/+p7HXsjGe/E7HJC1E1gBGbzvDSF8pai"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
},
"tip": null
},
"signatures": [
"KjhkiRGKPmWjuZm3GSD7k75lQ3FfDaSKLJ7kV/X1s0ll2NinaULHDJjzznHj072k8u76DmPu7mgSa9sH8evs+Q=="
]
}
]
},
Expand Down
1 change: 1 addition & 0 deletions chains/dentrite-1/gentx/gentx-793.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.100000000000000000"},"min_self_delegation":"1","delegator_address":"","validator_address":"axonevaloper1cr0td9cez8apknntwut20gflzunervf6wrsqhe","pubkey":{"@type":"/cosmos.crypto.ed25519.PubKey","key":"XW2dmxAUV30tvrVn5HJsGJxW3d1ANuSndvoYOlWWwPs="},"value":{"denom":"uaxone","amount":"1000000000000"}}],"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":"AtY6xbvM//4x/+p7HXsjGe/E7HJC1E1gBGbzvDSF8pai"},"mode_info":{"single":{"mode":"SIGN_MODE_DIRECT"}},"sequence":"0"}],"fee":{"amount":[],"gas_limit":"200000","payer":"","granter":""},"tip":null},"signatures":["KjhkiRGKPmWjuZm3GSD7k75lQ3FfDaSKLJ7kV/X1s0ll2NinaULHDJjzznHj072k8u76DmPu7mgSa9sH8evs+Q=="]}

0 comments on commit a69c18f

Please sign in to comment.