From b400d71677dc8c8aee8e992eb89407e4acf4e587 Mon Sep 17 00:00:00 2001 From: Define101 <93603962+Define101@users.noreply.github.com> Date: Sun, 17 Mar 2024 21:55:21 +0000 Subject: [PATCH] add kim exchange v2-v3 (#1317) --- protocols/kim-exchange-v2.ts | 7 +++++++ protocols/kim-exchange-v3.ts | 7 +++++++ 2 files changed, 14 insertions(+) create mode 100644 protocols/kim-exchange-v2.ts create mode 100644 protocols/kim-exchange-v3.ts diff --git a/protocols/kim-exchange-v2.ts b/protocols/kim-exchange-v2.ts new file mode 100644 index 0000000000..322837e43d --- /dev/null +++ b/protocols/kim-exchange-v2.ts @@ -0,0 +1,7 @@ +import { uniV2Exports } from "../helpers/uniswap"; + +export default uniV2Exports({ + mode: { + factory: '0xc02155946dd8C89D3D3238A6c8A64D04E2CD4500', + } +}) \ No newline at end of file diff --git a/protocols/kim-exchange-v3.ts b/protocols/kim-exchange-v3.ts new file mode 100644 index 0000000000..ec0c980d13 --- /dev/null +++ b/protocols/kim-exchange-v3.ts @@ -0,0 +1,7 @@ +import { uniV3Exports } from "../helpers/uniswap"; + +export default uniV3Exports({ + mode: { + factory: '0xB5F00c2C5f8821155D8ed27E31932CFD9DB3C5D5', + }, +}) \ No newline at end of file