File tree Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Expand file tree Collapse file tree 5 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ import (
119
119
markettypes "github.com/pendulum-labs/market/x/market/types"
120
120
121
121
"github.com/onomyprotocol/onex/app/upgrades"
122
- v1_1_5 "github.com/onomyprotocol/onex/app/upgrades/v1.1.5 "
122
+ v1_1_6 "github.com/onomyprotocol/onex/app/upgrades/v1.1.6 "
123
123
)
124
124
125
125
const (
@@ -129,7 +129,7 @@ const (
129
129
130
130
var (
131
131
Upgrades = []upgrades.Upgrade {}
132
- Forks = []upgrades.Fork {v1_1_5 .Fork }
132
+ Forks = []upgrades.Fork {v1_1_6 .Fork }
133
133
134
134
// DefaultNodeHome default home directories for the application daemon
135
135
DefaultNodeHome string
Original file line number Diff line number Diff line change 1
- package v1_1_5
1
+ package v1_1_6
2
2
3
3
import (
4
4
"github.com/onomyprotocol/onex/app/upgrades"
5
5
)
6
6
7
7
const (
8
8
// UpgradeName defines the on-chain upgrades name.
9
- UpgradeName = "v1_1_5 "
9
+ UpgradeName = "v1_1_6 "
10
10
UpgradeHeight = 389310
11
11
)
12
12
Original file line number Diff line number Diff line change 1
- // Package v1_1_5 is contains chain fork of the corresponding version.
2
- package v1_1_5 //nolint:revive,stylecheck // app version
1
+ // Package v1_1_6 is contains chain fork of the corresponding version.
2
+ package v1_1_6 //nolint:revive,stylecheck // app version
3
3
4
4
import (
5
5
"github.com/onomyprotocol/onex/app/upgrades"
Original file line number Diff line number Diff line change @@ -155,7 +155,7 @@ replace (
155
155
github.com/cosmos/cosmos-sdk => github.com/cosmos/cosmos-sdk v0.45.16-ics
156
156
github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
157
157
github.com/keybase/go-keychain => github.com/99designs/go-keychain v0.0.0-20191008050251-8e49817e8af4
158
- github.com/pendulum-labs/market => github.com/onomyprotocol/market v1.1.3 -dev
158
+ github.com/pendulum-labs/market => github.com/onomyprotocol/market v1.1.4 -dev
159
159
github.com/tendermint/tendermint => github.com/cometbft/cometbft v0.34.28
160
160
google.golang.org/grpc => google.golang.org/grpc v1.33.2
161
161
)
Original file line number Diff line number Diff line change @@ -2204,8 +2204,8 @@ github.com/olekukonko/tablewriter v0.0.0-20170122224234-a0225b3f23b5/go.mod h1:v
2204
2204
github.com/olekukonko/tablewriter v0.0.1 /go.mod h1:vsDQFd/mU46D+Z4whnwzcISnGGzXWMclvtLoiIKAKIo =
2205
2205
github.com/olekukonko/tablewriter v0.0.2 /go.mod h1:rSAaSIOAGT9odnlyGlUfAJaoc5w2fSBUmeGDbRWPxyQ =
2206
2206
github.com/olekukonko/tablewriter v0.0.5 /go.mod h1:hPp6KlRPjbx+hW8ykQs1w3UBbZlj6HuIJcUGPhkA7kY =
2207
- github.com/onomyprotocol/market v1.1.3 -dev h1:t1auMPtqHiFumVjlpYibVMe4dI8LdgsCH0h5Ybo3YR8 =
2208
- github.com/onomyprotocol/market v1.1.3 -dev /go.mod h1:OFWUMLq8cfNRQnc6WqReQYq+hNYRqoc2RmMvECSxdwk =
2207
+ github.com/onomyprotocol/market v1.1.4 -dev h1:fA1O3NAatEBx/YU2++2LcdBNRs+aX9N50rY/bWxmXfU =
2208
+ github.com/onomyprotocol/market v1.1.4 -dev /go.mod h1:OFWUMLq8cfNRQnc6WqReQYq+hNYRqoc2RmMvECSxdwk =
2209
2209
github.com/onsi/ginkgo v0.0.0-20151202141238-7f8ab55aaf3b /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
2210
2210
github.com/onsi/ginkgo v0.0.0-20170829012221-11459a886d9c /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
2211
2211
github.com/onsi/ginkgo v1.6.0 /go.mod h1:lLunBs/Ym6LB5Z9jYTR76FiuTmxDTDusOGeTQH+WWjE =
You can’t perform that action at this time.
0 commit comments