Skip to content

Commit

Permalink
lavap-v-1-0-3 (#1321)
Browse files Browse the repository at this point in the history
  • Loading branch information
ranlavanet authored Mar 20, 2024
1 parent 2a3bfba commit 3d073af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion protocol/statetracker/tx_sender.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions x/protocol/types/params.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 (
Expand Down

0 comments on commit 3d073af

Please sign in to comment.