From ca03483aad1189080b21dc37c3bf91118c98f958 Mon Sep 17 00:00:00 2001 From: Define101 <93603962+Define101@users.noreply.github.com> Date: Sun, 17 Mar 2024 22:16:13 +0000 Subject: [PATCH] thruster-v3 (#1319) --- protocols/thruster-v3.ts | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 protocols/thruster-v3.ts diff --git a/protocols/thruster-v3.ts b/protocols/thruster-v3.ts new file mode 100644 index 0000000000..8dbd378a74 --- /dev/null +++ b/protocols/thruster-v3.ts @@ -0,0 +1,7 @@ +import { uniV3Exports } from "../helpers/uniswap"; + +export default uniV3Exports({ + blast: { + factory: '0x71b08f13B3c3aF35aAdEb3949AFEb1ded1016127', + } +})