Skip to content

Commit

Permalink
Update suggestChain format
Browse files Browse the repository at this point in the history
  • Loading branch information
tombeynon committed Oct 13, 2022
1 parent 4af23e6 commit e317bd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/Network.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,7 @@ class Network {
bech32PrefixConsPub: this.prefix + "valconspub"
},
currencies: [currency],
feeCurrencies: [currency],
gasPriceStep: this.gasPriceStep
feeCurrencies: [{...currency, gasPriceStep: this.gasPriceStep }]
}
if(this.data.keplrFeatures){
data.features = this.data.keplrFeatures
Expand Down

0 comments on commit e317bd3

Please sign in to comment.