From f2366f1f47875b047188f751a37719b460fa7988 Mon Sep 17 00:00:00 2001 From: g1nt0ki <99907941+g1nt0ki@users.noreply.github.com> Date: Wed, 13 Mar 2024 22:29:27 +0100 Subject: [PATCH] Add apertureSwap protocol implementation --- protocols/apertureSwap.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 protocols/apertureSwap.ts diff --git a/protocols/apertureSwap.ts b/protocols/apertureSwap.ts new file mode 100644 index 0000000000..515df56a44 --- /dev/null +++ b/protocols/apertureSwap.ts @@ -0,0 +1,7 @@ +import { uniV3Exports } from "../helpers/uniswap"; + +export default uniV3Exports({ + manta: { + factory: '0x5bd1F6735B80e58aAC88B8A94836854d3068a13a', + } +}) \ No newline at end of file