Skip to content

Commit

Permalink
Merge pull request #1948 from scribe-dex/scribe-exchange-v4
Browse files Browse the repository at this point in the history
*added scribe exchange V4
  • Loading branch information
dtmkeng authored Oct 3, 2024
2 parents cf93610 + 3bd0145 commit 09026ca
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions protocols/scribe-exchange-v4.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import { uniV3Exports } from '../helpers/uniswap';

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

0 comments on commit 09026ca

Please sign in to comment.