defi-state-querier 0.5.21__py3-none-any.whl → 0.5.22__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
Files changed (28) hide show
  1. defi_services/__init__.py +1 -1
  2. defi_services/constants/entities/lending_constant.py +1 -0
  3. defi_services/constants/entities/lending_services.py +6 -2
  4. defi_services/services/dex/dex_info/uniswap_info.py +0 -2
  5. defi_services/services/lending/aave_v3_services.py +3 -1
  6. defi_services/services/lending/compound_v3_services.py +7 -3
  7. defi_services/services/lending/lending_info/arbitrum/compound_v3_arbitrum.py +96 -6
  8. defi_services/services/lending/lending_info/arbitrum/venus_arbitrum.py +10 -0
  9. defi_services/services/lending/lending_info/base/aave_v3_base.py +50 -50
  10. defi_services/services/lending/lending_info/base/compound_v3_base.py +116 -0
  11. defi_services/services/lending/lending_info/base/moonwell_base.py +4 -4
  12. defi_services/services/lending/lending_info/base/zerolend_base.py +109 -0
  13. defi_services/services/lending/lending_info/bsc/aave_v3_bsc.py +68 -0
  14. defi_services/services/lending/lending_info/ethereum/compound_v3_eth.py +180 -5
  15. defi_services/services/lending/lending_info/ethereum/venus_eth.py +10 -0
  16. defi_services/services/lending/lending_info/ethereum/zerolend_eth.py +96 -0
  17. defi_services/services/lending/lending_info/optimism/compound_v3_optimism.py +116 -0
  18. defi_services/services/lending/lending_info/optimism/moonwell_optimism.py +9 -0
  19. defi_services/services/lending/lending_info/polygon/compound_v3_polygon.py +35 -5
  20. defi_services/services/lending/lending_info/zksync/aave_v3_zksync.py +36 -36
  21. defi_services/services/lending/lending_info/zksync/venus_zksync.py +5 -108
  22. defi_services/services/lending/lending_info/zksync/zerolend_zksync.py +138 -0
  23. defi_services/services/lending/zerolend_services.py +36 -0
  24. {defi_state_querier-0.5.21.dist-info → defi_state_querier-0.5.22.dist-info}/METADATA +12 -2
  25. {defi_state_querier-0.5.21.dist-info → defi_state_querier-0.5.22.dist-info}/RECORD +28 -18
  26. {defi_state_querier-0.5.21.dist-info → defi_state_querier-0.5.22.dist-info}/WHEEL +1 -1
  27. {defi_state_querier-0.5.21.dist-info → defi_state_querier-0.5.22.dist-info}/LICENSE +0 -0
  28. {defi_state_querier-0.5.21.dist-info → defi_state_querier-0.5.22.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,68 @@
1
+ AAVE_V3_BSC = {
2
+ "address": "0x6807dc923806fe8fd134338eabca509979a7e0cb",
3
+ "name": "AAVE V3 Lending Pool",
4
+ "stakedIncentiveAddress": '0xc206c2764a9dbf27d599613b8f9a63acd1160ab4',
5
+ "rewardTokensList": ["0xc5f0f7b66764f6ec8c8dff7ba683102295e16409"],
6
+ "oracleAddress": "0x39bc1bfda2130d6bb6dbefd366939b4c7aa7c697",
7
+ "type": "LENDING_POOL",
8
+ "poolToken": "0xfb6115445bff7b52feb98650c87f44907e58f802",
9
+ "forked": "aave-v3",
10
+ "reservesList": {
11
+ "0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82": {
12
+ "tToken": "0x4199cc1f5ed0d796563d7ccb2e036253e2c18281",
13
+ "sdToken": "0x57e95511de39890d3e782df4b19f0d97a05df64a",
14
+ "dToken": "0xe20dbc7119c635b1b51462f844861258770e0699",
15
+ "loanToValue": 0.55,
16
+ "liquidationThreshold": 0.61
17
+ },
18
+ "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c": {
19
+ "tToken": "0x9b00a09492a626678e5a3009982191586c444df9",
20
+ "sdToken": "0x57e95511de39890d3e782df4b19f0d97a05df64a",
21
+ "dToken": "0x0e76414d433ddfe8004d2a7505d218874875a996",
22
+ "loanToValue": 0.7,
23
+ "liquidationThreshold": 0.75
24
+ },
25
+ "0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c": {
26
+ "tToken": "0x56a7ddc4e848ebf43845854205ad71d5d5f72d3d",
27
+ "sdToken": "0x57e95511de39890d3e782df4b19f0d97a05df64a",
28
+ "dToken": "0x7b1e82f4f542fbb25d64c5523fe3e44abe4f2702",
29
+ "loanToValue": 0.7,
30
+ "liquidationThreshold": 0.75
31
+ },
32
+ "0x2170ed0880ac9a755fd29b2688956bd959f933f8": {
33
+ "tToken": "0x2e94171493fabe316b6205f1585779c887771e2f",
34
+ "sdToken": "0x57e95511de39890d3e782df4b19f0d97a05df64a",
35
+ "dToken": "0x8fdea7891b4d6dbdc746309245b316af691a636c",
36
+ "loanToValue": 0.8,
37
+ "liquidationThreshold": 0.83
38
+ },
39
+ "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d": {
40
+ "tToken": "0x00901a076785e0906d1028c7d6372d247bec7d61",
41
+ "sdToken": "0x57e95511de39890d3e782df4b19f0d97a05df64a",
42
+ "dToken": "0xcdbbed5606d9c5c98eeedd67933991dc17f0c68d",
43
+ "loanToValue": 0.75,
44
+ "liquidationThreshold": 0.78
45
+ },
46
+ "0x55d398326f99059ff775485246999027b3197955": {
47
+ "tToken": "0xa9251ca9de909cb71783723713b21e4233fbf1b1",
48
+ "sdToken": "0x57e95511de39890d3e782df4b19f0d97a05df64a",
49
+ "dToken": "0xf8bb2be50647447fb355e3a77b81be4db64107cd",
50
+ "loanToValue": 0.75,
51
+ "liquidationThreshold": 0.78
52
+ },
53
+ "0xc5f0f7b66764f6ec8c8dff7ba683102295e16409": {
54
+ "tToken": "0x75bd1a659bdc62e4c313950d44a2416fab43e785",
55
+ "sdToken": "0x57e95511de39890d3e782df4b19f0d97a05df64a",
56
+ "dToken": "0xe628b8a123e6037f1542e662b9f55141a16945c8",
57
+ "loanToValue": 0.7,
58
+ "liquidationThreshold": 0.75
59
+ },
60
+ "0x26c5e01524d2e6280a48f2c50ff6de7e52e9611c": {
61
+ "tToken": "0xbdfd4e51d3c14a232135f04988a42576efb31519",
62
+ "sdToken": "0x57e95511de39890d3e782df4b19f0d97a05df64a",
63
+ "dToken": "0x2c391998308c56d7572a8f501d58cb56fb9fe1c5",
64
+ "loanToValue": 0.72,
65
+ "liquidationThreshold": 0.75
66
+ }
67
+ }
68
+ }
@@ -19,6 +19,56 @@ COMPOUND_V3_ETH = {
19
19
  "priceFeed": "0x4f67e4d9bd67efa28236013288737d39aef48e79",
20
20
  "loanToValue": 0.9,
21
21
  "liquidationThreshold": 0.93
22
+ },
23
+ "0xae78736cd615f374d3085123a210448e74fc6393": {
24
+ "priceFeed": "0xa3a7fb5963d1d69b95eec4957f77678ef073ba08",
25
+ "loanToValue": 0.9,
26
+ "liquidationThreshold": 0.93
27
+ },
28
+ "0xa1290d69c65a6fe4df752f95823fae25cb99e5a7": {
29
+ "priceFeed": "0xfa454de61b317b6535a0c462267208e8fdb89f45",
30
+ "loanToValue": 0.88,
31
+ "liquidationThreshold": 0.91
32
+ },
33
+ "0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee": {
34
+ "priceFeed": "0x1ad4ceba9f8135a557bbe317db62aa125c330f26",
35
+ "loanToValue": 0.9,
36
+ "liquidationThreshold": 0.93
37
+ },
38
+ "0xf1c9acdc66974dfb6decb12aa385b9cd01190e38": {
39
+ "priceFeed": "0x66f5afdad14b30816b47b707240d1e8e3344d04d",
40
+ "loanToValue": 0.8,
41
+ "liquidationThreshold": 0.85
42
+ },
43
+ "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599": {
44
+ "priceFeed": "0xd98be00b5d27fc98112bde293e487f8d4ca57d07",
45
+ "loanToValue": 0.8,
46
+ "liquidationThreshold": 0.85
47
+ },
48
+ "0xbf5495efe5db9ce00f80364c8b423567e58d2110": {
49
+ "priceFeed": "0xde43600de5016b50752cc2615332d8ccbed6ec1b",
50
+ "loanToValue": 0.88,
51
+ "liquidationThreshold": 0.91
52
+ },
53
+ "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf": {
54
+ "priceFeed": "0x57a71a9c632b2e6d8b0eb9a157888a3fc87400d1",
55
+ "loanToValue": 0.8,
56
+ "liquidationThreshold": 0.85
57
+ },
58
+ "0xfae103dc9cf190ed75350761e95403b7b8afa6c0": {
59
+ "priceFeed": "0xdd18688bb75af704f3fb1183e459c4d4d41132d9",
60
+ "loanToValue": 0.8,
61
+ "liquidationThreshold": 0.85
62
+ },
63
+ "0x18084fba666a33d37592fa2633fd49a74dd93a88": {
64
+ "priceFeed": "0x1933f7e5f8b0423fbab28ce9c8c39c2cc414027b",
65
+ "loanToValue": 0.76,
66
+ "liquidationThreshold": 0.81
67
+ },
68
+ "0xa35b1b31ce002fbf2058d22f30f95d405200a15b": {
69
+ "priceFeed": "0x9f2f60f38bbc275af8f88a21c0e2bfe751e97c1f",
70
+ "loanToValue": 0.85,
71
+ "liquidationThreshold": 0.9
22
72
  }
23
73
  }
24
74
  },
@@ -27,13 +77,13 @@ COMPOUND_V3_ETH = {
27
77
  "assets": {
28
78
  "0xc00e94cb662c3520282e6f5717214004a7f26888": {
29
79
  "priceFeed": "0xdbd020caef83efd542f4de03e3cf0c28a4428bd5",
30
- "loanToValue": 0.65,
80
+ "loanToValue": 0.5,
31
81
  "liquidationThreshold": 0.7
32
82
  },
33
83
  "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599": {
34
84
  "priceFeed": "0xf4030086522a5beea4988f8ca5b36dbc97bee88c",
35
- "loanToValue": 0.7,
36
- "liquidationThreshold": 0.77
85
+ "loanToValue": 0.8,
86
+ "liquidationThreshold": 0.85
37
87
  },
38
88
  "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
39
89
  "priceFeed": "0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419",
@@ -42,15 +92,140 @@ COMPOUND_V3_ETH = {
42
92
  },
43
93
  "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984": {
44
94
  "priceFeed": "0x553303d460ee0afb37edff9be42922d8ff63220e",
45
- "loanToValue": 0.75,
95
+ "loanToValue": 0.68,
96
+ "liquidationThreshold": 0.74
97
+ },
98
+ "0x514910771af9ca656af840dff83e8264ecf986ca": {
99
+ "priceFeed": "0x2c1d072e956affc0d435cb7ac38ef18d24d9127c",
100
+ "loanToValue": 0.73,
101
+ "liquidationThreshold": 0.79
102
+ },
103
+ "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0": {
104
+ "priceFeed": "0x023ee795361b28cdbb94e302983578486a0a5f1b",
105
+ "loanToValue": 0.82,
106
+ "liquidationThreshold": 0.87
107
+ },
108
+ "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf": {
109
+ "priceFeed": "0x0a4f4f9e84fc4f674f0d209f94d41fafe5af887d",
110
+ "loanToValue": 0.8,
111
+ "liquidationThreshold": 0.85
112
+ },
113
+ "0x18084fba666a33d37592fa2633fd49a74dd93a88": {
114
+ "priceFeed": "0xaa9527bf3183a96fe6e55831c96de5cd988d3484",
115
+ "loanToValue": 0.76,
46
116
  "liquidationThreshold": 0.81
117
+ }
118
+ }
119
+ },
120
+ "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0": {
121
+ "comet": "0x3d0bb1ccab520a66e607822fc55bc921738fafe3",
122
+ "assets": {
123
+ "0xa1290d69c65a6fe4df752f95823fae25cb99e5a7": {
124
+ "priceFeed": "0xc49399814452b41da8a7cd76a159f5515cb3e493",
125
+ "loanToValue": 0.88,
126
+ "liquidationThreshold": 0.91
127
+ },
128
+ "0xbf5495efe5db9ce00f80364c8b423567e58d2110": {
129
+ "priceFeed": "0xc7986b6318c3f3ab5be12baf22892961158d3c24",
130
+ "loanToValue": 0.88,
131
+ "liquidationThreshold": 0.91
132
+ }
133
+ }
134
+ },
135
+ "0xdac17f958d2ee523a2206206994597c13d831ec7": {
136
+ "comet": "0x3afdc9bca9213a35503b077a6072f3d0d5ab0840",
137
+ "assets": {
138
+ "0xc00e94cb662c3520282e6f5717214004a7f26888": {
139
+ "priceFeed": "0xdbd020caef83efd542f4de03e3cf0c28a4428bd5",
140
+ "loanToValue": 0.5,
141
+ "liquidationThreshold": 0.7
142
+ },
143
+ "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
144
+ "priceFeed": "0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419",
145
+ "loanToValue": 0.83,
146
+ "liquidationThreshold": 0.9
147
+ },
148
+ "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599": {
149
+ "priceFeed": "0x4e64e54c9f0313852a230782b3ba4b3b0952b499",
150
+ "loanToValue": 0.8,
151
+ "liquidationThreshold": 0.85
152
+ },
153
+ "0x1f9840a85d5af5bf1d1762f925bdaddc4201f984": {
154
+ "priceFeed": "0x553303d460ee0afb37edff9be42922d8ff63220e",
155
+ "loanToValue": 0.68,
156
+ "liquidationThreshold": 0.74
47
157
  },
48
158
  "0x514910771af9ca656af840dff83e8264ecf986ca": {
49
159
  "priceFeed": "0x2c1d072e956affc0d435cb7ac38ef18d24d9127c",
50
- "loanToValue": 0.79,
160
+ "loanToValue": 0.73,
161
+ "liquidationThreshold": 0.79
162
+ },
163
+ "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0": {
164
+ "priceFeed": "0x023ee795361b28cdbb94e302983578486a0a5f1b",
165
+ "loanToValue": 0.8,
166
+ "liquidationThreshold": 0.85
167
+ },
168
+ "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf": {
169
+ "priceFeed": "0x2d09142eae60fd8bd454a276e95aebdffd05722d",
170
+ "loanToValue": 0.8,
171
+ "liquidationThreshold": 0.85
172
+ },
173
+ "0x18084fba666a33d37592fa2633fd49a74dd93a88": {
174
+ "priceFeed": "0x7b03a016dbc36db8e05c480192fadcdb0a06bc37",
175
+ "loanToValue": 0.76,
176
+ "liquidationThreshold": 0.81
177
+ },
178
+ "0x57f5e098cad7a3d1eed53991d4d66c45c9af7812": {
179
+ "priceFeed": "0xe3a409ed15cd53afdefdd191ad945cec528a2496",
180
+ "loanToValue": 0.88,
181
+ "liquidationThreshold": 0.9
182
+ },
183
+ "0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32": {
184
+ "priceFeed": "0x403f2083b6e220147f8a8832f0b284b4ed5777d1",
185
+ "loanToValue": 0.88,
186
+ "liquidationThreshold": 0.9
187
+ },
188
+ "0xd5f7838f5c461feff7fe49ea5ebaf7728bb0adfa": {
189
+ "priceFeed": "0x2f7439252da796ab9a93f7e478e70ded43db5b89",
190
+ "loanToValue": 0.8,
51
191
  "liquidationThreshold": 0.85
52
192
  }
53
193
  }
194
+ },
195
+ "0xdc035d45d973e3ec169d2276ddab16f1e407384f": {
196
+ "comet": "0x5d409e56d886231adaf00c8775665ad0f9897b56",
197
+ "assets": {
198
+ "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
199
+ "priceFeed": "0x5f4ec3df9cbd43714fe2740f5e3616155c5b8419",
200
+ "loanToValue": 0.83,
201
+ "liquidationThreshold": 0.9
202
+ },
203
+ "0x4c9edd5852cd905f086c759e8383e09bff1e68b3": {
204
+ "priceFeed": "0xa569d910839ae8865da8f8e70fffb0cba869f961",
205
+ "loanToValue": 0.7,
206
+ "liquidationThreshold": 0.75
207
+ },
208
+ "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf": {
209
+ "priceFeed": "0x2665701293fcbeb223d11a08d826563edcce423a",
210
+ "loanToValue": 0.8,
211
+ "liquidationThreshold": 0.85
212
+ },
213
+ "0x18084fba666a33d37592fa2633fd49a74dd93a88": {
214
+ "priceFeed": "0x8350b7de6a6a2c1368e7d4bd968190e13e354297",
215
+ "loanToValue": 0.76,
216
+ "liquidationThreshold": 0.81
217
+ },
218
+ "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0": {
219
+ "priceFeed": "0x7de363b6bf0a892b94a1cd0c9df76826bfc14228",
220
+ "loanToValue": 0.82,
221
+ "liquidationThreshold": 0.87
222
+ },
223
+ "0xa3931d71877c0e7a3148cb7eb4463524fec27fbd": {
224
+ "priceFeed": "0x31b844dbc7cdbaa27d22fd6d54986836d023bf3f",
225
+ "loanToValue": 0.88,
226
+ "liquidationThreshold": 0.92
227
+ }
228
+ }
54
229
  }
55
230
  }
56
231
  }
@@ -0,0 +1,10 @@
1
+ VENUS_ETH = {
2
+ "projectName": "Venus",
3
+ "name": "Venus Lending Pool",
4
+ "rewardToken": "0xd3cc9d8f3689b83c91b7b59cab4946b063eb894a",
5
+ "comptrollerAddress": "",
6
+ "lensAddress": "",
7
+ "poolToken": "0xd3cc9d8f3689b83c91b7b59cab4946b063eb894a",
8
+ "type": "LENDING_POOL",
9
+ "forked": "compound",
10
+ }
@@ -0,0 +1,96 @@
1
+ ZEROLEND_ETH = {
2
+ "address": "0x3bc3d34c32cc98bf098d832364df8a222bbab4c0",
3
+ "name": "ZeroLend Lending Pool",
4
+ "stakedIncentiveAddress": '0x854138f891fe0a86270f6f153a06fbfabf69e0ad',
5
+ "rewardTokensList": [],
6
+ "oracleAddress": "0x1cc993f2c8b6fbc43a9bafd2a44398e739733385",
7
+ "type": "LENDING_POOL",
8
+ "poolToken": "0x11dcc26d4bdac03ffa8841f69313c38240fc429e",
9
+ "forked": "aave-v3",
10
+ "reservesList": {
11
+ "0x6b175474e89094c44da98b954eedeac495271d0f": {
12
+ "tToken": "0x29a3a6af690942a3b7665bb2839a3f563c6f987b",
13
+ "sdToken": "0x8569052157069ed81f603001596ee8ae1c85e049",
14
+ "dToken": "0x0047cac82cf5fb36954de1b9d86d657915ab3b47",
15
+ "loanToValue": 0.0,
16
+ "liquidationThreshold": 0.85
17
+ },
18
+ "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": {
19
+ "tToken": "0xb2feb2c46305329a340e6188532f31fce9347a5c",
20
+ "sdToken": "0x7fae822dc0a2ae436ec10b83ae5686c008fca718",
21
+ "dToken": "0x227f86fbfccb5664403b62a5b6d4e0e593968275",
22
+ "loanToValue": 0.8,
23
+ "liquidationThreshold": 0.85
24
+ },
25
+ "0xdac17f958d2ee523a2206206994597c13d831ec7": {
26
+ "tToken": "0x6c735966bc965bd4066c14fca3df443496ce14fb",
27
+ "sdToken": "0x14b0f7edb2471350dee88b1c423e0df25c37b638",
28
+ "dToken": "0xdaccf47046ae4fee3f9f3bcfe68696a95db6ccb7",
29
+ "loanToValue": 0.0,
30
+ "liquidationThreshold": 0.85
31
+ },
32
+ "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
33
+ "tToken": "0xfb932a75c5f69d03b0f6e59573fde6976af0d88c",
34
+ "sdToken": "0x346623faf3cd1dbe9024c1d160cd40e6a90092ed",
35
+ "dToken": "0x7ef98cd28902ce57b7aeec66dfb06b454cda1941",
36
+ "loanToValue": 0.8,
37
+ "liquidationThreshold": 0.825
38
+ },
39
+ "0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee": {
40
+ "tToken": "0x84e55c6bc5b7e9505d87b3df6ceff7753e15a0c5",
41
+ "sdToken": "0x4931dae3f419649931918d9e545d0f52cae0dbec",
42
+ "dToken": "0x53c94fd63ef4001d45744c311d6bbe2171d4a11e",
43
+ "loanToValue": 0.7,
44
+ "liquidationThreshold": 0.8
45
+ },
46
+ "0xbf5495efe5db9ce00f80364c8b423567e58d2110": {
47
+ "tToken": "0x68fd75cf5a91f49effad0e857ef2e97e5d1f35e7",
48
+ "sdToken": "0x1e7f2afd1d534077656a0cfa7871358cb346f578",
49
+ "dToken": "0x27c1706ddd2467622ca63aaec03332127919a690",
50
+ "loanToValue": 0.7,
51
+ "liquidationThreshold": 0.8
52
+ },
53
+ "0xa1290d69c65a6fe4df752f95823fae25cb99e5a7": {
54
+ "tToken": "0xef4a41e692319ae4aa596314d282b3f2a3830bed",
55
+ "sdToken": "0x3af8bad4ca56afae60fa3a2f116cdea803c80fbc",
56
+ "dToken": "0xe4fe2d282dead5759199df364f3f419dfac17339",
57
+ "loanToValue": 0.7,
58
+ "liquidationThreshold": 0.8
59
+ },
60
+ "0xd9a442856c234a39a81a089c06451ebaa4306a72": {
61
+ "tToken": "0xdd7afc0f014a1e1716307ff040704fa12e8d33a3",
62
+ "sdToken": "0x0155719a1401fdbaa62e7c6ccd46207a0de3282a",
63
+ "dToken": "0xf99728a4b9f3371cfcf671099edf00f49b006125",
64
+ "loanToValue": 0.7,
65
+ "liquidationThreshold": 0.8
66
+ },
67
+ "0xf951e335afb289353dc249e82926178eac7ded78": {
68
+ "tToken": "0xb7cadc9cdfbbef6d230dd99a7c62e294fc44bfc6",
69
+ "sdToken": "0x9924462b20a93551efbec5eecc437b632b3cb48c",
70
+ "dToken": "0xb04adaff2f221f63b977185f5a7d8ee49aacbaff",
71
+ "loanToValue": 0.5,
72
+ "liquidationThreshold": 0.8
73
+ },
74
+ "0x8c9532a60e0e7c6bbd2b2c1303f63ace1c3e9811": {
75
+ "tToken": "0xd9855847ffd9bc0c5f3effbef67b558dbf090a71",
76
+ "sdToken": "0x7333113ac92a86e7d562fbe9f03c62d2007cd295",
77
+ "dToken": "0x8e3e54599d6f40c8306b895214f54882d98cd2b5",
78
+ "loanToValue": 0.7,
79
+ "liquidationThreshold": 0.9
80
+ },
81
+ "0x7baf258049cc8b9a78097723dc19a8b103d4098f": {
82
+ "tToken": "0x7740f60f773bc743ed76310ac1d054a4a4a17e7c",
83
+ "sdToken": "0x8983845311f9df4465b8a94713a2d5824b943251",
84
+ "dToken": "0xb8d45c7fbbbc6e1d36bc1caa7d43dcc7d0513cfd",
85
+ "loanToValue": 0.0,
86
+ "liquidationThreshold": 0.95
87
+ },
88
+ "0xf7906f274c174a52d444175729e3fa98f9bde285": {
89
+ "tToken": "0xb2db477a6c198f5c524302bb67085f8f3ab06059",
90
+ "sdToken": "0x11acaa3c40a2885dbab3265df94272ecfeb2b8fb",
91
+ "dToken": "0x8eb2f05a24b6859aadb5d26abbc129f53d10e934",
92
+ "loanToValue": 0.9,
93
+ "liquidationThreshold": 0.95
94
+ }
95
+ }
96
+ }
@@ -0,0 +1,116 @@
1
+ COMPOUND_V3_OPTIMISM = {
2
+ "name": "Compound V3 Lending Pool",
3
+ "rewardToken": "0x7e7d4467112689329f7e06571ed0e8cbad4910ee",
4
+ "rewardAddress": "0x443ea0340cb75a160f31a440722dec7b5bc3c2e9",
5
+ "factoryAddress": "0xfa454de61b317b6535a0c462267208e8fdb89f45",
6
+ "poolToken": "0x7e7d4467112689329f7e06571ed0e8cbad4910ee",
7
+ "type": "LENDING_POOL",
8
+ "forked": "compound-v3",
9
+ "reservesList": {
10
+ "0x4200000000000000000000000000000000000006": {
11
+ "comet": "0xe36a30d249f7761327fd973001a32010b521b6fd",
12
+ "assets": {
13
+ "0x1f32b1c2345538c0c6f582fcb022739c4a194ebb": {
14
+ "priceFeed": "0x295d9f81298fc44b4f329cbef57e67266091cc86",
15
+ "loanToValue": 0.88,
16
+ "liquidationThreshold": 0.93
17
+ },
18
+ "0x9bcef72be871e61ed4fbbc7630889bee758eb81d": {
19
+ "priceFeed": "0x5d409e56d886231adaf00c8775665ad0f9897b56",
20
+ "loanToValue": 0.9,
21
+ "liquidationThreshold": 0.93
22
+ },
23
+ "0x68f180fcce6836688e9084f035309e29bf0a2095": {
24
+ "priceFeed": "0x4ed39cf78ffa4428de6bcedb8d0f5ff84699e13d",
25
+ "loanToValue": 0.8,
26
+ "liquidationThreshold": 0.85
27
+ },
28
+ "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58": {
29
+ "priceFeed": "0xddc326838f2b5e5625306c3cf33318666f3cf002",
30
+ "loanToValue": 0.8,
31
+ "liquidationThreshold": 0.85
32
+ },
33
+ "0x0b2c639c533813f4aa9d7837caf62653d097ff85": {
34
+ "priceFeed": "0x403f2083b6e220147f8a8832f0b284b4ed5777d1",
35
+ "loanToValue": 0.8,
36
+ "liquidationThreshold": 0.85
37
+ },
38
+ "0x2416092f143378750bb29b79ed961ab195cceea5": {
39
+ "priceFeed": "0x69dd37a0ee3d15776a54e34a7297b059e75c94ab",
40
+ "loanToValue": 0.88,
41
+ "liquidationThreshold": 0.91
42
+ },
43
+ "0x5a7facb970d094b6c7ff1df0ea68d99e6e73cbff": {
44
+ "priceFeed": "0x5a20166ed55518520b1f68cab1cf127473123814",
45
+ "loanToValue": 0.9,
46
+ "liquidationThreshold": 0.93
47
+ },
48
+ "0x87eee96d50fb761ad85b1c982d28a042169d61b1": {
49
+ "priceFeed": "0xee7b99dc798eae1957713bbbede98073098b0e68",
50
+ "loanToValue": 0.88,
51
+ "liquidationThreshold": 0.91
52
+ }
53
+ }
54
+ },
55
+ "0x0b2c639c533813f4aa9d7837caf62653d097ff85": {
56
+ "comet": "0x2e44e174f7d53f0212823acc11c01a11d58c5bcb",
57
+ "assets": {
58
+ "0x4200000000000000000000000000000000000042": {
59
+ "priceFeed": "0x0d276fc14719f9292d5c1ea2198673d1f4269246",
60
+ "loanToValue": 0.65,
61
+ "liquidationThreshold": 0.7
62
+ },
63
+ "0x4200000000000000000000000000000000000006": {
64
+ "priceFeed": "0x13e3ee699d1909e989722e753853ae30b17e08c5",
65
+ "loanToValue": 0.83,
66
+ "liquidationThreshold": 0.9
67
+ },
68
+ "0x68f180fcce6836688e9084f035309e29bf0a2095": {
69
+ "priceFeed": "0x718a5788b89454aae3a028ae9c111a29be6c2a6f",
70
+ "loanToValue": 0.8,
71
+ "liquidationThreshold": 0.85
72
+ },
73
+ "0x1f32b1c2345538c0c6f582fcb022739c4a194ebb": {
74
+ "priceFeed": "0x4f90c34def3516ca5bd0a8276e01516fb09fb2ab",
75
+ "loanToValue": 0.8,
76
+ "liquidationThreshold": 0.85
77
+ },
78
+ "0x57f5e098cad7a3d1eed53991d4d66c45c9af7812": {
79
+ "priceFeed": "0x7e86318cc4bc539043f204b39ce0ebed9f0050dc",
80
+ "loanToValue": 0.88,
81
+ "liquidationThreshold": 0.9
82
+ }
83
+ }
84
+ },
85
+ "0x94b008aa00579c1307b0ef2c499ad98a8ce58e58": {
86
+ "comet": "0x995e394b8b2437ac8ce61ee0bc610d617962b214",
87
+ "assets": {
88
+ "0x4200000000000000000000000000000000000042": {
89
+ "priceFeed": "0x0d276fc14719f9292d5c1ea2198673d1f4269246",
90
+ "loanToValue": 0.65,
91
+ "liquidationThreshold": 0.7
92
+ },
93
+ "0x4200000000000000000000000000000000000006": {
94
+ "priceFeed": "0x13e3ee699d1909e989722e753853ae30b17e08c5",
95
+ "loanToValue": 0.83,
96
+ "liquidationThreshold": 0.9
97
+ },
98
+ "0x68f180fcce6836688e9084f035309e29bf0a2095": {
99
+ "priceFeed": "0x718a5788b89454aae3a028ae9c111a29be6c2a6f",
100
+ "loanToValue": 0.8,
101
+ "liquidationThreshold": 0.85
102
+ },
103
+ "0x1f32b1c2345538c0c6f582fcb022739c4a194ebb": {
104
+ "priceFeed": "0x6846fc014a72198ee287350ddb6b0180586594e5",
105
+ "loanToValue": 0.8,
106
+ "liquidationThreshold": 0.85
107
+ },
108
+ "0x57f5e098cad7a3d1eed53991d4d66c45c9af7812": {
109
+ "priceFeed": "0x66228d797eb83ecf3465297751f6b1d4d42b7627",
110
+ "loanToValue": 0.88,
111
+ "liquidationThreshold": 0.9
112
+ }
113
+ }
114
+ }
115
+ }
116
+ }
@@ -0,0 +1,9 @@
1
+ MOONWELL_OPTIMISM = {
2
+ "name": "MoonWell Lending Pool",
3
+ "rewardToken": "",
4
+ "comptrollerAddress": "0xca889f40aae37fff165bccf69aef1e82b5c511b9",
5
+ "lensAddress": "",
6
+ "poolToken": "0xa88594d404727625a9437c3f886c7643872296ae",
7
+ "type": "LENDING_POOL",
8
+ "forked": "compound",
9
+ }
@@ -12,18 +12,18 @@ COMPOUND_V3_POLYGON = {
12
12
  "assets": {
13
13
  "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619": {
14
14
  "priceFeed": "0xf9680d99d6c9589e2a93a78a04a279e509205945",
15
- "loanToValue": 0.775,
16
- "liquidationThreshold": 0.825
15
+ "loanToValue": 0.8,
16
+ "liquidationThreshold": 0.85
17
17
  },
18
18
  "0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6": {
19
19
  "priceFeed": "0xde31f8bfbd8c84b5360cfacca3539b938dd78ae6",
20
- "loanToValue": 0.7,
21
- "liquidationThreshold": 0.75
20
+ "loanToValue": 0.75,
21
+ "liquidationThreshold": 0.85
22
22
  },
23
23
  "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270": {
24
24
  "priceFeed": "0xab594600376ec9fd91f8e885dadf0ce036862de0",
25
25
  "loanToValue": 0.65,
26
- "liquidationThreshold": 0.7
26
+ "liquidationThreshold": 0.8
27
27
  },
28
28
  "0xfa68fb4628dff1028cfec22b4162fccd0d45efb6": {
29
29
  "priceFeed": "0x5d37e4b374e6907de8fc7fb33ee3b0af403c7403",
@@ -36,6 +36,36 @@ COMPOUND_V3_POLYGON = {
36
36
  "liquidationThreshold": 0.65
37
37
  }
38
38
  }
39
+ },
40
+ "0xc2132d05d31c914a87c6611c10748aeb04b58e8f": {
41
+ "comet": "0xaeb318360f27748acb200ce616e389a6c9409a07",
42
+ "assets": {
43
+ "0x0d500b1d8e8ef31e21c99d1db9a6444d3adf1270": {
44
+ "priceFeed": "0xab594600376ec9fd91f8e885dadf0ce036862de0",
45
+ "loanToValue": 0.65,
46
+ "liquidationThreshold": 0.8
47
+ },
48
+ "0x7ceb23fd6bc0add59e62ac25578270cff1b9f619": {
49
+ "priceFeed": "0xf9680d99d6c9589e2a93a78a04a279e509205945",
50
+ "loanToValue": 0.8,
51
+ "liquidationThreshold": 0.85
52
+ },
53
+ "0xfa68fb4628dff1028cfec22b4162fccd0d45efb6": {
54
+ "priceFeed": "0x5d37e4b374e6907de8fc7fb33ee3b0af403c7403",
55
+ "loanToValue": 0.6,
56
+ "liquidationThreshold": 0.7
57
+ },
58
+ "0x3a58a54c066fdc0f2d55fc9c89f0415c92ebf3c4": {
59
+ "priceFeed": "0x97371df4492605486e23da797fa68e55fc38a13f",
60
+ "loanToValue": 0.6,
61
+ "liquidationThreshold": 0.7
62
+ },
63
+ "0x1bfd67037b42cf73acf2047067bd4f2c47d9bfd6": {
64
+ "priceFeed": "0xde31f8bfbd8c84b5360cfacca3539b938dd78ae6",
65
+ "loanToValue": 0.75,
66
+ "liquidationThreshold": 0.85
67
+ }
68
+ }
39
69
  }
40
70
  }
41
71
  }