We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2148714 commit cef2632Copy full SHA for cef2632
1 file changed
src/mainnet/processors/merkl.ts
@@ -7,7 +7,7 @@ import { arms } from '@utils/addresses'
7
const DISTRIBUTION_CREATOR = '0x8bb4c975ff3c250e0ceea271728547f3802b36fd'
8
// Address(es) Origin uses to create Merkl campaigns (CampaignParameters.creator).
9
// Used to filter NewCampaign events down to our own campaigns. Extend as needed.
10
-const CREATORS = ['0x074105fdd39e982b2ffe749a193c942db1046ab9']
+const CREATORS = ['0x4ff1b9d9ba8558f5eafcec096318ea0d8b541971', '0x67ce815d91de0f843472fe9c171acb036994cd05']
11
// Earliest mainnet ARM deploy — campaigns can only target an ARM after it exists.
12
const FROM = 20987226
13
const MERKL_API = 'https://api.merkl.xyz/v4'
0 commit comments