Skip to content

Commit

Permalink
add agent constants
Browse files Browse the repository at this point in the history
  • Loading branch information
defi-dev committed Dec 2, 2024
1 parent 2b9b621 commit 8ead1f6
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions app/Constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@ export const AGENT_HARDCODED_CONFIGS: { [network: string]: { [agent: string]: Ag
version: '2.5.0',
strategy: 'randao',
},
'0xD6d094a2a2dB8ceB9c00ae719E37011f22B7a8Ac': {
deployedAt: 37155151,
version: '2.5.0',
strategy: 'randao',
},
'0xa7Dabab40BAe7a920C437483549f42762815DBA2': {
deployedAt: 37312227,
version: '2.5.0',
strategy: 'randao',
},
},
arbitrumOne: {
'0xad1e507f8A0cB1B91421F3bb86BBE29f001CbcC6': {
Expand All @@ -63,20 +73,45 @@ export const AGENT_HARDCODED_CONFIGS: { [network: string]: { [agent: string]: Ag
version: '2.5.0',
strategy: 'randao',
},
'0x0eBcc7B676E2b29971173CECA72De79853124879': {
deployedAt: 280364988,
version: '2.5.0',
strategy: 'randao',
},
},
polygon: {
'0x20D4029c783D5c9f47569940c656Af4189e53799': {
deployedAt: 52818115,
version: '2.3.0',
strategy: 'randao',
},
'0xCDF80C73640a756D0810babA52F3d01280e5be32': {
deployedAt: 64973530,
version: '2.5.0',
strategy: 'randao',
},
'0xCB2A4200a0B42018FeAb87815B1AACB0eB2Ce638': {
deployedAt: 64973715,
version: '2.5.0',
strategy: 'randao',
},
},
base: {
'0x12e49CeDc34C4F455e0dfff7ec38cC535Cbd07C2': {
deployedAt: 14835289,
version: '2.3.0',
strategy: 'randao',
},
'0xcD7D8e8Fe442253Fa65A3BFcdF12cdCD0013631a': {
deployedAt: 22752546,
version: '2.5.0',
strategy: 'randao',
},
'0x59ad18f31Ad6AC183d136AF4d7aDAc01b6cC4421': {
deployedAt: 23155296,
version: '2.5.0',
strategy: 'randao',
},
},
linea: {
'0x20D4029c783D5c9f47569940c656Af4189e53799': {
Expand All @@ -89,6 +124,11 @@ export const AGENT_HARDCODED_CONFIGS: { [network: string]: { [agent: string]: Ag
version: '2.3.0',
strategy: 'randao',
},
'0x98D73653D64Ea1779C616A823064CA4da05dAD86': {
deployedAt: 12787200,
version: '2.5.0',
strategy: 'randao',
},
},
goerli: {
'0x96cb9B293eB7695904B4Ea0FA73eB3650e07e8E4': {
Expand Down Expand Up @@ -203,6 +243,16 @@ export const AGENT_HARDCODED_CONFIGS: { [network: string]: { [agent: string]: Ag
version: '2.3.0',
strategy: 'randao',
},
'0xd78521F50D252b6075B3c05C6A3043ea4bE0E52B': {
deployedAt: 7190875,
version: '2.5.0',
strategy: 'randao',
},
'0x518D1741F4B1bf1f859E64dd4B52047e9Dd2d499': {
deployedAt: 7190881,
version: '2.5.0',
strategy: 'randao',
},
},
};

Expand Down

0 comments on commit 8ead1f6

Please sign in to comment.