Skip to content

Commit

Permalink
*added scribe exchange
Browse files Browse the repository at this point in the history
  • Loading branch information
suro-scribe committed Sep 30, 2024
1 parent 0e561d8 commit 3bd0145
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 3bd0145

Please sign in to comment.