@@ -14,6 +14,7 @@ const PWN_BUNDLER_BSC = "0x4A75a527E97d853109aA6998a2B9E45a87A31e9f";
14
14
const PWN_V1_SIMPLE_LOAN = "0x50160ff9c19fbE2B5643449e1A321cAc15af2b2C" ;
15
15
const PWN_V1_1_SIMPLE_LOAN_A = "0x57c88D78f6D08b5c88b4A3b7BbB0C1AA34c3280A" ; // Mainnet, Polygon, Arbitrum, BSC
16
16
const PWN_V1_1_SIMPLE_LOAN_B = "0x4188C513fd94B0458715287570c832d9560bc08a" ; // Cronos, Base, Optimism
17
+ const PWN_V1_2_SIMPLE_LOAN = "0x9A93AE395F09C6F350E3306aec592763c517072e" ;
17
18
18
19
module . exports = {
19
20
misrepresentedTokens : true ,
@@ -26,6 +27,7 @@ module.exports = {
26
27
PWN_BUNDLER_MAINNET ,
27
28
PWN_V1_SIMPLE_LOAN ,
28
29
PWN_V1_1_SIMPLE_LOAN_A ,
30
+ PWN_V1_2_SIMPLE_LOAN ,
29
31
] ,
30
32
resolveNFTs : true ,
31
33
resolveArtBlocks : true ,
@@ -40,6 +42,7 @@ module.exports = {
40
42
PWN_BUNDLER_POLYGON ,
41
43
PWN_V1_SIMPLE_LOAN ,
42
44
PWN_V1_1_SIMPLE_LOAN_A ,
45
+ PWN_V1_2_SIMPLE_LOAN ,
43
46
] ,
44
47
fetchCoValentTokens : true ,
45
48
} ) ,
@@ -51,22 +54,32 @@ module.exports = {
51
54
} ,
52
55
base : {
53
56
tvl : sumTokensExport ( {
54
- owners : [ PWN_BUNDLER_BASE , PWN_V1_1_SIMPLE_LOAN_B ] , fetchCoValentTokens : true ,
57
+ owners : [ PWN_BUNDLER_BASE , PWN_V1_1_SIMPLE_LOAN_B , PWN_V1_2_SIMPLE_LOAN ] , fetchCoValentTokens : true ,
55
58
} ) ,
56
59
} ,
57
60
arbitrum : {
58
61
tvl : sumTokensExport ( {
59
- owners : [ PWN_BUNDLER_ARBITRUM , PWN_V1_1_SIMPLE_LOAN_A ] , fetchCoValentTokens : true ,
62
+ owners : [ PWN_BUNDLER_ARBITRUM , PWN_V1_1_SIMPLE_LOAN_A , PWN_V1_2_SIMPLE_LOAN ] , fetchCoValentTokens : true ,
60
63
} ) ,
61
64
} ,
62
65
optimism : {
63
66
tvl : sumTokensExport ( {
64
- owners : [ PWN_BUNDLER_OPTIMISM , PWN_V1_1_SIMPLE_LOAN_B ] , fetchCoValentTokens : true ,
67
+ owners : [ PWN_BUNDLER_OPTIMISM , PWN_V1_1_SIMPLE_LOAN_B , PWN_V1_2_SIMPLE_LOAN ] , fetchCoValentTokens : true ,
65
68
} ) ,
66
69
} ,
67
70
bsc : {
68
71
tvl : sumTokensExport ( {
69
- owners : [ PWN_BUNDLER_BSC , PWN_V1_1_SIMPLE_LOAN_A ] , fetchCoValentTokens : true ,
72
+ owners : [ PWN_BUNDLER_BSC , PWN_V1_1_SIMPLE_LOAN_A , PWN_V1_2_SIMPLE_LOAN ] , fetchCoValentTokens : true ,
73
+ } ) ,
74
+ } ,
75
+ linea : {
76
+ tvl : sumTokensExport ( {
77
+ owners : [ PWN_V1_2_SIMPLE_LOAN ] , fetchCoValentTokens : true ,
78
+ } ) ,
79
+ } ,
80
+ xdai : {
81
+ tvl : sumTokensExport ( {
82
+ owners : [ PWN_V1_2_SIMPLE_LOAN ] , fetchCoValentTokens : true ,
70
83
} ) ,
71
84
} ,
72
85
mantle : { tvl : ( ) => ( { } ) } ,
0 commit comments