Skip to content

Commit

Permalink
remove iconfig file (#2602)
Browse files Browse the repository at this point in the history
Co-authored-by: Trajan0x <trajan0x@users.noreply.github.com>
  • Loading branch information
trajan0x and trajan0x authored May 9, 2024
1 parent 1d3ed83 commit bc97878
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions services/rfq/relayer/relconfig/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ import (
)

// Config represents the configuration for the relayer.
//
//go:generate go run github.com/vburenin/ifacemaker -f config.go -s Config -i IConfig -p relconfig -o iconfig_generated.go -c "autogenerated file"
type Config struct {
// Chains is a map of chainID -> chain config.
Chains map[int]ChainConfig `yaml:"chains"`
Expand Down Expand Up @@ -197,5 +195,3 @@ func (c Config) Validate() (err error) {
}
return nil
}

var _ IConfig = &Config{}
7 changes: 0 additions & 7 deletions services/rfq/relayer/relconfig/iconfig_generated.go

This file was deleted.

0 comments on commit bc97878

Please sign in to comment.