Skip to content

Commit

Permalink
add goerli constants (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
defi-dev authored Nov 18, 2023
1 parent bb4264d commit e11a186
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions app/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const MIN_EXECUTION_GAS = 55_000;

export const DEFAULT_SYNC_FROM_CHAINS: { [network: string]: number } = {
mainnet: 18533834,
goerli: 7298263,
goerli: 10064335,
rinkeby: 11096966,
};

Expand Down Expand Up @@ -50,6 +50,11 @@ export const AGENT_HARDCODED_CONFIGS: { [network: string]: { [agent: string]: Ag
version: '2.3.0',
strategy: 'randao',
},
'0xCf52c088acB41e55eF30C70989AeA0e2521CBB23': {
deployedAt: 10064335,
version: '2.3.0',
strategy: 'randao',
},
},
sepolia: {
'0xB1b973fB49DE8128664839E2C6cDFd5D8E0a8e28': {
Expand Down Expand Up @@ -156,7 +161,7 @@ export const EXTERNAL_LENS_CONTRACTS_2_2_0: { [network: string]: string } = {
export const EXTERNAL_LENS_CONTRACTS_2_3_0: { [network: string]: string } = {
mainnet: '0xbB8dAC006c8B6F67c4bc2563b64ed669Faa54F07',
gnosis: '0x2b3d29dAa9F41c4171416Af3D66f5a2aE210616E', // v2
goerli: '0x1a348FDcD9EcB6c81CA5043B4278716189e6aEe4', // v1
goerli: '0x3DC4d2774377791aC6DA345f6f13734C9E314f86', // v2
sepolia: '0x42a2D286Bac644CfdB4030d96b4f7b2ad9dFA998', // v2
};

Expand Down

0 comments on commit e11a186

Please sign in to comment.