Skip to content

Commit

Permalink
chore: add new balances
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Dec 2, 2024
1 parent eb0321d commit d2ff31a
Showing 1 changed file with 33 additions and 1 deletion.
34 changes: 33 additions & 1 deletion networks/genesis/union-testnet-9/genesis.json
Original file line number Diff line number Diff line change
Expand Up @@ -583,6 +583,20 @@
"pub_key": null,
"account_number": 79,
"sequence": 0
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "union1q20xpxw32wmrkm97ha6klj3hqpl4e22jhjj8l4",
"pub_key": null,
"account_number": 80,
"sequence": 0
},
{
"@type": "/cosmos.auth.v1beta1.BaseAccount",
"address": "union1yfya5w5c07kkexqhg39g5x7wggrtrvwvrj89vj",
"pub_key": null,
"account_number": 80,
"sequence": 0
}
]
},
Expand Down Expand Up @@ -1314,12 +1328,30 @@
"amount": "256000000000000000000"
}
]
},
{
"address": "union1q20xpxw32wmrkm97ha6klj3hqpl4e22jhjj8l4",
"coins": [
{
"denom": "muno",
"amount": "256000000000000000000"
}
]
},
{
"address": "union1yfya5w5c07kkexqhg39g5x7wggrtrvwvrj89vj",
"coins": [
{
"denom": "muno",
"amount": "256000000000000000000"
}
]
}
],
"supply": [
{
"denom": "muno",
"amount": "1001280000002000218000000"
"amount": "1001792000002000218000000"
}
],
"denom_metadata": [],
Expand Down

0 comments on commit d2ff31a

Please sign in to comment.