Skip to content

Commit

Permalink
fix: add extra-codecs to relayer config root (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
artemijspavlovs authored Sep 24, 2024
1 parent 09b708e commit 70fd554
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/relayer/setup/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,9 @@ func Cmd() *cobra.Command {
rollerData.HubData.ID,
): rollerData.HubData.API_URL,
fmt.Sprintf("chains.%s.value.is-dym-rollapp", rollerData.RollappID): true,
"extra-codecs": []string{
"ethermint",
},
}
err = yamlconfig.UpdateNestedYAML(relayerConfigPath, updates)
if err != nil {
Expand Down

0 comments on commit 70fd554

Please sign in to comment.