From dc829ead9a6002fa948282930784ddb8a0321e83 Mon Sep 17 00:00:00 2001 From: jooleseth Date: Tue, 18 Jun 2024 12:29:40 +0800 Subject: [PATCH] use .3% address instead of 1% --- protocols/thruster-v2.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocols/thruster-v2.ts b/protocols/thruster-v2.ts index 172b72b764..6196692d8d 100644 --- a/protocols/thruster-v2.ts +++ b/protocols/thruster-v2.ts @@ -2,6 +2,6 @@ import { uniV2Exports } from "../helpers/uniswap"; export default uniV2Exports({ blast: { - factory: '0x37836821a2c03c171fB1a595767f4a16e2b93Fc4', + factory: '0xb4A7D971D0ADea1c73198C97d7ab3f9CE4aaFA13', } }) \ No newline at end of file