Skip to content

Commit

Permalink
change to ts file
Browse files Browse the repository at this point in the history
  • Loading branch information
dtmkeng committed Aug 25, 2024
1 parent 541674d commit 48b36fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocols/xtrade/index.js → protocols/xtrade/index.ts
Original file line number Diff line number Diff line change
@@ -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({
Expand Down

0 comments on commit 48b36fc

Please sign in to comment.