Skip to content

Commit

Permalink
Added production optimism givpower
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Sep 13, 2023
1 parent 918af3c commit 217c4c8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions monitorConfig/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,12 @@ export const config: Config = {
pollTimeMS: Number(process.env.OPTIMISM_POLL_TIME) || 30_000, // 30 Seconds
maxFetchBlockRange: 1_000,
contracts: [
{
address: '0x301C739CF6bfb6B47A74878BdEB13f92F13Ae5E7',
title: 'Optimism GIVPower',
startBlock: 108350094,
type: ContractType.GIVpower,
},
{
address: '0xE3Ac7b3e6B4065f4765d76fDC215606483BF3bD1',
title: 'Optimism Token Distro',
Expand Down

0 comments on commit 217c4c8

Please sign in to comment.