Skip to content

Commit

Permalink
add support for linea, polygon and polygon zkevm
Browse files Browse the repository at this point in the history
  • Loading branch information
anassohail99 committed May 24, 2024
1 parent 03de221 commit 5970663
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions projects/a51-finance-v3/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,66 +14,97 @@ const DEFAULT_STRATEGY_CREATION_TOPIC = "StrategyCreated(bytes32)";

const config = {
arbitrum: [
// uniswap
{
target: "0x3e0aa2e17fe3e5e319f388c794fdbc3c64ef9da6",
helper: "0x9d80597d9403bdb35b3d7d9f400377e790b01053",
startBlock: 190945156,
},
],
blast: [
// uniswap
{
target: "0x5a8e82c4b3Dbd7579fD198A3276cF75CEA2Df63D",
helper: "0xbA13be69628d12963b28de8E7Ba04C3C4c1eaceA",
startBlock: 1709947,
},
],
base: [
// uniswap
{
target: "0x3e0AA2e17FE3E5e319f388C794FdBC3c64Ef9da6",
helper: "0xA1d8180F4482359CEb7Eb7437FCf4a2616830F81",
startBlock: 12765695,
},
// baseswap
{
target: "0xDFb179526ae303Eea49AC99DD360159C39105828",
helper: "0x6e7e838E20ED6657Aaf1166f9B7a845565956F51",
startBlock: 13890566,
},
],
optimism: [
// uniswap
{
target: "0x525c80e91efe9222de3eae86af69a480fbced416",
helper: "0x965356eb2c208ce4130e267342ca720042cce7b2",
startBlock: 118360616,
},
],
polygon: [
// uniswap
{
target: "0xD4798F142FDb87738eF4eBE82Bd56Eccde19A88C",
helper: "0x9c225a02426e3229C073A6132E083561e95000b5",
startBlock: 55506149,
},
// quickswap
{
target: "0xED19D4A923930F6B0348fE06be694FeC56a70b86",
helper: "0x6c8b11476475FA487e2bfa6fE00244160F80213e",
startBlock: 56237007,
},
],
polygon_zkevm: [
// quickswap
{
target: "0xBd7887e11A9356957680A34955a135cf465e7052",
helper: "0x965356eb2C208Ce4130E267342cA720042Cce7b2",
startBlock: 11928029,
},
],
bsc: [
// uniswap
{
target: "0x6F2b186e9392042B1edE2D1D1706a3DC4a4725d8",
helper: "0x9c225a02426e3229C073A6132E083561e95000b5",
startBlock: 37623104,
},
],
scroll: [
// uniswap
{
target: "0xA8Dc31c8C9F93dB2e42A5472F580689794639576",
helper: "0x965356eb2C208Ce4130E267342cA720042Cce7b2",
startBlock: 4846051,
},
],
manta: [
// quickswap
{
target: "0x69317029384c3305fC04670c68a2b434e2D8C44C",
helper: "0xa1d8180f4482359ceb7eb7437fcf4a2616830f81",
startBlock: 1834975,
},
],
linea: [
// lynex
{
target: "0xA8Dc31c8C9F93dB2e42A5472F580689794639576",
helper: "0x965356eb2C208Ce4130E267342cA720042Cce7b2",
startBlock: 4518443,
},
],
};

module.exports = {
Expand Down

0 comments on commit 5970663

Please sign in to comment.