File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change 1
- const { getUniTVL } = require ( "../helper/unknownTokens" ) ;
2
- const { staking } = require ( '../helper/staking' )
1
+ const { getUniTVL} = require ( "../helper/unknownTokens" ) ;
2
+ const { staking} = require ( '../helper/staking' )
3
3
4
4
const IXS_POLYGON = "0x1BA17C639BdaeCd8DC4AAc37df062d17ee43a1b8"
5
5
const IXS_BASE = "0xfe550bffb51eb645ea3b324d772a19ac449e92c5"
6
6
const STAKING_CONTRACTS = [
7
- "0xad644F3cC768bc6dceF97096790e2210D5191cec" , // stake bank
7
+ "0xad644F3cC768bc6dceF97096790e2210D5191cec" , // stake bank
8
8
]
9
9
10
10
module . exports = {
11
- polygon :{
12
- tvl : getUniTVL ( { factory : '0xc2D0e0bc81494adB71Ce9Aa350cC875DaE12D81D' , blacklistedTokens : [ IXS_POLYGON ] } ) ,
11
+ polygon : {
12
+ tvl : getUniTVL ( { factory : '0xc2D0e0bc81494adB71Ce9Aa350cC875DaE12D81D' , blacklistedTokens : [ IXS_POLYGON ] } ) ,
13
13
staking : staking ( STAKING_CONTRACTS , IXS_POLYGON ) ,
14
14
} ,
15
- base :{
15
+ base : {
16
+ tvl : getUniTVL ( { factory : '0x2eE28d1Bbc2EcB1fFDB83E8055d585E9F0fb757f' } ) ,
16
17
staking : staking ( [ '0x44F07B446e14127136f3554A16014b49BC67D9E6' ] , IXS_BASE ) ,
17
18
} ,
18
- }
19
+ }
You can’t perform that action at this time.
0 commit comments