From 4b07954e20b827125af8ab68e2071808bc57b82d Mon Sep 17 00:00:00 2001 From: 0xgnek <0xgnek@gmail.com> Date: Wed, 14 Feb 2024 16:01:52 +0000 Subject: [PATCH] fix duplicate --- dexs/empiredex/index.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/dexs/empiredex/index.ts b/dexs/empiredex/index.ts index b97d5235d2..3bc4ec8bce 100644 --- a/dexs/empiredex/index.ts +++ b/dexs/empiredex/index.ts @@ -5,7 +5,6 @@ export default univ2Adapter({ [CHAIN.BSC]: "https://api.thegraph.com/subgraphs/name/trnhgquan/empiredexbsc", [CHAIN.XDAI]: "https://api.thegraph.com/subgraphs/name/zikyfranky/empire-xdai", [CHAIN.POLYGON]: "https://api.thegraph.com/subgraphs/name/zikyfranky/empire-polygon", - [CHAIN.POLYGON]: "https://api.thegraph.com/subgraphs/name/zikyfranky/empire-exchange", [CHAIN.AVAX]: "https://api.thegraph.com/subgraphs/name/zikyfranky/empire-subgraph-avax", }, { });