diff --git a/pkg/cosmos/adapters/chain.go b/pkg/cosmos/adapters/chain.go index 35aab28d..f9244f4c 100644 --- a/pkg/cosmos/adapters/chain.go +++ b/pkg/cosmos/adapters/chain.go @@ -7,8 +7,6 @@ import ( "github.com/smartcontractkit/chainlink-cosmos/pkg/cosmos/config" ) -type ChainSet = types.ChainSet[string, Chain] - type Chain interface { types.ChainService