Skip to content

Commit

Permalink
chore: update forwarding module (#144)
Browse files Browse the repository at this point in the history
* chore: update forwarding module

* chore: `go mod tidy`
  • Loading branch information
johnletey authored May 15, 2024
1 parent 6c09f9d commit a44dbac
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions app/app.go
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ func NewInitiaApp(
runtime.NewKVStoreService(keys[forwardingtypes.StoreKey]),
runtime.NewTransientStoreService(tkeys[forwardingtypes.TransientStoreKey]),
appheaderinfo.NewHeaderInfoService(),
authorityAddr,
app.AccountKeeper,
app.BankKeeper,
app.IBCKeeper.ChannelKeeper,
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ require (
github.com/initia-labs/OPinit v0.2.9
// we also need to update `LIBMOVEVM_VERSION` of images/private/Dockerfile#5
github.com/initia-labs/movevm v0.2.8
github.com/noble-assets/forwarding/v2 v2.0.0-20240510120217-02a34f8af18a
github.com/noble-assets/forwarding/v2 v2.0.0-20240514101621-172acc02aac6
github.com/pelletier/go-toml v1.9.5
github.com/pkg/errors v0.9.1
github.com/rakyll/statik v0.1.7
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -846,8 +846,8 @@ github.com/nats-io/nkeys v0.1.0/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxzi
github.com/nats-io/nkeys v0.1.3/go.mod h1:xpnFELMwJABBLVhffcfd1MZx6VsNRFpEugbxziKVo7w=
github.com/nats-io/nuid v1.0.1/go.mod h1:19wcPz3Ph3q0Jbyiqsd0kePYG7A95tJPxeL+1OSON2c=
github.com/niemeyer/pretty v0.0.0-20200227124842-a10e7caefd8e/go.mod h1:zD1mROLANZcx1PVRCS0qkT7pwLkGfwJo4zjcN/Tysno=
github.com/noble-assets/forwarding/v2 v2.0.0-20240510120217-02a34f8af18a h1:Zpqx/35HqyeTlOkniGYE1qLJdlM0OPwxPXryRZ63nzY=
github.com/noble-assets/forwarding/v2 v2.0.0-20240510120217-02a34f8af18a/go.mod h1:fkfElMT7VJZXXqywx+OE6qsEXddT/fwKX5XNdIl747U=
github.com/noble-assets/forwarding/v2 v2.0.0-20240514101621-172acc02aac6 h1:YQ6I+9F24PD9U/Q83/t/DCPwye8IeHXOrQWorPx2aSE=
github.com/noble-assets/forwarding/v2 v2.0.0-20240514101621-172acc02aac6/go.mod h1:fkfElMT7VJZXXqywx+OE6qsEXddT/fwKX5XNdIl747U=
github.com/nxadm/tail v1.4.4/go.mod h1:kenIhsEOeOJmVchQTgglprH7qJGnHDVpk1VPCcaMI8A=
github.com/nxadm/tail v1.4.8 h1:nPr65rt6Y5JFSKQO7qToXr7pePgD6Gwiw05lkbyAQTE=
github.com/nxadm/tail v1.4.8/go.mod h1:+ncqLTQzXmGhMZNUePPaPqPvBxHAIsmXswZKocGu+AU=
Expand Down

0 comments on commit a44dbac

Please sign in to comment.