Skip to content

Commit

Permalink
feat: update min gas fees for keplr example (#1296)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein authored Dec 19, 2023
1 parent 275a779 commit c77e082
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .vitepress/components/AddNetworkKeplr.vue
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ export default {
coinDecimals: 6,
coinGeckoId: "celestia",
gasPriceStep: {
low: 0.1,
average: 0.2,
high: 0.4,
low: 0.01,
average: 0.02,
high: 0.1,
},
},
],
Expand Down
6 changes: 3 additions & 3 deletions developers/keplr.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ export default function AddNetworkKeplr({ params }) {
coinDecimals: 6,
coinGeckoId: "celestia",
gasPriceStep: {
low: 0.1,
average: 0.2,
high: 0.4,
low: 0.01,
average: 0.02,
high: 0.1,
},
},
],
Expand Down

0 comments on commit c77e082

Please sign in to comment.