Skip to content

Commit

Permalink
edgenet-6 details (akash-network#409)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaustubhkapatral authored Feb 17, 2021
1 parent ef81e9f commit 5f67f2b
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 20 deletions.
55 changes: 36 additions & 19 deletions edgenet/genesis.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"genesis_time": "2021-02-03T08:56:47.528628663Z",
"chain_id": "edgenet-5",
"chain_id": "edgenet-6",
"initial_height": "1",
"consensus_params": {
"block": {
Expand Down Expand Up @@ -36,14 +36,14 @@
"accounts": [
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "akash1e7qnatc8kj909szl26pcczekl99ftf6mft8xk0",
"address": "akash19hf05jz20ctkv4zl3nmpk8x8pv4vrw6kexzphm",
"pub_key": null,
"account_number": "0",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "akash19hf05jz20ctkv4zl3nmpk8x8pv4vrw6kexzphm",
"address": "akash1e7qnatc8kj909szl26pcczekl99ftf6mft8xk0",
"pub_key": null,
"account_number": "0",
"sequence": "0"
Expand All @@ -68,7 +68,7 @@
"coins": [
{
"denom": "uakt",
"amount": "20000010000000"
"amount": "10000000000"
}
]
},
Expand All @@ -77,7 +77,7 @@
"coins": [
{
"denom": "uakt",
"amount": "80000000000000"
"amount": "10000000000000000"
}
]
},
Expand All @@ -86,15 +86,15 @@
"coins": [
{
"denom": "uakt",
"amount": "20000010000000"
"amount": "10000000000"
}
]
}
],
"supply": [
{
"denom": "uakt",
"amount": "120000020000000"
"amount": "10000020000000000"
}
],
"denom_metadata": []
Expand All @@ -113,7 +113,13 @@
}
},
"deployment": {
"deployments": []
"deployments": [],
"params": {
"deployment_min_deposit": {
"denom": "uakt",
"amount": "5000000"
}
}
},
"distribution": {
"params": {
Expand All @@ -134,6 +140,10 @@
"delegator_starting_infos": [],
"validator_slash_events": []
},
"escrow": {
"accounts": [],
"payments": []
},
"evidence": {
"evidence": []
},
Expand All @@ -145,7 +155,7 @@
{
"@type": "/cosmos.staking.v1beta1.MsgCreateValidator",
"description": {
"moniker": "validator-1",
"moniker": "val-1",
"identity": "",
"website": "",
"security_contact": "",
Expand All @@ -157,19 +167,19 @@
"max_change_rate": "0.010000000000000000"
},
"min_self_delegation": "1",
"delegator_address": "akash1e7qnatc8kj909szl26pcczekl99ftf6mft8xk0",
"validator_address": "akashvaloper1e7qnatc8kj909szl26pcczekl99ftf6mrffqx9",
"delegator_address": "akash19hf05jz20ctkv4zl3nmpk8x8pv4vrw6kexzphm",
"validator_address": "akashvaloper19hf05jz20ctkv4zl3nmpk8x8pv4vrw6knyv883",
"pubkey": {
"@type": "/cosmos.crypto.ed25519.PubKey",
"key": "R3vLXvZ+DNl32iKMsqz3tttxLLUW2dJYBDMuuBnccuE="
"key": "qEr9TZuw0PFjdq/eqKBCmxHkzHxC3xMIBX3D+KtV6fk="
},
"value": {
"denom": "uakt",
"amount": "20000000000000"
"amount": "9000000000"
}
}
],
"memo": "575ccfa3c9c2e8a071dc0a5105752da3b76640cf@147.75.47.235:26656",
"memo": "70ba475b6908314320d61a8d8d6439aaaf0716a4@147.75.55.219:26656",
"timeout_height": "0",
"extension_options": [],
"non_critical_extension_options": []
Expand All @@ -179,7 +189,7 @@
{
"public_key": {
"@type": "/cosmos.crypto.secp256k1.PubKey",
"key": "A8fdyxg/b66XdJxMUetajIvL1fHN95At7W2r5fuxiNLJ"
"key": "A/8ILqhDF7NmP+vgVU64PIMKwxeioFfBv8kSHHlQjUzs"
},
"mode_info": {
"single": {
Expand All @@ -197,7 +207,7 @@
}
},
"signatures": [
"ycC5wiA1rCgk5VAnWI/v1eoUMB7a0q6xuVa3TR76ZZhU/WZqK78Cx97bBli+rYydJOqT5/NHAs/sCw6ejZnyUg=="
"lKPK9AjKOaz3349kUk+eUSF4hIV6Frpp5DtwUdWznPR9aWstw+9v30nMFQUsEIP5LkVI8KUqhineak6x3eT9/w=="
]
}
]
Expand Down Expand Up @@ -257,7 +267,14 @@
},
"market": {
"orders": [],
"leases": []
"leases": [],
"params": {
"bid_min_deposit": {
"denom": "uakt",
"amount": "50000000"
},
"order_max_bids": 20
}
},
"mint": {
"minter": {
Expand All @@ -279,7 +296,7 @@
},
"slashing": {
"params": {
"signed_blocks_window": "10000",
"signed_blocks_window": "100",
"min_signed_per_window": "0.500000000000000000",
"downtime_jail_duration": "600s",
"slash_fraction_double_sign": "0.050000000000000000",
Expand Down Expand Up @@ -315,4 +332,4 @@
"upgrade": {},
"vesting": {}
}
}
}
2 changes: 1 addition & 1 deletion edgenet/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.9.3
v0.10.0-rc2

0 comments on commit 5f67f2b

Please sign in to comment.