Skip to content

Commit cef2632

Browse files
committed
Listen for real Merkl campaign creators (drop test creator)
1 parent 2148714 commit cef2632

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/mainnet/processors/merkl.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { arms } from '@utils/addresses'
77
const DISTRIBUTION_CREATOR = '0x8bb4c975ff3c250e0ceea271728547f3802b36fd'
88
// Address(es) Origin uses to create Merkl campaigns (CampaignParameters.creator).
99
// Used to filter NewCampaign events down to our own campaigns. Extend as needed.
10-
const CREATORS = ['0x074105fdd39e982b2ffe749a193c942db1046ab9']
10+
const CREATORS = ['0x4ff1b9d9ba8558f5eafcec096318ea0d8b541971', '0x67ce815d91de0f843472fe9c171acb036994cd05']
1111
// Earliest mainnet ARM deploy — campaigns can only target an ARM after it exists.
1212
const FROM = 20987226
1313
const MERKL_API = 'https://api.merkl.xyz/v4'

0 commit comments

Comments
 (0)