Skip to content

Commit

Permalink
Merge pull request #20 from Giveth/feat/production_op_givpower
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi authored Sep 14, 2023
2 parents b44bd09 + 217c4c8 commit bbf542e
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 bbf542e

Please sign in to comment.