Skip to content

Commit

Permalink
Rename import alias
Browse files Browse the repository at this point in the history
  • Loading branch information
yrong committed Mar 12, 2024
1 parent ddf7e6a commit cd85cb9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions relayer/relays/execution/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package execution

import (
"github.com/snowfork/snowbridge/relayer/config"
BeaconConfigs "github.com/snowfork/snowbridge/relayer/relays/beacon/config"
beaconconf "github.com/snowfork/snowbridge/relayer/relays/beacon/config"
)

type Config struct {
Expand All @@ -11,10 +11,10 @@ type Config struct {
}

type SourceConfig struct {
Ethereum config.EthereumConfig `mapstructure:"ethereum"`
Contracts ContractsConfig `mapstructure:"contracts"`
ChannelID ChannelID `mapstructure:"channel-id"`
Beacon BeaconConfigs.BeaconConfig `mapstructure:"beacon"`
Ethereum config.EthereumConfig `mapstructure:"ethereum"`
Contracts ContractsConfig `mapstructure:"contracts"`
ChannelID ChannelID `mapstructure:"channel-id"`
Beacon beaconconf.BeaconConfig `mapstructure:"beacon"`
}

type ContractsConfig struct {
Expand Down

0 comments on commit cd85cb9

Please sign in to comment.