Skip to content

Commit

Permalink
Remove depency with uniswap quoter
Browse files Browse the repository at this point in the history
  • Loading branch information
prevostc committed Mar 28, 2024
1 parent 5d870b6 commit f8af929
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 11 deletions.
9 changes: 4 additions & 5 deletions config/arbitrum.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@

"shareTokenMintAddress": "0x0000000000000000000000000000000000000000",

"vaultFactoryAddress": "0xAad99bCdcf5aD316da55fDF7E5d23613407A8748",
"vaultFactoryStartBlock": 193388971,
"strategyFactoryAddress": "0x914fde9Db709eFC500e2fFA210305992c2352B71",
"strategyFactoryStartBlock": 193389019,
"vaultFactoryAddress": "0x4fE817A4bb959d9926c54Fa7C5ac095195443C11",
"vaultFactoryStartBlock": 195168548,
"strategyFactoryAddress": "0xb51192fC9EfE49eF061cd731C8fa54B75Ae8b4fD",
"strategyFactoryStartBlock": 195168595,
"boostFactoryAddress": "0x2951c806a75b19954ce0bed477676a54f3c1c200",
"boostFactoryStartBlock": 193388971,
"clockTickBlocks": 1300,

"wrappedNativeAddress": "0x82af49447d8a07e3bd95bd0d56f35241523fbab1",
"wrappedNativeDecimals": 18,
"uniswapV3QuoterV2Address": "0x61ffe014ba17989e743c5f6cb21bf9697530b21e",
"chainlinkNativePriceFeedAddress": "0x639Fe6ab55C921f74e7fac1ee960C0B6293ba612",
"chainlinkNativePriceFeedDecimals": 8
}
11 changes: 5 additions & 6 deletions config/base.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,16 @@

"shareTokenMintAddress": "0x0000000000000000000000000000000000000000",

"vaultFactoryAddress": "0xb2886056acDd8765A0cCD7dD400f6b723006CC3D",
"vaultFactoryStartBlock": 12293987,
"strategyFactoryAddress": "0xF1877Ef494334F12497Fb6c1b8A7B68442002464",
"strategyFactoryStartBlock": 12294025,
"vaultFactoryAddress": "0x30b94De3d18C9ab9fdf0dDF41077cc057F644E79",
"vaultFactoryStartBlock": 12429065,
"strategyFactoryAddress": "0x572E05A3DaF78a480b530eC303F32dC675df3A8c",
"strategyFactoryStartBlock": 12429069,
"boostFactoryAddress": "0x9a313205f50e1192da6d71d1e32dad3487230c55",
"boostFactoryStartBlock": 12323814,
"boostFactoryStartBlock": 12429069,
"clockTickBlocks": 150,

"wrappedNativeAddress": "0x4200000000000000000000000000000000000006",
"wrappedNativeDecimals": 18,
"uniswapV3QuoterV2Address": "0x3d4e44Eb1374240CE5F1B871ab261CD16335B76a",
"chainlinkNativePriceFeedAddress": "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70",
"chainlinkNativePriceFeedDecimals": 8
}

0 comments on commit f8af929

Please sign in to comment.