Skip to content

Commit

Permalink
Update genesis file
Browse files Browse the repository at this point in the history
  • Loading branch information
p0p3yee committed Dec 28, 2023
1 parent 017680a commit f9013c6
Showing 1 changed file with 32 additions and 13 deletions.
45 changes: 32 additions & 13 deletions networks/testnets/fairytest-3/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "fairy1cmly8rn75tp4pmdwjae39t8h7ttmd6ld85je6f",
"address": "fairy1r6q07ne3deq64ezcjwkedcfe6669f0ewpwnxy9",
"pub_key": null,
"account_number": "11",
"sequence": "0"
Expand All @@ -123,6 +123,13 @@
"pub_key": null,
"account_number": "12",
"sequence": "0"
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "fairy1t8eh66t2w5k67kwurmn5gqhtq6d2ja0v8lg8pl",
"pub_key": null,
"account_number": "13",
"sequence": "0"
}
]
},
Expand All @@ -148,6 +155,19 @@
}
]
},
{
"address": "fairy1r6q07ne3deq64ezcjwkedcfe6669f0ewpwnxy9",
"coins": [
{
"denom": "stake",
"amount": "500000000000"
},
{
"denom": "ufairy",
"amount": "500000000000"
}
]
},
{
"address": "fairy1ffm2sadwyurzkgtfhm3ctttc5qxjsgayex8prk",
"coins": [
Expand Down Expand Up @@ -188,7 +208,7 @@
]
},
{
"address": "fairy1t5rvpy4aefapvsws2zhzgsfgl8d9actpmarwh7",
"address": "fairy1t8eh66t2w5k67kwurmn5gqhtq6d2ja0v8lg8pl",
"coins": [
{
"denom": "stake",
Expand All @@ -201,7 +221,7 @@
]
},
{
"address": "fairy13sv36pmhz0ckvzwtvwgk4ecu6chuf6nmdssjvm",
"address": "fairy1t5rvpy4aefapvsws2zhzgsfgl8d9actpmarwh7",
"coins": [
{
"denom": "stake",
Expand All @@ -214,7 +234,7 @@
]
},
{
"address": "fairy13sjf5svx0xvrtwq8g4l86qmpv0qs05zvrgq72v",
"address": "fairy13sv36pmhz0ckvzwtvwgk4ecu6chuf6nmdssjvm",
"coins": [
{
"denom": "stake",
Expand All @@ -227,7 +247,7 @@
]
},
{
"address": "fairy1nwdhwx0nn7e8ltfwtlgn43gu59swd056qs7pj5",
"address": "fairy13sjf5svx0xvrtwq8g4l86qmpv0qs05zvrgq72v",
"coins": [
{
"denom": "stake",
Expand All @@ -240,7 +260,7 @@
]
},
{
"address": "fairy15davlswu3dfud5zushgp0yam70p5cnu6w5vcfd",
"address": "fairy1nwdhwx0nn7e8ltfwtlgn43gu59swd056qs7pj5",
"coins": [
{
"denom": "stake",
Expand All @@ -253,7 +273,7 @@
]
},
{
"address": "fairy14qekdkj2nmmwea4ufg9n002a3pud23y8tcf8aa",
"address": "fairy15davlswu3dfud5zushgp0yam70p5cnu6w5vcfd",
"coins": [
{
"denom": "stake",
Expand All @@ -266,7 +286,7 @@
]
},
{
"address": "fairy146p637nkum6sfjj0x9etzpa40qrfdv3c5ccnmz",
"address": "fairy14qekdkj2nmmwea4ufg9n002a3pud23y8tcf8aa",
"coins": [
{
"denom": "stake",
Expand All @@ -279,7 +299,7 @@
]
},
{
"address": "fairy1cmly8rn75tp4pmdwjae39t8h7ttmd6ld85je6f",
"address": "fairy146p637nkum6sfjj0x9etzpa40qrfdv3c5ccnmz",
"coins": [
{
"denom": "stake",
Expand Down Expand Up @@ -443,9 +463,7 @@
"params": {
"key_expiry": "100",
"trusted_addresses": [
"fairy1cmly8rn75tp4pmdwjae39t8h7ttmd6ld85je6f",
"fairy1t5rvpy4aefapvsws2zhzgsfgl8d9actpmarwh7",
"fairy1lw4mm6yzry2xg3tj7swp80cw4s6w6vzvxfqml5"
"fairy1r6q07ne3deq64ezcjwkedcfe6669f0ewpwnxy9"
],
"slash_fraction_no_keyshare": "0.00001000000000000",
"slash_fraction_wrong_keyshare": "0.00001000000000000",
Expand Down Expand Up @@ -495,7 +513,8 @@
}
],
"trusted_addresses": [
"fairy1cmly8rn75tp4pmdwjae39t8h7ttmd6ld85je6f"
"fairy1t8eh66t2w5k67kwurmn5gqhtq6d2ja0v8lg8pl",
"fairy1r6q07ne3deq64ezcjwkedcfe6669f0ewpwnxy9"
],
"channel_id": "channel-0",
"minGasPrice": {
Expand Down

0 comments on commit f9013c6

Please sign in to comment.