We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f2e3ca commit bb77f60Copy full SHA for bb77f60
src/adaptors/impermax-v3/index.js
@@ -17,14 +17,18 @@ const { GECKOTERMINAL_IDS } = require('./geckoterminal.js');
17
*/
18
19
const config = {
20
- arbitrum: ["https://arbitrum-factory-v3-production.up.railway.app/"]
+ arbitrum: ["https://arbitrum-factory-v3-production.up.railway.app/"],
21
+ base: ["https://base-factory-v3-production.up.railway.app/"]
22
};
23
24
// NFTLP factory address
25
const projectPoolFactories = {
26
arbitrum: {
27
UniswapV3: ['0x4936b5aafe83611aa2fa926a683973ddb48ce7f1'],
28
},
29
+ base: {
30
+ UniswapV3: ['0xe5d6cf969c01bf8d6c46840ed784d7f209038d7a']
31
+ }
32
33
34
/**
0 commit comments