Skip to content

Commit

Permalink
Added Optimism Goerli config to staging env
Browse files Browse the repository at this point in the history
  • Loading branch information
aminlatifi committed Aug 6, 2023
1 parent e92be1e commit fca2c7d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions monitorConfig/staging.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,27 @@ export const config: Config = {
// },
// ],
// },

{
networkId: 420, // Optimism Goerli
nodeUrl: process.env.OPTIMISM_GOERLI_PROVIDER as string,
nodeUrlWS: process.env.OPTIMISM_GOERLI_PROVIDER_WS,
pollTimeMS: 240_000, // 24 seconds
maxFetchBlockRange: 1_000,
contracts: [
{
address: '0x632AC305ed88817480d12155A7F1244cC182C298',
title: 'GIVPower',
startBlock: 12436803,
type: ContractType.GIVpower,
},
{
address: '0x8D2cBce8ea0256bFFBa6fa4bf7CEC46a1d9b43f6',
title: 'Gnosis Token Distro',
startBlock: 9371285,
type: ContractType.TokenDistro,
},
],
},
],
};

0 comments on commit fca2c7d

Please sign in to comment.