Skip to content

Commit

Permalink
Merge pull request #105 from eco-stake/stop-forcing-fees
Browse files Browse the repository at this point in the history
Stop forcing Keplr fees
  • Loading branch information
tombeynon authored Jun 24, 2024
2 parents 5856464 + 2a40249 commit 367b7f2
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/utils/KeplrSignerProvider.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,6 @@ export default class KeplrSignerProvider extends SignerProvider {
return !!this.provider || isMobile()
}

enable(network){
this.setOptions({
sign: { preferNoSetFee: true }
})
return super.enable(network)
}

setOptions(options){
return _.merge(this.provider.defaultOptions, options)
}
Expand Down

0 comments on commit 367b7f2

Please sign in to comment.