@@ -6,8 +6,8 @@ require (
6
6
github.com/cometbft/cometbft v0.38.9
7
7
github.com/cosmos/cosmos-sdk v0.50.8
8
8
github.com/gofiber/fiber/v2 v2.52.5
9
- github.com/initia-labs/OPinit v0.3.3-0.20240701023931-9e96e2798ae1
10
- github.com/initia-labs/initia v0.3.3
9
+ github.com/initia-labs/OPinit v0.4.0
10
+ github.com/initia-labs/initia v0.4.0
11
11
github.com/skip-mev/slinky v0.4.3
12
12
github.com/spf13/cobra v1.8.0
13
13
github.com/spf13/viper v1.18.2
@@ -62,7 +62,7 @@ require (
62
62
github.com/huandu/skiplist v1.2.0 // indirect
63
63
github.com/iancoleman/orderedmap v0.3.0 // indirect
64
64
github.com/improbable-eng/grpc-web v0.15.0 // indirect
65
- github.com/initia-labs/OPinit/api v0.3.1 // indirect
65
+ github.com/initia-labs/OPinit/api v0.4.0 // indirect
66
66
github.com/initia-labs/movevm v0.3.4 // indirect
67
67
github.com/jmespath/go-jmespath v0.4.0 // indirect
68
68
github.com/lib/pq v1.10.9 // indirect
@@ -223,9 +223,4 @@ require (
223
223
sigs.k8s.io/yaml v1.4.0 // indirect
224
224
)
225
225
226
- replace (
227
- github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
228
-
229
- github.com/initia-labs/OPinit => ../OPinit
230
- github.com/initia-labs/initia => ../initia
231
- )
226
+ replace github.com/gogo/protobuf => github.com/regen-network/protobuf v1.3.3-alpha.regen.1
0 commit comments