Skip to content

Commit

Permalink
genesis.json
Browse files Browse the repository at this point in the history
  • Loading branch information
trevormil committed Mar 14, 2024
1 parent 8c6e20b commit 457faf8
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions betanet.genesis.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"genesis_time": "2024-03-07T16:19:17.016926621Z",
"genesis_time": "2024-03-14T18:19:46.545668754Z",
"chain_id": "bitbadges_1-2",
"initial_height": "1",
"consensus_params": {
Expand Down Expand Up @@ -36,7 +36,7 @@
"accounts": [
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "cosmos1ny6zzv9j0ar925v8xg4qdp32sssudqn0c735u5",
"address": "cosmos142s4uu94qsfzz0x77j9cyj23xeaw8r3pz6qghm",
"pub_key": null,
"account_number": "0",
"sequence": "0"
Expand All @@ -50,7 +50,7 @@
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "cosmos1uqx3rm9fqalggveruzxd0mlts7ca087wx56358",
"address": "cosmos18vz5hrn43txnj58padtz4xcznp68xga876jeps",
"pub_key": null,
"account_number": "2",
"sequence": "0"
Expand All @@ -64,7 +64,7 @@
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "cosmos1pupgkwvg6jzprevlc34rdp39v4s6lp6xk2ekdy",
"address": "cosmos1tlv839fhevaq4vfkr26jwjfm58p9emcuekkx0d",
"pub_key": null,
"account_number": "4",
"sequence": "0"
Expand Down Expand Up @@ -103,46 +103,46 @@
]
},
{
"address": "cosmos1pupgkwvg6jzprevlc34rdp39v4s6lp6xk2ekdy",
"address": "cosmos18vz5hrn43txnj58padtz4xcznp68xga876jeps",
"coins": [
{
"denom": "badge",
"amount": "100000000"
"amount": "200000000"
},
{
"denom": "stake",
"amount": "2000000000"
}
]
},
{
"address": "cosmos1ny6zzv9j0ar925v8xg4qdp32sssudqn0c735u5",
"address": "cosmos1tlv839fhevaq4vfkr26jwjfm58p9emcuekkx0d",
"coins": [
{
"denom": "badge",
"amount": "1"
"amount": "100000000"
}
]
},
{
"address": "cosmos1kx9532ujful8vgg2dht6k544ax4k9qzszjcw04",
"address": "cosmos142s4uu94qsfzz0x77j9cyj23xeaw8r3pz6qghm",
"coins": [
{
"denom": "badge",
"amount": "10000000000"
},
{
"denom": "stake",
"amount": "100000000000000"
"amount": "1"
}
]
},
{
"address": "cosmos1uqx3rm9fqalggveruzxd0mlts7ca087wx56358",
"address": "cosmos1kx9532ujful8vgg2dht6k544ax4k9qzszjcw04",
"coins": [
{
"denom": "badge",
"amount": "200000000"
"amount": "10000000000"
},
{
"denom": "stake",
"amount": "2000000000"
"amount": "100000000000000"
}
]
}
Expand Down Expand Up @@ -214,19 +214,19 @@
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "cosmos1uqx3rm9fqalggveruzxd0mlts7ca087wx56358",
"validator_address": "cosmosvaloper1uqx3rm9fqalggveruzxd0mlts7ca087wrqwyc5",
"delegator_address": "cosmos18vz5hrn43txnj58padtz4xcznp68xga876jeps",
"validator_address": "cosmosvaloper18vz5hrn43txnj58padtz4xcznp68xga8mwxvdr",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "kjVxSxNnYczKIvmwKthWfHrGqZ/wr2GDpcDCM8hLAqc="
"key": "FoouvraQnXqSWZB0d3MHOSqYmExYUNoQ2Sfn43tTto8="
},
"value": {
"denom": "stake",
"amount": "100000000"
}
}
],
"memo": "ef85e10af89c73745884e8fcc6db21eaecbaa27a@134.122.12.165:26656",
"memo": "3958a0e660599d8146e7f2a6da8d4df83561b0fc@134.122.12.165:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
Expand All @@ -236,7 +236,7 @@
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "Aq9c6Hpkxyii4Dbc88E+4vN4jnCvv5MoD4i2a0S70BLj"
"key": "A9dOh0S04Diog7fxd5lKlJOgaWiklT56+YCxjQn2ISYQ"
},
"mode_info": {
"single": {
Expand All @@ -255,7 +255,7 @@
"tip": null
},
"signatures": [
"fUF35a+icgDp6RtISJTQiMoaZAj+FlKCkrq/u0yI0KoED9hOTibeD5HI0K9InfTG7Jz8nj6MtN2OrOCfGZ83Sg=="
"Egwbz76nOhJYvLU0hhyk6pfFRSg1/yocH0lvq7FXkr97g0lGDI7/Q24QhEi1Bv7+HUT2TlrvUhTUI9JvgZQ7mg=="
]
}
]
Expand Down

0 comments on commit 457faf8

Please sign in to comment.