Skip to content

Commit

Permalink
Merge pull request #88 from clemensgg/clemensgg/bump-cosmoshubtestnet…
Browse files Browse the repository at this point in the history
…-fees

Bump fees to `1500uatom`
  • Loading branch information
liangping committed Jul 6, 2024
2 parents 2faf573 + 1d2a6e4 commit 6241bfe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions chains/testnet/cosmos.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
],
"sdk_version": "0.45.1",
"coin_type": "118",
"min_tx_fee": "800",
"min_tx_fee": "1500",
"addr_prefix": "cosmos",
"logo": "/logos/cosmos.svg",
"assets": [
Expand All @@ -38,6 +38,6 @@
"amount": "5000000uatom",
"ip_limit": "1",
"address_limit": "1",
"fees": "800uatom"
"fees": "1500uatom"
}
}
}

0 comments on commit 6241bfe

Please sign in to comment.