From 42af689945120447ba6d02a51b44e5808869ced2 Mon Sep 17 00:00:00 2001 From: krehermann Date: Thu, 31 Aug 2023 07:20:59 -0600 Subject: [PATCH] BCF-2440: rm chainset (#366) --- 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