Skip to content

Commit bb77f60

Browse files
committed
impermax-v3: add base yields
1 parent 7f2e3ca commit bb77f60

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/adaptors/impermax-v3/index.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,18 @@ const { GECKOTERMINAL_IDS } = require('./geckoterminal.js');
1717
*/
1818

1919
const config = {
20-
arbitrum: ["https://arbitrum-factory-v3-production.up.railway.app/"]
20+
arbitrum: ["https://arbitrum-factory-v3-production.up.railway.app/"],
21+
base: ["https://base-factory-v3-production.up.railway.app/"]
2122
};
2223

2324
// NFTLP factory address
2425
const projectPoolFactories = {
2526
arbitrum: {
2627
UniswapV3: ['0x4936b5aafe83611aa2fa926a683973ddb48ce7f1'],
2728
},
29+
base: {
30+
UniswapV3: ['0xe5d6cf969c01bf8d6c46840ed784d7f209038d7a']
31+
}
2832
};
2933

3034
/**

0 commit comments

Comments
 (0)