Skip to content
This repository has been archived by the owner on Jan 24, 2024. It is now read-only.

Commit

Permalink
fix(uniswap-v2): Fix required pool address (#419)
Browse files Browse the repository at this point in the history
  • Loading branch information
pwele committed May 11, 2022
1 parent f7863a9 commit fc8dc03
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export class EthereumUniswapV2PoolTokenFetcher implements PositionFetcher<AppTok
'0x5b64bb4f69c8c03250ac560aac4c7401d78a1c32', // mGOOGL/UST
'0x99d737ab0df10cdc99c6f64d0384acd5c03aef7f', // mTWTR/UST
'0x769325e8498bf2c2c3cfd6464a60fa213f26afcc', // mBABA/UST
'0xdb278fb5f7d4a7c3b83f80d18198d872bbf7b923', // mSLV/UST
'0x860425be6ad1345dc7a3e287facbf32b18bc4fae', // mSLV/UST
'0xe214a6ca22be90f011f34fdddc7c5a07800f8bcd', // mIAU/UST
'0x735659c8576d88a2eb5c810415ea51cb06931696', // mAAPL/UST
],
Expand Down

0 comments on commit fc8dc03

Please sign in to comment.