Skip to content

Commit

Permalink
Merge pull request #1821 from StrategicReserve/master
Browse files Browse the repository at this point in the history
Create Xtrade volume
  • Loading branch information
dtmkeng committed Aug 25, 2024
2 parents 979e35f + 48b36fc commit 416139b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions protocols/xtrade/index.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
import { uniV3Exports } from '../../helpers/uniswap'

const poolEvent = 'event Pool(address indexed token0,address indexed token1,address pool)'
export default uniV3Exports({
xlayer: {
poolCreatedEvent: poolEvent,
factory: '0x612D9EA08be59479B112D8d400C7F0A2E4aD4172',
},
})

0 comments on commit 416139b

Please sign in to comment.