defi-state-querier 0.5.32__py3-none-any.whl → 0.5.34__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- defi_services/__init__.py +1 -1
- defi_services/abis/lending/venus/venus_comptroller_optimism_abi.py +2125 -0
- defi_services/abis/lending/yldr/__init__.py +0 -0
- defi_services/abis/lending/yldr/yldr_lending_abi.py +1725 -0
- defi_services/constants/chain_constant.py +4 -0
- defi_services/constants/entities/lending_constant.py +2 -1
- defi_services/constants/entities/lending_services.py +5 -2
- defi_services/jobs/queriers/state_querier.py +1 -1
- defi_services/services/lending/aave_v3_services.py +11 -1
- defi_services/services/lending/lending_info/arbitrum/radiant_arbitrum.py +51 -30
- defi_services/services/lending/lending_info/arbitrum/venus_arbitrum.py +46 -2
- defi_services/services/lending/lending_info/arbitrum/yldr_arbitrum.py +51 -2
- defi_services/services/lending/lending_info/avalanche/benqi_avalanche.py +2 -2
- defi_services/services/lending/lending_info/base/venus_base.py +42 -0
- defi_services/services/lending/lending_info/bsc/avalon_bsc.py +1 -1
- defi_services/services/lending/lending_info/bsc/radiant_bsc.py +48 -28
- defi_services/services/lending/lending_info/celo/__init__.py +0 -0
- defi_services/services/lending/lending_info/celo/aave_v3_celo.py +47 -0
- defi_services/services/lending/lending_info/ethereum/radiant_eth.py +55 -55
- defi_services/services/lending/lending_info/ethereum/spark_eth.py +1 -1
- defi_services/services/lending/lending_info/ethereum/venus_eth.py +124 -2
- defi_services/services/lending/lending_info/ethereum/yldr_ethereum.py +38 -2
- defi_services/services/lending/lending_info/gnosis/__init__.py +0 -0
- defi_services/services/lending/lending_info/gnosis/aave_v3_gnoisis.py +69 -0
- defi_services/services/lending/lending_info/gnosis/spark_gnosis.py +75 -0
- defi_services/services/lending/lending_info/harmony/__init__.py +0 -0
- defi_services/services/lending/lending_info/harmony/aave_v3_harmony.py +69 -0
- defi_services/services/lending/lending_info/opBNB/__init__.py +0 -0
- defi_services/services/lending/lending_info/opBNB/venus_opbnb.py +42 -0
- defi_services/services/lending/lending_info/optimism/moonwell_optimism.py +86 -0
- defi_services/services/lending/lending_info/optimism/venus_optimism.py +42 -0
- defi_services/services/lending/lending_info/scroll/__init__.py +0 -0
- defi_services/services/lending/lending_info/scroll/aave_v3_scroll.py +48 -0
- defi_services/services/lending/lending_info/sonic/__init__.py +0 -0
- defi_services/services/lending/lending_info/sonic/aave_v3_sonic.py +41 -0
- defi_services/services/lending/lending_info/zksync/venus_zksync.py +58 -2
- defi_services/services/lending/moonwell_service.py +3 -1
- defi_services/services/lending/spark_services.py +3 -1
- defi_services/services/lending/venus_services.py +18 -2
- defi_services/services/lending/xlend_services.py +2 -10
- defi_services/services/lending/yldr_services.py +394 -0
- {defi_state_querier-0.5.32.dist-info → defi_state_querier-0.5.34.dist-info}/METADATA +1 -1
- {defi_state_querier-0.5.32.dist-info → defi_state_querier-0.5.34.dist-info}/RECORD +46 -27
- {defi_state_querier-0.5.32.dist-info → defi_state_querier-0.5.34.dist-info}/WHEEL +1 -1
- {defi_state_querier-0.5.32.dist-info → defi_state_querier-0.5.34.dist-info}/licenses/LICENSE +0 -0
- {defi_state_querier-0.5.32.dist-info → defi_state_querier-0.5.34.dist-info}/top_level.txt +0 -0
@@ -9,61 +9,61 @@ RADIANT_ETH = {
|
|
9
9
|
"forked": "aave-v2",
|
10
10
|
"type": "LENDING_POOL",
|
11
11
|
"reservesList": {
|
12
|
-
|
13
|
-
|
14
|
-
|
15
|
-
|
16
|
-
|
17
|
-
|
18
|
-
|
19
|
-
|
20
|
-
|
21
|
-
|
22
|
-
|
23
|
-
|
24
|
-
|
25
|
-
|
26
|
-
|
27
|
-
|
28
|
-
|
29
|
-
|
30
|
-
|
31
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
|
45
|
-
|
46
|
-
|
47
|
-
|
48
|
-
|
49
|
-
|
50
|
-
|
51
|
-
|
52
|
-
|
53
|
-
|
54
|
-
|
55
|
-
|
56
|
-
|
57
|
-
|
58
|
-
|
59
|
-
|
60
|
-
|
61
|
-
|
62
|
-
|
63
|
-
|
64
|
-
|
65
|
-
|
66
|
-
|
12
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7": {
|
13
|
+
"tToken": "0x3c19d9f2df0e25c077a637692da2337d51daf8b7",
|
14
|
+
"dToken": "0x2d4fc0d5421c0d37d325180477ba6e16ae3abaa7",
|
15
|
+
"sdToken": "0xb2b2c56005ba1efd4c031f3e12d699a6a24db19f",
|
16
|
+
"loanToValue": 0.75,
|
17
|
+
"liquidationThreshold": 0.78
|
18
|
+
},
|
19
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": {
|
20
|
+
"tToken": "0x9e85df2b42b2ae5e666d7263ed81a744a534bf1f",
|
21
|
+
"dToken": "0x490726291f6434646feb2ec96d2cc566b18a122f",
|
22
|
+
"sdToken": "0xf8a345c151f7503c3959343d70f5f110e0d7b099",
|
23
|
+
"loanToValue": 0.8,
|
24
|
+
"liquidationThreshold": 0.83
|
25
|
+
},
|
26
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
27
|
+
"tToken": "0xd10c315293872851184f484e9431daf4de6aa992",
|
28
|
+
"dToken": "0xdf1e9234d4f10ef9fed26a7ae0ef43e5e03bfc31",
|
29
|
+
"sdToken": "0xa401f1fa922c7a78224d932037f9b79276d9e1cd",
|
30
|
+
"loanToValue": 0.8,
|
31
|
+
"liquidationThreshold": 0.83
|
32
|
+
},
|
33
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599": {
|
34
|
+
"tToken": "0xe57538e4075446e42907ea48abfa83b864f518e4",
|
35
|
+
"dToken": "0x0184eb8a4d86ff250cb2f7f3146aecc14ccb73a4",
|
36
|
+
"sdToken": "0x7b656bd0b8bb6b83f698cae3e4567fb751d334aa",
|
37
|
+
"loanToValue": 0.73,
|
38
|
+
"liquidationThreshold": 0.78
|
39
|
+
},
|
40
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0": {
|
41
|
+
"tToken": "0x83b3896ec36cb20cfb430fcfe8da23d450dd09b5",
|
42
|
+
"dToken": "0xc8cbb48a0eed0e406bb52a5cc939358c0ab644a7",
|
43
|
+
"sdToken": "0x1c2f0512442181746d4671b9e41dadc43cd991b7",
|
44
|
+
"loanToValue": 0.8,
|
45
|
+
"liquidationThreshold": 0.83
|
46
|
+
},
|
47
|
+
"0x83f20f44975d03b1b09e64809b757c47f942beea": {
|
48
|
+
"tToken": "0x473693ecdad05f5002ff5f63880cfa5901fb50e8",
|
49
|
+
"dToken": "0xe491c1a4150e9925e8427bea4cdcbd250b730e5c",
|
50
|
+
"sdToken": "0x499a735be1956b3aeb5c61da2b44ca551d5409be",
|
51
|
+
"loanToValue": 0.77,
|
52
|
+
"liquidationThreshold": 0.8
|
53
|
+
},
|
54
|
+
"0xae78736cd615f374d3085123a210448e74fc6393": {
|
55
|
+
"tToken": "0x03ab03da2c5012855c743bc318c19ef3de5bc906",
|
56
|
+
"dToken": "0x6a0e8b4d16d5271492bb151eb4767f25cfc23f03",
|
57
|
+
"sdToken": "0x1aa74ffdb440af3ffcee21594409fddff1ccd34c",
|
58
|
+
"loanToValue": 0.75,
|
59
|
+
"liquidationThreshold": 0.8
|
60
|
+
},
|
61
|
+
"0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee": {
|
62
|
+
"tToken": "0x1d25bd8abfeb1d6517cc21beca20b5cd2df8247c",
|
63
|
+
"dToken": "0xcde79c767826849e30aae7c241c369fce54db707",
|
64
|
+
"sdToken": "0xa3ba267512f5505fdf6680c1d357eb26bd8870ce",
|
65
|
+
"loanToValue": 0.725,
|
66
|
+
"liquidationThreshold": 0.75
|
67
67
|
}
|
68
68
|
}
|
69
69
|
}
|
@@ -7,7 +7,7 @@ SPARK_ETH = {
|
|
7
7
|
],
|
8
8
|
"oracleAddress": "0x8105f69d9c41644c6a0803fda7d03aa70996cfd9",
|
9
9
|
"type": "LENDING_POOL",
|
10
|
-
"poolToken": "
|
10
|
+
"poolToken": "",
|
11
11
|
"forked": "aave-v3",
|
12
12
|
"reservesList": {
|
13
13
|
"0x6b175474e89094c44da98b954eedeac495271d0f": {
|
@@ -2,9 +2,131 @@ VENUS_ETH = {
|
|
2
2
|
"projectName": "Venus",
|
3
3
|
"name": "Venus Lending Pool",
|
4
4
|
"rewardToken": "0xd3cc9d8f3689b83c91b7b59cab4946b063eb894a",
|
5
|
-
"comptrollerAddress": "",
|
6
|
-
"lensAddress": "",
|
5
|
+
"comptrollerAddress": "0x687a01ecf6d3907658f7a7c714749fac32336d1b",
|
6
|
+
"lensAddress": "0x5a44d6dc0330a92674f9fade1e4eb40b3d2adf04",
|
7
7
|
"poolToken": "0xd3cc9d8f3689b83c91b7b59cab4946b063eb894a",
|
8
8
|
"type": "LENDING_POOL",
|
9
9
|
"forked": "compound",
|
10
|
+
"reservesList": {
|
11
|
+
"0x2260fac5e5542a773aa44fbcfedf7c193bc2c599": {
|
12
|
+
"cToken": "0x8716554364f20bca783cb2baa744d39361fd1d8d",
|
13
|
+
"exchangeRate": 1.0095108762407876,
|
14
|
+
"liquidationThreshold": 0.75,
|
15
|
+
"loanToValue": 0.75
|
16
|
+
},
|
17
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
18
|
+
"cToken": "0x7c8ff7d2a1372433726f879bd945ffb250b94c65",
|
19
|
+
"exchangeRate": 1.0119034252758208,
|
20
|
+
"liquidationThreshold": 0.75,
|
21
|
+
"loanToValue": 0.75
|
22
|
+
},
|
23
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": {
|
24
|
+
"cToken": "0x17c07e0c232f2f80dfdbd7a95b942d893a4c5acb",
|
25
|
+
"exchangeRate": 1.0709909844158072,
|
26
|
+
"liquidationThreshold": 0.78,
|
27
|
+
"loanToValue": 0.78
|
28
|
+
},
|
29
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7": {
|
30
|
+
"cToken": "0x8c3e3821259b82ffb32b2450a95d2dcbf161c24e",
|
31
|
+
"exchangeRate": 1.0850202532528808,
|
32
|
+
"liquidationThreshold": 0.78,
|
33
|
+
"loanToValue": 0.78
|
34
|
+
},
|
35
|
+
"0xf939e0a03fb07f59a73314e73794be0e57ac1b4e": {
|
36
|
+
"cToken": "0x672208c10aaaa2f9a6719f449c4c8227bc0bc202",
|
37
|
+
"exchangeRate": 1.0526988063309917,
|
38
|
+
"liquidationThreshold": 0.78,
|
39
|
+
"loanToValue": 0.78
|
40
|
+
},
|
41
|
+
"0x6b175474e89094c44da98b954eedeac495271d0f": {
|
42
|
+
"cToken": "0xd8add9b41d4e1cd64edad8722ab0ba8d35536657",
|
43
|
+
"exchangeRate": 1.0418931942357306,
|
44
|
+
"liquidationThreshold": 0.75,
|
45
|
+
"loanToValue": 0.75
|
46
|
+
},
|
47
|
+
"0x0000000000085d4780b73119b644ae5ecd22b376": {
|
48
|
+
"cToken": "0x13eb80fdbe5c5f4a7039728e258a6f05fb3b912b",
|
49
|
+
"exchangeRate": 1.01206921104084,
|
50
|
+
"liquidationThreshold": 0.75,
|
51
|
+
"loanToValue": 0.75
|
52
|
+
},
|
53
|
+
"0x853d955acef822db058eb8505911ed77f175b99e": {
|
54
|
+
"cToken": "0x4fafbdc4f2a9876bd1764827b26fb8dc4fd1db95",
|
55
|
+
"exchangeRate": 1.0371233377769815,
|
56
|
+
"liquidationThreshold": 0.75,
|
57
|
+
"loanToValue": 0.75
|
58
|
+
},
|
59
|
+
"0xa663b02cf0a4b149d2ad41910cb81e23e1c41c32": {
|
60
|
+
"cToken": "0x17142a05fe678e9584fa1d88efac1bf181bf7abe",
|
61
|
+
"exchangeRate": 1.0326372120493508,
|
62
|
+
"liquidationThreshold": 0.75,
|
63
|
+
"loanToValue": 0.75
|
64
|
+
},
|
65
|
+
"0xec53bf9167f50cdeb3ae105f56099aaab9061f83": {
|
66
|
+
"cToken": "0x256addbe0a387c98f487e44b85c29eb983413c5e",
|
67
|
+
"exchangeRate": 1.0000096938656726,
|
68
|
+
"liquidationThreshold": 0.5,
|
69
|
+
"loanToValue": 0.5
|
70
|
+
},
|
71
|
+
"0x657e8c867d8b37dcc18fa4caead9c45eb088c642": {
|
72
|
+
"cToken": "0x325ceb02fe1c2ff816a83a5770ea0e88e2faecf2",
|
73
|
+
"exchangeRate": 1.0,
|
74
|
+
"liquidationThreshold": 0.68,
|
75
|
+
"loanToValue": 0.68
|
76
|
+
},
|
77
|
+
"0x8236a87084f8b84306f72007f36f2618a5634494": {
|
78
|
+
"cToken": "0x25c20e6e110a1ce3febacc8b7e48368c7b2f0c91",
|
79
|
+
"exchangeRate": 1.0000000738588712,
|
80
|
+
"liquidationThreshold": 0.735,
|
81
|
+
"loanToValue": 0.735
|
82
|
+
},
|
83
|
+
"0xdc035d45d973e3ec169d2276ddab16f1e407384f": {
|
84
|
+
"cToken": "0x0c6b19287999f1e31a5c0a44393b24b62d2c0468",
|
85
|
+
"exchangeRate": 1.0017568754661408,
|
86
|
+
"liquidationThreshold": 0.73,
|
87
|
+
"loanToValue": 0.73
|
88
|
+
},
|
89
|
+
"0xa3931d71877c0e7a3148cb7eb4463524fec27fbd": {
|
90
|
+
"cToken": "0xe36ae842dbbd7ae372eba02c8239cd431cc063d6",
|
91
|
+
"exchangeRate": 1.0,
|
92
|
+
"liquidationThreshold": 0.73,
|
93
|
+
"loanToValue": 0.73
|
94
|
+
},
|
95
|
+
"0xba100000625a3754423978a60c9317c58a424e3d": {
|
96
|
+
"cToken": "0x0ec5488e4f8f319213a14cab188e01fb8517faa8",
|
97
|
+
"exchangeRate": 1.0000594559951541,
|
98
|
+
"liquidationThreshold": 0.57,
|
99
|
+
"loanToValue": 0.57
|
100
|
+
},
|
101
|
+
"0xbe53a109b494e5c9f97b9cd39fe969be68bf6204": {
|
102
|
+
"cToken": "0xf87c0a64dc3a8622d6c63265fa29137788163879",
|
103
|
+
"exchangeRate": 1.0,
|
104
|
+
"liquidationThreshold": 0.5,
|
105
|
+
"loanToValue": 0.5
|
106
|
+
},
|
107
|
+
"0x310b7ea7475a0b449cfd73be81522f1b88efafaa": {
|
108
|
+
"cToken": "0x475d0c68a8cd275c15d1f01f4f291804e445f677",
|
109
|
+
"exchangeRate": 1.0,
|
110
|
+
"liquidationThreshold": 0.5,
|
111
|
+
"loanToValue": 0.5
|
112
|
+
},
|
113
|
+
"0x182863131f9a4630ff9e27830d945b1413e347e8": {
|
114
|
+
"cToken": "0x520d67226bc904ac122dce66ed2f8f61aa1ed764",
|
115
|
+
"exchangeRate": 1.0000000000010152,
|
116
|
+
"liquidationThreshold": 0.5,
|
117
|
+
"loanToValue": 0.5
|
118
|
+
},
|
119
|
+
"0xc56413869c6cdf96496f2b1ef801fedbdfa7ddb0": {
|
120
|
+
"cToken": "0xba3916302cba4abcb51a01e706fc6051aaf272a0",
|
121
|
+
"exchangeRate": 1.000000001824587,
|
122
|
+
"liquidationThreshold": 0.5,
|
123
|
+
"loanToValue": 0.5
|
124
|
+
},
|
125
|
+
"0x917cee801a67f933f2e6b33fc0cd1ed2d5909d88": {
|
126
|
+
"cToken": "0xc42e4bfb996ed35235bda505430cbe404eb49f77",
|
127
|
+
"exchangeRate": 1.0000000000007485,
|
128
|
+
"liquidationThreshold": 0.7,
|
129
|
+
"loanToValue": 0.7
|
130
|
+
}
|
131
|
+
}
|
10
132
|
}
|
@@ -7,6 +7,42 @@ YLDR_ETHEREUM = {
|
|
7
7
|
"type": "LENDING_POOL",
|
8
8
|
"poolToken": "",
|
9
9
|
"forked": "aave-v3",
|
10
|
-
"reservesList": {
|
11
|
-
|
10
|
+
"reservesList": {
|
11
|
+
"0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": {
|
12
|
+
"tToken": "0xddbe14a7cd032e58368cf9db59b89d0ba8663703",
|
13
|
+
"dToken": "0x8cee2c02df3ff9dd9cab1762d86c04dd6e7f9b22",
|
14
|
+
"loanToValue": 0.77,
|
15
|
+
"liquidationThreshold": 0.8
|
16
|
+
},
|
17
|
+
"0xdac17f958d2ee523a2206206994597c13d831ec7": {
|
18
|
+
"tToken": "0x6a03202ca61f6a756c97f23eddfbf93d69d7baa1",
|
19
|
+
"dToken": "0xbdb5610184c4f9855d04ce59eaaef7386ff3827b",
|
20
|
+
"loanToValue": 0.74,
|
21
|
+
"liquidationThreshold": 0.77
|
22
|
+
},
|
23
|
+
"0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
|
24
|
+
"tToken": "0xb2de9be4b2ac812b69974521fb6a0f983aade16e",
|
25
|
+
"dToken": "0x641f307e2527394e09b999fdc7726e93faa725a0",
|
26
|
+
"loanToValue": 0.805,
|
27
|
+
"liquidationThreshold": 0.835
|
28
|
+
},
|
29
|
+
"0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0": {
|
30
|
+
"tToken": "0x2be2140b3692b150aba5969dad174c7af35714f4",
|
31
|
+
"dToken": "0x9da06f30b08126eab91de119d9ca9e345a2d2eae",
|
32
|
+
"loanToValue": 0.785,
|
33
|
+
"liquidationThreshold": 0.815
|
34
|
+
},
|
35
|
+
"0xbe9895146f7af43049ca1c1ae358b0541ea49704": {
|
36
|
+
"tToken": "0xec2e11a95fb96783ccbbae27a04219738dcde36b",
|
37
|
+
"dToken": "0xfc992b5ab3f938655fcb578de8365f22eb79de0a",
|
38
|
+
"loanToValue": 0.745,
|
39
|
+
"liquidationThreshold": 0.775
|
40
|
+
},
|
41
|
+
"0xae78736cd615f374d3085123a210448e74fc6393": {
|
42
|
+
"tToken": "0xbab39ac382396c6763db5047f0b41175feae65ef",
|
43
|
+
"dToken": "0x8ad492788cbc8f4b43768d7d8e1110367fa4a8ce",
|
44
|
+
"loanToValue": 0.745,
|
45
|
+
"liquidationThreshold": 0.775
|
46
|
+
}
|
47
|
+
}
|
12
48
|
}
|
File without changes
|
@@ -0,0 +1,69 @@
|
|
1
|
+
AAVE_V3_GNOSIS = {
|
2
|
+
"address": "0xb50201558b00496a145fe76f7424749556e326d8",
|
3
|
+
"name": "AAVE V3 Lending Pool",
|
4
|
+
"stakedIncentiveAddress": '0xad4f91d26254b6b0c6346b390dda2991fde2f20d',
|
5
|
+
"rewardTokensList": [],
|
6
|
+
"oracleAddress": "0xeb0a051be10228213baeb449db63719d6742f7c4",
|
7
|
+
"type": "LENDING_POOL",
|
8
|
+
"poolToken": "",
|
9
|
+
"forked": "aave-v3",
|
10
|
+
"reservesList": {
|
11
|
+
"0x6a023ccd1ff6f2045c3309768ead9e68f978f6e1": {
|
12
|
+
"tToken": "0xa818f1b57c201e092c4a2017a91815034326efd1",
|
13
|
+
"sdToken": "0x436d82d905b014926a2375c576500b6fea0d2496",
|
14
|
+
"dToken": "0x0c0fce05f2314540ecb095bf4d069e5e0ed90ff8",
|
15
|
+
"loanToValue": 0.8,
|
16
|
+
"liquidationThreshold": 0.83
|
17
|
+
},
|
18
|
+
"0x6c76971f98945ae98dd7d4dfca8711ebea946ea6": {
|
19
|
+
"tToken": "0x23e4e76d01b2002be436ce8d6044b0aa2f68b68a",
|
20
|
+
"sdToken": "0x436d82d905b014926a2375c576500b6fea0d2496",
|
21
|
+
"dToken": "0x9d881f67f20b49243c98f53d2b9e91e39d02ae09",
|
22
|
+
"loanToValue": 0.75,
|
23
|
+
"liquidationThreshold": 0.79
|
24
|
+
},
|
25
|
+
"0x9c58bacc331c9aa871afd802db6379a98e80cedb": {
|
26
|
+
"tToken": "0xa1fa064a85266e2ca82dee5c5ccec84df445760e",
|
27
|
+
"sdToken": "0x436d82d905b014926a2375c576500b6fea0d2496",
|
28
|
+
"dToken": "0xbc59e99198dba71985a66e1713cc89ffec53f7fc",
|
29
|
+
"loanToValue": 0.48,
|
30
|
+
"liquidationThreshold": 0.53
|
31
|
+
},
|
32
|
+
"0xddafbb505ad214d7b80b1f830fccc89b60fb7a83": {
|
33
|
+
"tToken": "0xc6b7aca6de8a6044e0e32d0c841a89244a10d284",
|
34
|
+
"sdToken": "0x436d82d905b014926a2375c576500b6fea0d2496",
|
35
|
+
"dToken": "0x5f6f7b0a87ca3cf3d0b431ae03ef3305180bff4d",
|
36
|
+
"loanToValue": 0.65,
|
37
|
+
"liquidationThreshold": 0.78
|
38
|
+
},
|
39
|
+
"0xe91d153e0b41518a2ce8dd3d7944fa863463a97d": {
|
40
|
+
"tToken": "0xd0dd6cef72143e22cced4867eb0d5f2328715533",
|
41
|
+
"sdToken": "0x436d82d905b014926a2375c576500b6fea0d2496",
|
42
|
+
"dToken": "0x281963d7471ecdc3a2bd4503e24e89691cfe420d",
|
43
|
+
"loanToValue": 0.63,
|
44
|
+
"liquidationThreshold": 0.77
|
45
|
+
},
|
46
|
+
"0xcb444e90d8198415266c6a2724b7900fb12fc56e": {
|
47
|
+
"tToken": "0xedbc7449a9b594ca4e053d9737ec5dc4cbccbfb2",
|
48
|
+
"sdToken": "0x436d82d905b014926a2375c576500b6fea0d2496",
|
49
|
+
"dToken": "0xb96404e475f337a7e98e4a541c9b71309bb66c5a",
|
50
|
+
"loanToValue": 0.0,
|
51
|
+
"liquidationThreshold": 0.0
|
52
|
+
},
|
53
|
+
"0xaf204776c7245bf4147c2612bf6e5972ee483701": {
|
54
|
+
"tToken": "0x7a5c3860a77a8dc1b225bd46d0fb2ac1c6d191bc",
|
55
|
+
"sdToken": "0x436d82d905b014926a2375c576500b6fea0d2496",
|
56
|
+
"dToken": "0x8fe06e1d8aff42bf6812cacf7854a2249a00bed7",
|
57
|
+
"loanToValue": 0.75,
|
58
|
+
"liquidationThreshold": 0.78
|
59
|
+
},
|
60
|
+
"0x2a22f9c3b484c3629090feed35f17ff8f88f76f0": {
|
61
|
+
"tToken": "0xc0333cb85b59a788d8c7cae5e1fd6e229a3e5a65",
|
62
|
+
"sdToken": "0x436d82d905b014926a2375c576500b6fea0d2496",
|
63
|
+
"dToken": "0x37b9ad6b5dc8ad977ad716e92f49e9d200e58431",
|
64
|
+
"loanToValue": 0.75,
|
65
|
+
"liquidationThreshold": 0.78
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
}
|
@@ -0,0 +1,75 @@
|
|
1
|
+
SPARK_GNOSIS = {
|
2
|
+
"address": "0x2dae5307c5e3fd1cf5a72cb6f698f915860607e0",
|
3
|
+
"name": "Spark Lending Pool",
|
4
|
+
"stakedIncentiveAddress": '0x98e6bcba7d5dafbfa4a92daf08d3d7512820c30c',
|
5
|
+
"rewardTokensList": [],
|
6
|
+
"oracleAddress": "0x8105f69d9c41644c6a0803fda7d03aa70996cfd9",
|
7
|
+
"type": "LENDING_POOL",
|
8
|
+
"poolToken": "",
|
9
|
+
"forked": "aave-v3",
|
10
|
+
"reservesList": {
|
11
|
+
"0xe91d153e0b41518a2ce8dd3d7944fa863463a97d": {
|
12
|
+
"tToken": "0xc9fe2d32e96bb364c7d29f3663ed3b27e30767bb",
|
13
|
+
"sdToken": "0xab1b62a1346acf534b581684940e2fd781f2ea22",
|
14
|
+
"dToken": "0x868adfdf12a86422524eab6978beae08a0008f37",
|
15
|
+
"loanToValue": 0.0,
|
16
|
+
"liquidationThreshold": 0.75
|
17
|
+
},
|
18
|
+
"0x6a023ccd1ff6f2045c3309768ead9e68f978f6e1": {
|
19
|
+
"tToken": "0x629d562e92fed431122e865cc650bc6bde6b96b0",
|
20
|
+
"sdToken": "0xe21bf3fb5a2b5bf7bae8c6f1696c4b097f5d2f93",
|
21
|
+
"dToken": "0x0ad6ccf9a2e81d4d48ab7db791e9da492967eb84",
|
22
|
+
"loanToValue": 0.7,
|
23
|
+
"liquidationThreshold": 0.75
|
24
|
+
},
|
25
|
+
"0x6c76971f98945ae98dd7d4dfca8711ebea946ea6": {
|
26
|
+
"tToken": "0x9ee4271e17e3a427678344fd2ee64663cb78b4be",
|
27
|
+
"sdToken": "0x0f0e336ab69d9516a9acf448bc59ea0ce79e4a42",
|
28
|
+
"dToken": "0x3294da2e28b29d1c08d556e2b86879d221256d31",
|
29
|
+
"loanToValue": 0.65,
|
30
|
+
"liquidationThreshold": 0.725
|
31
|
+
},
|
32
|
+
"0x9c58bacc331c9aa871afd802db6379a98e80cedb": {
|
33
|
+
"tToken": "0x5671b0b8ac13dc7813d36b99c21c53f6cd376a14",
|
34
|
+
"sdToken": "0x2f589badbe2024a94f144ef24344af91de21a33c",
|
35
|
+
"dToken": "0xd4babf714964e399f95a7bb94b3deaf22d9f575d",
|
36
|
+
"loanToValue": 0.4,
|
37
|
+
"liquidationThreshold": 0.5
|
38
|
+
},
|
39
|
+
"0xaf204776c7245bf4147c2612bf6e5972ee483701": {
|
40
|
+
"tToken": "0xe877b96caf9f180916bf2b5ce7ea8069e0123182",
|
41
|
+
"sdToken": "0x2cf710377b3576287be7cf352ff75d4472902789",
|
42
|
+
"dToken": "0x1022e390e2457a78e18aeee0bbf0e96e482eee19",
|
43
|
+
"loanToValue": 0.7,
|
44
|
+
"liquidationThreshold": 0.75
|
45
|
+
},
|
46
|
+
"0xddafbb505ad214d7b80b1f830fccc89b60fb7a83": {
|
47
|
+
"tToken": "0x5850d127a04ed0b4f1fcdfb051b3409fb9fe6b90",
|
48
|
+
"sdToken": "0x40bf0bf6aecee50ece10c74e81a52c654a467ae4",
|
49
|
+
"dToken": "0xbc4f20daf4e05c17e93676d2cec39769506b8219",
|
50
|
+
"loanToValue": 0.0,
|
51
|
+
"liquidationThreshold": 0.0
|
52
|
+
},
|
53
|
+
"0x4ecaba5870353805a9f068101a40e0f32ed605c6": {
|
54
|
+
"tToken": "0x08b0caebe352c3613302774cd9b82d08afd7bdc4",
|
55
|
+
"sdToken": "0x4cb3f681b5e393947bd1e5cae84764f5892923c2",
|
56
|
+
"dToken": "0x3a98abc6f46ca2fc6c7d06ed02184d63c55e19b2",
|
57
|
+
"loanToValue": 0.0,
|
58
|
+
"liquidationThreshold": 0.0
|
59
|
+
},
|
60
|
+
"0xcb444e90d8198415266c6a2724b7900fb12fc56e": {
|
61
|
+
"tToken": "0x6dc304337bf3eb397241d1889cae7da638e6e782",
|
62
|
+
"sdToken": "0x80f87b8f9c1199e468923d8ee87cee311690fda6",
|
63
|
+
"dToken": "0x0b33480d3fbd1e2dbe88c82aabe191d7473759d5",
|
64
|
+
"loanToValue": 0.0,
|
65
|
+
"liquidationThreshold": 0.0
|
66
|
+
},
|
67
|
+
"0x2a22f9c3b484c3629090feed35f17ff8f88f76f0": {
|
68
|
+
"tToken": "0xa34db0ee8f84c4b90ed268df5abbe7dcd3c277ec",
|
69
|
+
"sdToken": "0xc5dfde524371f9424c81f453260b2ccd24936c15",
|
70
|
+
"dToken": "0x397b97b572281d0b3e3513bd4a7b38050a75962b",
|
71
|
+
"loanToValue": 0.0,
|
72
|
+
"liquidationThreshold": 0.0
|
73
|
+
}
|
74
|
+
}
|
75
|
+
}
|
File without changes
|
@@ -0,0 +1,69 @@
|
|
1
|
+
AAVE_V3_HARMONY = {
|
2
|
+
"address": "0x794a61358d6845594f94dc1db02a252b5b4814ad",
|
3
|
+
"name": "AAVE V3 Lending Pool",
|
4
|
+
"stakedIncentiveAddress": '0x929ec64c34a17401f460460d4b9390518e5b473e',
|
5
|
+
"rewardTokensList": [],
|
6
|
+
"oracleAddress": "0x3c90887ede8d65ccb2777a5d577beab2548280ad",
|
7
|
+
"type": "LENDING_POOL",
|
8
|
+
"poolToken": "",
|
9
|
+
"forked": "aave-v3",
|
10
|
+
"reservesList": {
|
11
|
+
"0xef977d2f931c1978db5f6747666fa1eacb0d0339": {
|
12
|
+
"tToken": "0x82e64f49ed5ec1bc6e43dad4fc8af9bb3a2312ee",
|
13
|
+
"sdToken": "0xd94112b5b62d53c9402e7a60289c6810def1dc9b",
|
14
|
+
"dToken": "0x8619d80fb0141ba7f184cbf22fd724116d9f7ffc",
|
15
|
+
"loanToValue": 0.75,
|
16
|
+
"liquidationThreshold": 0.8
|
17
|
+
},
|
18
|
+
"0x218532a12a389a4a92fc0c5fb22901d1c19198aa": {
|
19
|
+
"tToken": "0x191c10aa4af7c30e871e70c95db0e4eb77237530",
|
20
|
+
"sdToken": "0x89d976629b7055ff1ca02b927ba3e020f22a44e4",
|
21
|
+
"dToken": "0x953a573793604af8d41f306feb8274190db4ae0e",
|
22
|
+
"loanToValue": 0.7,
|
23
|
+
"liquidationThreshold": 0.75
|
24
|
+
},
|
25
|
+
"0x985458e523db3d53125813ed68c274899e9dfab4": {
|
26
|
+
"tToken": "0x625e7708f30ca75bfd92586e17077590c60eb4cd",
|
27
|
+
"sdToken": "0x307ffe186f84a3bc2613d1ea417a5737d69a7007",
|
28
|
+
"dToken": "0xfccf3cabbe80101232d343252614b6a3ee81c989",
|
29
|
+
"loanToValue": 0.8,
|
30
|
+
"liquidationThreshold": 0.85
|
31
|
+
},
|
32
|
+
"0x3095c7557bcb296ccc6e363de01b760ba031f2d9": {
|
33
|
+
"tToken": "0x078f358208685046a11c85e8ad32895ded33a249",
|
34
|
+
"sdToken": "0x633b207dd676331c413d4c013a6294b0fe47cd0e",
|
35
|
+
"dToken": "0x92b42c66840c7ad907b4bf74879ff3ef7c529473",
|
36
|
+
"loanToValue": 0.7,
|
37
|
+
"liquidationThreshold": 0.75
|
38
|
+
},
|
39
|
+
"0x6983d1e6def3690c4d616b13597a09e6193ea013": {
|
40
|
+
"tToken": "0xe50fa9b3c56ffb159cb0fca61f5c9d750e8128c8",
|
41
|
+
"sdToken": "0xd8ad37849950903571df17049516a5cd4cbe55f6",
|
42
|
+
"dToken": "0x0c84331e39d6658cd6e6b9ba04736cc4c4734351",
|
43
|
+
"loanToValue": 0.8,
|
44
|
+
"liquidationThreshold": 0.825
|
45
|
+
},
|
46
|
+
"0x3c2b8be99c50593081eaa2a724f0b8285f5aba8f": {
|
47
|
+
"tToken": "0x6ab707aca953edaefbc4fd23ba73294241490620",
|
48
|
+
"sdToken": "0x70effc565db6eef7b927610155602d31b670e802",
|
49
|
+
"dToken": "0xfb00ac187a8eb5afae4eace434f493eb62672df7",
|
50
|
+
"loanToValue": 0.75,
|
51
|
+
"liquidationThreshold": 0.8
|
52
|
+
},
|
53
|
+
"0xcf323aad9e522b93f11c352caa519ad0e14eb40f": {
|
54
|
+
"tToken": "0xf329e36c7bf6e5e86ce2150875a84ce77f477375",
|
55
|
+
"sdToken": "0xfaef6a702d15428e588d4c0614aefb4348d83d48",
|
56
|
+
"dToken": "0xe80761ea617f66f96274ea5e8c37f03960ecc679",
|
57
|
+
"loanToValue": 0.5,
|
58
|
+
"liquidationThreshold": 0.65
|
59
|
+
},
|
60
|
+
"0xcf664087a5bb0237a0bad6742852ec6c8d69a27a": {
|
61
|
+
"tToken": "0x6d80113e533a2c0fe82eabd35f1875dcea89ea97",
|
62
|
+
"sdToken": "0xf15f26710c827dde8acba678682f3ce24f2fb56e",
|
63
|
+
"dToken": "0x4a1c3ad6ed28a636ee1751c69071f6be75deb8b8",
|
64
|
+
"loanToValue": 0.25,
|
65
|
+
"liquidationThreshold": 0.45
|
66
|
+
}
|
67
|
+
}
|
68
|
+
|
69
|
+
}
|
File without changes
|
@@ -0,0 +1,42 @@
|
|
1
|
+
VENUS_OPBNB = {
|
2
|
+
"projectName": "Venus",
|
3
|
+
"name": "Venus Lending Pool",
|
4
|
+
"rewardToken": "",
|
5
|
+
"comptrollerAddress": "0xd6e3e2a1d8d95cae355d15b3b9f8e5c2511874dd",
|
6
|
+
"lensAddress": "0x2ed744f6e722aa5e41e67267774b386d244e5e4e",
|
7
|
+
"poolToken": "",
|
8
|
+
"type": "LENDING_POOL",
|
9
|
+
"forked": "compound",
|
10
|
+
"reservesList": {
|
11
|
+
"0x7c6b91d9be155a6db01f749217d76ff02a7227f2": {
|
12
|
+
"cToken": "0xed827b80bd838192ea95002c01b5c6da8354219a",
|
13
|
+
"exchangeRate": 1.0000506991295468,
|
14
|
+
"liquidationThreshold": 0.7,
|
15
|
+
"loanToValue": 0.7
|
16
|
+
},
|
17
|
+
"0xe7798f023fc62146e8aa1b36da45fb70855a77ea": {
|
18
|
+
"cToken": "0x509e81ef638d489936fa85bc58f52df01190d26c",
|
19
|
+
"exchangeRate": 1.0055438541292125,
|
20
|
+
"liquidationThreshold": 0.7,
|
21
|
+
"loanToValue": 0.7
|
22
|
+
},
|
23
|
+
"0x9e5aac1ba1a2e6aed6b32689dfcf62a509ca96f3": {
|
24
|
+
"cToken": "0xb7a01ba126830692238521a1aa7e7a7509410b8e",
|
25
|
+
"exchangeRate": 1.0364626534624786,
|
26
|
+
"liquidationThreshold": 0.75,
|
27
|
+
"loanToValue": 0.75
|
28
|
+
},
|
29
|
+
"0x4200000000000000000000000000000000000006": {
|
30
|
+
"cToken": "0x53d11cb8a0e5320cd7229c3acc80d1a0707f2672",
|
31
|
+
"exchangeRate": 1.0237816504108685,
|
32
|
+
"liquidationThreshold": 0.6,
|
33
|
+
"loanToValue": 0.6
|
34
|
+
},
|
35
|
+
"0x50c5725949a6f0c72e6c4a641f24049a917db0cb": {
|
36
|
+
"cToken": "0x13b492b8a03d072bab5c54ac91dba5b830a50917",
|
37
|
+
"exchangeRate": 1.0212604531407183,
|
38
|
+
"liquidationThreshold": 0.75,
|
39
|
+
"loanToValue": 0.75
|
40
|
+
}
|
41
|
+
}
|
42
|
+
}
|