diff --git a/protocol/statetracker/tx_sender.go b/protocol/statetracker/tx_sender.go index 4049efafc5..be08f0ebd2 100644 --- a/protocol/statetracker/tx_sender.go +++ b/protocol/statetracker/tx_sender.go @@ -25,7 +25,7 @@ import ( const ( defaultGasPrice = "0.000000001" + commontypes.TokenDenom - DefaultGasAdjustment = "10.0" + DefaultGasAdjustment = "1000.0" // same account can continue failing the more providers you have under the same account // for example if you have a provider staked at 20 chains you will ask for 20 payments per epoch. // therefore currently our best solution is to continue retrying increasing sequence number until successful diff --git a/x/protocol/types/params.go b/x/protocol/types/params.go index aa1050628e..4ccde73bf2 100644 --- a/x/protocol/types/params.go +++ b/x/protocol/types/params.go @@ -12,8 +12,8 @@ import ( var _ paramtypes.ParamSet = (*Params)(nil) const ( - TARGET_VERSION = "1.0.2" - MIN_VERSION = "0.35.6" + TARGET_VERSION = "1.0.3" + MIN_VERSION = "1.0.2" ) var (