Skip to content

Commit

Permalink
alien base fix
Browse files Browse the repository at this point in the history
  • Loading branch information
slasher125 committed Dec 11, 2023
1 parent ba65948 commit b57a8fc
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion src/adaptors/alien-base-amm/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,19 @@ const getPoolDetails = async (block, poolInfo, chainString) => {
![
'0x1dd2d631c92b1aCdFCDd51A0F7145A50130050C4',
'0x840dCB7b4d3cEb906EfD00c8b5F5c5Dd61d7f8a6',
'0xfA52C8902519e4Da95C3C520039C676d5bD4d9a2'
'0xfA52C8902519e4Da95C3C520039C676d5bD4d9a2',
'0xcdEF05048602aA758fCa3E33B964397f904b87a9',
'0x9D309C52abb61655610eCaE04624b81Ab1f2aEd7',
'0xA787D1177afdEc8E03D72fFCA14Dcb1126A74887',
'0xe95255C018c1662a20A652ec881F32bf3515017a',
'0x7042064c6556Edbe8188C03020B21402eEdCBF0a',
'0xDe16407Aeb41253bAC9163Fa230ceB630Be46534',
'0x053D11735F501199EC64A125498f29eD453d27a4',
'0x8F472e07886f03C6385072f7DE60399455a243E6',
'0x91BE3DD3c16EE370bc26b4c6FFE2de25aBa4AB3C',
'0x9D309C52abb61655610eCaE04624b81Ab1f2aEd7',
'0xcdEF05048602aA758fCa3E33B964397f904b87a9',
'0xfA52C8902519e4Da95C3C520039C676d5bD4d9a2',
].includes(poolInfo[i].lpToken)
) {
const token0Id = (
Expand Down

0 comments on commit b57a8fc

Please sign in to comment.