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