Skip to content

Commit

Permalink
fix cosmos gas price (#355)
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitcoinera authored Feb 20, 2020
1 parent 3ff559d commit c37154a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/source/cosmosV0-source.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ const { UserInputError } = require('apollo-server')
const gasPrices = [
{
denom: `uatom`,
price: (2.5e-8 / 4).toFixed(9)
price: '0.65e-2'
},
{
denom: `umuon`,
price: (2.5e-8 / 4).toFixed(9)
price: '0.65e-2'
}
]

Expand Down

0 comments on commit c37154a

Please sign in to comment.