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', + }, +});