Skip to content

Commit

Permalink
add some dex pools to trades scrapers.
Browse files Browse the repository at this point in the history
  • Loading branch information
jppade committed Oct 17, 2024
1 parent fa3834c commit 42f8f64
Show file tree
Hide file tree
Showing 5 changed files with 42 additions and 3 deletions.
6 changes: 5 additions & 1 deletion config/uniswapv3/fullPools/AerodromeSlipstreamFullPools.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@
{
"Address": "0xb2cc224c1c9feE385f8ad6a55b4d94E92359DC59",
"ForeignName": "USDC-WETH"
}
},
{
"Address": "0xdE5Ff829fEF54d1BdEc957D9538A306f0EAD1368",
"ForeignName": "USDz-USDC"
}
]
}
13 changes: 12 additions & 1 deletion config/uniswapv3/subscribe_pools/AerodromeSlipstream.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,18 @@
{
"Address": "0x70aCDF2Ad0bf2402C957154f944c19Ef4e1cbAE1",
"ForeignName": "WETH-cbBTC"
},
{
"Address": "0x861A2922bE165a5Bd41b1E482B49216b465e1B5F",
"ForeignName": "WETH-wstETH"
},
{
"Address": "0x87Cd18069B6547a0E88b6155DD657E71779500eA",
"ForeignName": "WETH-PRIME"
},
{
"Address": "0x7f770A81811B58094b75CeA1dE76304aa8EAE72c",
"ForeignName": "USDz-cbBTC"
}

]
}
10 changes: 9 additions & 1 deletion config/uniswapv3/subscribe_pools/UniswapV3-Base.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,14 @@
{
"Address": "0x3e7586D52A9D07F8611B8ecf6CCc8a689c34a659",
"ForeignName": "USDC-cbBTC"
}
},
{
"Address": "0x20E068D76f9E90b90604500B84c7e19dCB923e7e",
"ForeignName": "WETH-wstETH"
},
{
"Address": "0x0C8Fed5DD65542cA5f0ADD1AcAb14C2e470c9110",
"ForeignName": "WETH-PRIME"
}
]
}
4 changes: 4 additions & 0 deletions config/velodrome/fullPools/AerodromeV1FullPools.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@
{
"Address": "0x6d0b9C9E92a3De30081563c3657B5258b3fFa38B",
"ForeignName": "USDz-USDC"
},
{
"Address": "0x958682eC6282BC7E939FA8Ba9397805C214c3A09",
"ForeignName": "USDC-KLIMA"
}
]
}
12 changes: 12 additions & 0 deletions config/velodrome/subscribe_pools/AerodromeV1.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
{
"Pools": [
{
"Address": "0xC90E88d30b99442B6994915F3b146cE3D55982D9",
"ForeignName": "MAVIA-WETH"
},
{
"Address": "0xB37642E87613d8569Fd8Ec80888eA6c63684E79e",
"ForeignName": "WETH-KLIMA"
},
{
"Address": "0x958682eC6282BC7E939FA8Ba9397805C214c3A09",
"ForeignName": "USDC-KLIMA"
},
{
"Address": "0x2C4909355b0C036840819484c3A882A95659aBf3",
"ForeignName": "WETH-DEGEN"
Expand Down

0 comments on commit 42f8f64

Please sign in to comment.