Skip to content

Commit

Permalink
update genesis for jet-node collect
Browse files Browse the repository at this point in the history
  • Loading branch information
gophereth committed Nov 7, 2022
1 parent cfac3f7 commit f6f9fbb
Showing 1 changed file with 63 additions and 2 deletions.
65 changes: 63 additions & 2 deletions networks/testnet/bamboo_9051-2/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "acre16ta5jvmvj90l3zgry98p3gafqnn8e3aq00987r",
"address": "acre15wgrwdxcv7z28xjw3mhm2ve4v9ccferhlspyz4",
"pub_key": null,
"account_number": "0",
"sequence": "0"
Expand Down Expand Up @@ -149,7 +149,7 @@
]
},
{
"address": "acre16ta5jvmvj90l3zgry98p3gafqnn8e3aq00987r",
"address": "acre15wgrwdxcv7z28xjw3mhm2ve4v9ccferhlspyz4",
"coins": [
{
"denom": "aacre",
Expand Down Expand Up @@ -783,6 +783,67 @@
"signatures": [
"2WVEeq3IyDDxiOAMRlNJwnWtQLfQB6EmL/m/gpCBSax0IJ1PKwTq4t9uFtTUWOMw/R2zmV6D0luim25XvOIwbgA="
]
},
{
"body": {
"messages": [
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "jet-node",
"identity": "",
"website": "",
"security_contact": "",
"details": ""
},
"commission": {
"rate": "0.050000000000000000",
"max_rate": "0.200000000000000000",
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1000000000000000000",
"delegator_address": "acre15wgrwdxcv7z28xjw3mhm2ve4v9ccferhlspyz4",
"validator_address": "acrevaloper15wgrwdxcv7z28xjw3mhm2ve4v9ccferhxgs5qg",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "J9aBDcvqcuUdE2upZ2Xpvc2MMN1GeJMx4RGNxfUxLKw="
},
"value": {
"denom": "aacre",
"amount": "100000000000000000000"
}
}
],
"memo": "[email protected]:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
},
"auth_info": {
"signer_infos": [
{
"public_key": {
"@type": "/ethermint.crypto.v1.ethsecp256k1.PubKey",
"key": "AqZG0amDr87ZkHOI6eZMue/HA6B/gqxj5KN7MQmL5Pd/"
},
"mode_info": {
"single": {
"mode": "SIGN_MODE_DIRECT"
}
},
"sequence": "0"
}
],
"fee": {
"amount": [],
"gas_limit": "200000",
"payer": "",
"granter": ""
}
},
"signatures": [
"3MpFZyPYlsxqaIMyHX6gMgedh6cgWr9V43LzgS/+nqM+hyUMqlUg2WS2D3ZVb41s04lO7aFQMMfgIx7BhmNa5AE="
]
}
]
},
Expand Down

0 comments on commit f6f9fbb

Please sign in to comment.