From 104244a18c3de838c5652363cb580c80f5baca5e Mon Sep 17 00:00:00 2001 From: Holdstation <104961349+holdstation@users.noreply.github.com> Date: Tue, 7 Jan 2025 17:59:23 +0700 Subject: [PATCH] create holdstation-swap dex volume --- dexs/holdstation-swap/index.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 dexs/holdstation-swap/index.ts diff --git a/dexs/holdstation-swap/index.ts b/dexs/holdstation-swap/index.ts new file mode 100644 index 0000000000..445bc859ff --- /dev/null +++ b/dexs/holdstation-swap/index.ts @@ -0,0 +1,7 @@ +import { uniV3Exports } from '../../helpers/uniswap'; + +export default uniV3Exports({ + era: { + factory: '0x1153D1d27A558471eF051c5D2D075d7D07B84A07', + }, +});