Skip to content

Commit

Permalink
Engagement contract on base sepolia
Browse files Browse the repository at this point in the history
  • Loading branch information
cyri113 authored Nov 27, 2024
1 parent 1875823 commit 1fa453b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/watchables.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { parseAbiItem } from 'viem';
import { sepolia, arbitrumSepolia, optimismSepolia } from 'viem/chains';
import { baseSepolia } from 'viem/chains';
import { Watchable } from './types';
import { Event, Queue } from '@togethercrew.dev/tc-messagebroker';

Expand All @@ -17,8 +17,8 @@ export const watchables: Watchable[] = [
// },
// },
{
chain: optimismSepolia,
address: '0xd826769f1844CC83A16923D2AEF8a479E62Da732',
chain: baseSepolia,
address: '0xCc80586fd99f6804013eA2D43169fc60e466D354',
event: parseAbiItem(
'event Issue(address indexed account, uint indexed tokenId)',
),
Expand Down

0 comments on commit 1fa453b

Please sign in to comment.