From eb7cfd6250dde2fe778b8571ab1b0feee4c9eab7 Mon Sep 17 00:00:00 2001 From: krehermann Date: Thu, 31 Aug 2023 06:48:01 -0600 Subject: [PATCH] BCF-2440: rm chainset --- pkg/cosmos/adapters/chain.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/pkg/cosmos/adapters/chain.go b/pkg/cosmos/adapters/chain.go index 35aab28de..f9244f4cf 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