Skip to content

Commit

Permalink
Update chain.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tansawit authored Oct 22, 2024
1 parent c08f741 commit b05433d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions testnets/milkyway/chain.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,23 +9,25 @@
"bech32_prefix": "init",
"daemon_name": "milkywayd",
"node_home": "$HOME/.milkywayd",
"key_algos": ["secp256k1"],
"key_algos": [
"secp256k1"
],
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "umilk",
"fixed_min_gas_price": 0.15,
"low_gas_price": 0.2,
"average_gas_price": 0.3,
"high_gas_price": 0.4
"low_gas_price": 0.20,
"average_gas_price": 0.30,
"high_gas_price": 0.40
},
{
"denom": "ibc/37A3FB4FED4CA04ED6D9E5DA36C6D27248645F0E22F585576A1488B8A89C5A50",
"fixed_min_gas_price": 0.15,
"low_gas_price": 0.2,
"average_gas_price": 0.3,
"high_gas_price": 0.4
"low_gas_price": 0.20,
"average_gas_price": 0.30,
"high_gas_price": 0.40
}
]
},
Expand Down

0 comments on commit b05433d

Please sign in to comment.