From 48b36fcf9c0c87921144d3546d21192bd725ad3a Mon Sep 17 00:00:00 2001 From: 0xgnek <0xgnek@gmail.com> Date: Sun, 25 Aug 2024 11:54:51 +0000 Subject: [PATCH] change to ts file --- protocols/xtrade/{index.js => index.ts} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename protocols/xtrade/{index.js => index.ts} (81%) diff --git a/protocols/xtrade/index.js b/protocols/xtrade/index.ts similarity index 81% rename from protocols/xtrade/index.js rename to protocols/xtrade/index.ts index eb9332bbeb..6fd277379e 100644 --- a/protocols/xtrade/index.js +++ b/protocols/xtrade/index.ts @@ -1,4 +1,4 @@ -import { uniV3Exports } from "../helpers/uniswap"; +import { uniV3Exports } from '../../helpers/uniswap' const poolEvent = 'event Pool(address indexed token0,address indexed token1,address pool)' export default uniV3Exports({