Skip to content

Commit

Permalink
Merge branch 'main' into refactor/err
Browse files Browse the repository at this point in the history
  • Loading branch information
jtieri authored Jul 7, 2024
2 parents 0820723 + 4e3755e commit 6e81be8
Show file tree
Hide file tree
Showing 14 changed files with 8,983 additions and 3,321 deletions.
2 changes: 1 addition & 1 deletion cmd/tx.go
Original file line number Diff line number Diff line change
Expand Up @@ -1214,7 +1214,7 @@ func ensureKeysExist(chains map[string]*relayer.Chain) error {
return nil
}

// MsgRegisterCounterpartyPayee registers the counterparty_payee
// registerCounterpartyCmd registers the counterparty_payee
func registerCounterpartyCmd(a *appState) *cobra.Command {
cmd := &cobra.Command{
Use: "register-counterparty chain_name channel_id port_id relay_addr counterparty_payee",
Expand Down
2 changes: 1 addition & 1 deletion relayer/chains/cosmos/fee_market_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ var (
Key: "default",
ChainName: "osmosis",
ChainID: "osmosis-1",
RPCAddr: "https://rpc.osmosis.strange.love:443",
RPCAddr: "https://osmosis-rpc.polkachu.com:443",
AccountPrefix: "osmo",
KeyringBackend: "test",
DynamicGasPrice: true,
Expand Down
418 changes: 329 additions & 89 deletions relayer/chains/penumbra/core/component/auction/v1/auction.pb.go

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 6e81be8

Please sign in to comment.