Skip to content

Commit

Permalink
deps: update RPC for keplr (#882)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcstein committed Jul 19, 2023
1 parent c8ba80b commit b287fa9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions docs/developers/keplr.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,9 @@ export default function AddNetworkKeplr({params}){
coinDecimals: 6,
coinGeckoId: "celestia",
gasPriceStep: {
low: 0.01,
average: 0.025,
high: 0.04,
low: 0.1,
average: 0.2,
high: 0.4,
},
},
],
Expand Down
6 changes: 3 additions & 3 deletions src/components/AddNetworkKeplr.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,9 @@ export default function AddNetworkKeplr({params}){
coinDecimals: 6,
coinGeckoId: "celestia",
gasPriceStep: {
low: 0.01,
average: 0.025,
high: 0.04,
low: 0.1,
average: 0.2,
high: 0.4,
},
},
],
Expand Down

0 comments on commit b287fa9

Please sign in to comment.