defi-state-querier 0.5.29__py3-none-any.whl → 0.5.31__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.
Files changed (27) hide show
  1. defi_services/__init__.py +1 -1
  2. defi_services/abis/lending/kinza/__init__.py +0 -0
  3. defi_services/abis/lending/kinza/kinza_incentive.py +928 -0
  4. defi_services/abis/lending/kinza/kinza_lending_pool.py +1791 -0
  5. defi_services/abis/lending/seamless/__init__.py +0 -0
  6. defi_services/abis/lending/seamless/seamless_incentive.py +1049 -0
  7. defi_services/abis/lending/seamless/seamless_lending_pool.py +1738 -0
  8. defi_services/abis/lending/seamless/seamless_oracle.py +233 -0
  9. defi_services/constants/entities/lending_constant.py +6 -3
  10. defi_services/constants/entities/lending_services.py +14 -4
  11. defi_services/services/lending/avalon_services.py +34 -0
  12. defi_services/services/lending/kinza_services.py +315 -0
  13. defi_services/services/lending/lending_info/base/seamless_base.py +145 -0
  14. defi_services/services/lending/lending_info/base/xlend_base.py +91 -0
  15. defi_services/services/lending/lending_info/bsc/avalon_bsc.py +75 -0
  16. defi_services/services/lending/lending_info/bsc/kinza_bsc.py +182 -0
  17. defi_services/services/lending/lending_info/ethereum/kinza_eth.py +119 -0
  18. defi_services/services/lending/lending_info/optimism/xlend_optimism.py +112 -0
  19. defi_services/services/lending/liqee_service.py +2 -2
  20. defi_services/services/lending/onyx_service.py +2 -1
  21. defi_services/services/lending/seamless_services.py +313 -0
  22. defi_services/services/lending/xlend_services.py +325 -0
  23. {defi_state_querier-0.5.29.dist-info → defi_state_querier-0.5.31.dist-info}/METADATA +1 -1
  24. {defi_state_querier-0.5.29.dist-info → defi_state_querier-0.5.31.dist-info}/RECORD +27 -10
  25. {defi_state_querier-0.5.29.dist-info → defi_state_querier-0.5.31.dist-info}/WHEEL +0 -0
  26. {defi_state_querier-0.5.29.dist-info → defi_state_querier-0.5.31.dist-info}/licenses/LICENSE +0 -0
  27. {defi_state_querier-0.5.29.dist-info → defi_state_querier-0.5.31.dist-info}/top_level.txt +0 -0
@@ -0,0 +1,145 @@
1
+ SEAMLESS_BASE = {
2
+ "address": "0x8f44fd754285aa6a2b8b9b97739b79746e0475a7",
3
+ "name": "Seamless Lending Pool",
4
+ "addressProvider": "0x0e02eb705be325407707662c6f6d3466e939f3a0",
5
+ "dataProvider": "0x2a0979257105834789bc6b9e1b00446dfba8dfba",
6
+ "stakedIncentiveAddress": '0x91ac2fff8cbef5859eaa6dda661febd533cd3780',
7
+ "rewardTokensList": [
8
+ "0x5607718c64334eb5174cb2226af891a6ed82c7c6",
9
+ "0x1c7a460413dd4e964f96d8dfc56e7223ce88cd85",
10
+ "0x998e44232bef4f8b033e5a5175bdc97f2b10d5e5",
11
+ "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913",
12
+ "0x532f27101965dd16442e59d40670faf5ebb142e4"],
13
+ "oracleAddress": "0xfdd4e83890bccd1fbf9b10d71a5cc0a738753b01",
14
+ "type": "LENDING_POOL",
15
+ "poolToken": "0x1c7a460413dd4e964f96d8dfc56e7223ce88cd85",
16
+ "forked": "aave-v3",
17
+ "reservesList": {
18
+ "0xd9aaec86b65d86f6a7b5b1b0c42ffa531710b6ca": {
19
+ "tToken": "0x13a13869b814be8f13b86e9875ab51bda882e391",
20
+ "sdToken": "0x18927a44e185cbf8719c4def5fb069f2b807af5b",
21
+ "dToken": "0x326441fa5016d946e6e82e807875fdfdc3041b3b",
22
+ "loanToValue": 0.75,
23
+ "liquidationThreshold": 0.8
24
+ },
25
+ "0x4200000000000000000000000000000000000006": {
26
+ "tToken": "0x48bf8fcd44e2977c8a9a744658431a8e6c0d866c",
27
+ "sdToken": "0x9ba0542dca0604a1459d4f2ab06829b5362661aa",
28
+ "dToken": "0x4cebc6688faa595537444068996ad9a207a19f13",
29
+ "loanToValue": 0.8,
30
+ "liquidationThreshold": 0.83
31
+ },
32
+ "0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22": {
33
+ "tToken": "0x2c159a183d9056e29649ce7e56e59ca833d32624",
34
+ "sdToken": "0x1e4c5c652ffe42f52c0742111eaa8e791978c260",
35
+ "dToken": "0x72dbdbe3423cda5e92a3cc8ba9bfd41f67ee9168",
36
+ "loanToValue": 0.75,
37
+ "liquidationThreshold": 0.79
38
+ },
39
+ "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913": {
40
+ "tToken": "0x53e240c0f985175da046a62f26d490d1e259036e",
41
+ "sdToken": "0x0e223d5ffbb313cee4b7a8ccc323fc8db7655f46",
42
+ "dToken": "0x27ce7e89312708fb54121ce7e44b13fbbb4c7661",
43
+ "loanToValue": 0.77,
44
+ "liquidationThreshold": 0.8
45
+ },
46
+ "0x50c5725949a6f0c72e6c4a641f24049a917db0cb": {
47
+ "tToken": "0x37ef72fac21904edd7e69f7c7ac98172849eff8e",
48
+ "sdToken": "0x41f9d6b08c4c37c050ed999600fe0f65c6376c70",
49
+ "dToken": "0x2733e1da7d35c5ea3ed246ed6b613dc3da97ce2e",
50
+ "loanToValue": 0.77,
51
+ "liquidationThreshold": 0.8
52
+ },
53
+ "0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452": {
54
+ "tToken": "0xfa48a40dad139e9b1af8dc82f37da58cc3ca2867",
55
+ "sdToken": "0x09dc97520411313cccc6b18f73bf9b6a9876752c",
56
+ "dToken": "0x51fb9021d61c464674b419c0e3082b5b9223fc17",
57
+ "loanToValue": 0.75,
58
+ "liquidationThreshold": 0.79
59
+ },
60
+ "0xc9ae3b5673341859d3ac55941d27c8be4698c9e4": {
61
+ "tToken": "0xb01c5c4eb40d2f2b64daa3170f89849d00ea6b44",
62
+ "sdToken": "0x3eb1ae14baedcc443229913c90b0c014dec87768",
63
+ "dToken": "0xf2306020be299477fdd387befd47c6140b03e195",
64
+ "loanToValue": 0.8,
65
+ "liquidationThreshold": 0.83
66
+ },
67
+ "0x3e8707557d4ad25d6042f590bcf8a06071da2c5f": {
68
+ "tToken": "0xc52d72b89931fda7c7b7b13cc3359ef6207d4638",
69
+ "sdToken": "0xaf9c23dcb084f6b437f49122ce904bbac9d31e89",
70
+ "dToken": "0x2782293d989639faba72251ac1972aba71d02506",
71
+ "loanToValue": 0.8,
72
+ "liquidationThreshold": 0.83
73
+ },
74
+ "0x1c7a460413dd4e964f96d8dfc56e7223ce88cd85": {
75
+ "tToken": "0x67368df7734aee0bc65a845ac6d73974626b7a34",
76
+ "sdToken": "0xb51ca42a093a904e6523ec01ffc40c1c21337d58",
77
+ "dToken": "0x269eff46ba6ab639f5dbd745191bd987ba03de3b",
78
+ "loanToValue": 0.0,
79
+ "liquidationThreshold": 0.0
80
+ },
81
+ "0x4ed4e862860bed51a9570b96d89af5e1b0efefed": {
82
+ "tToken": "0x39c0926455682a2afb5680045f309848c350de34",
83
+ "sdToken": "0xe88ef5ec53855c3ae8a758d855365850e12ca2cc",
84
+ "dToken": "0xfb4acbf586010670b9454d3fd4e7a31e1c8e0d98",
85
+ "loanToValue": 0.0,
86
+ "liquidationThreshold": 0.0
87
+ },
88
+ "0x940181a94a35a4569e4529a3cdfb74e38fd98631": {
89
+ "tToken": "0x70c75d336a84060afb393a69273cfd9e8103f2f3",
90
+ "sdToken": "0x9e1b22c1134dfae03b9acdd827658f02b795b2b1",
91
+ "dToken": "0x1c4384366b6694dff3997d5033fc7ffcb2e3d8a7",
92
+ "loanToValue": 0.675,
93
+ "liquidationThreshold": 0.725
94
+ },
95
+ "0x532f27101965dd16442e59d40670faf5ebb142e4": {
96
+ "tToken": "0xce335056a7b3be1b0b23ea4df1fd0969328c7c0c",
97
+ "sdToken": "0x3900f7a43875e0fdca62e0dbf27dad6aec4479e1",
98
+ "dToken": "0x0af1e177c870c7b9225171967ffcae214e23f728",
99
+ "loanToValue": 0.0,
100
+ "liquidationThreshold": 0.0
101
+ },
102
+ "0x9660af3b1955648a72f5c958e80449032d645755": {
103
+ "tToken": "0x513f1b208f980d1694e161f3e5bcccfe49a8850e",
104
+ "sdToken": "0x401158dbf2f4c377d167e950b90358824d1123f3",
105
+ "dToken": "0x104e70d19535c6c6dcf2e727c8184bd846e33289",
106
+ "loanToValue": 0.75,
107
+ "liquidationThreshold": 0.78
108
+ },
109
+ "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf": {
110
+ "tToken": "0x7b6e8f21103e475d7dadf2650fd9c6dd5357e04a",
111
+ "sdToken": "0xde4d6bf7c679cf22b9afc8e99a49eb5a52e297e0",
112
+ "dToken": "0xc73e10fd9f991a8eaf06efe5feac14b376b0cb15",
113
+ "loanToValue": 0.73,
114
+ "liquidationThreshold": 0.78
115
+ },
116
+ "0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42": {
117
+ "tToken": "0x7b35c044192b6399f5c646c68e83df9316b56556",
118
+ "sdToken": "0xbd49b746c54569945d91a001c92df69b8524bb73",
119
+ "dToken": "0x59164573f5e524d4cd2b2d5af107d492ef07d69e",
120
+ "loanToValue": 0.65,
121
+ "liquidationThreshold": 0.7
122
+ },
123
+ "0x44b74efddd5f6a2d13a529cb45d861c58d805beb": {
124
+ "tToken": "0xbd1a085ea96045654add8261be355c1db094f86b",
125
+ "sdToken": "0x4ddaa75cb4d43e4e583002705b433ede602049e6",
126
+ "dToken": "0x827ca14618c59361643f40a798d378ac7319db78",
127
+ "loanToValue": 0.78,
128
+ "liquidationThreshold": 0.78
129
+ },
130
+ "0x04c0599ae5a44757c0af6f9ec3b93da8976c150a": {
131
+ "tToken": "0xaffdd26fb0ca4dc43432f810f5fd6f6cec84f795",
132
+ "sdToken": "0x7523905d3fa1d907421c43eb884f42c004c2474d",
133
+ "dToken": "0x7ddb24c824606ca0a7bda695d4b6e6881417d235",
134
+ "loanToValue": 0.725,
135
+ "liquidationThreshold": 0.75
136
+ },
137
+ "0x85082bb4bf1a3e76e8ba2ef86ab19827d2d062be": {
138
+ "tToken": "0x86f506b490d6908f4077cc49771f330d848441e5",
139
+ "sdToken": "0x5a7d96be817a1a748d529058af3fa69da8b74758",
140
+ "dToken": "0xca7e825d944434f80e23cd29c73688c735eeb977",
141
+ "loanToValue": 0.8,
142
+ "liquidationThreshold": 0.83
143
+ }
144
+ }
145
+ }
@@ -0,0 +1,91 @@
1
+ XLEND_BASE = {
2
+ "address": "0x09b11746dfd1b5a8325e30943f8b3d5000922e03",
3
+ "name": "Xlend Lending Pool",
4
+ "addressProvider": "0x1e35e657d469f134ea9cfe52e28949586f1a9c29",
5
+ "dataProvider": "0x1566da4640b6a0b32ff309b07b8df6ade40fd98d",
6
+ "stakedIncentiveAddress": '0x25831c91273706732b12ff57dbdb6fa0024072e6',
7
+ "rewardTokensList": [],
8
+ "oracleAddress": "0xe4f11109eee64a9a6beb5d3bcf4a5d9c70054dec",
9
+ "type": "LENDING_POOL",
10
+ "poolToken": "0x2dad3a13ef0c6366220f989157009e501e7938f8",
11
+ "forked": "aave-v3",
12
+ "reservesList": {
13
+ "0x833589fcd6edb6e08f4c7c32d4f71b54bda02913": {
14
+ "tToken": "0xf17182f6f28ded63b77a2bb774c58ade44612be4",
15
+ "sdToken": "0xed72525251946b960494a07217b36091fe242f7c",
16
+ "dToken": "0x26ced5493511cab401c64a58a5f29d55dbe494c5",
17
+ "loanToValue": 0.8,
18
+ "liquidationThreshold": 0.85
19
+ },
20
+ "0x4200000000000000000000000000000000000006": {
21
+ "tToken": "0x9ef15597b0b900bfcee4a77204f72bd20c85d7c8",
22
+ "sdToken": "0x14124fc9f01978bc64a82abf72d22430f6b1ee16",
23
+ "dToken": "0xe99ec9b8ea5322d8b5bdc66dad3d2294dc61b740",
24
+ "loanToValue": 0.8,
25
+ "liquidationThreshold": 0.825
26
+ },
27
+ "0xc1cba3fcea344f92d9239c08c0568f6f2f0ee452": {
28
+ "tToken": "0x749fc8d298a41a55ab305164602a185db29f8f2b",
29
+ "sdToken": "0xe58e662c2cfcad5947c913bc35faf75b2d14d064",
30
+ "dToken": "0x28bbf6ca0762e9ba99d0745f079f71bfd8a7d0d6",
31
+ "loanToValue": 0.75,
32
+ "liquidationThreshold": 0.79
33
+ },
34
+ "0x2ae3f1ec7f1f5012cfeab0185bfc7aa3cf0dec22": {
35
+ "tToken": "0x2308fc7785597cc40ab53f302b491294b8d8d8be",
36
+ "sdToken": "0x6adda94f5576b8490ba58f0046021162353426cd",
37
+ "dToken": "0x3d54e017e1902c055a1fdcee85b0117a52dfcff1",
38
+ "loanToValue": 0.75,
39
+ "liquidationThreshold": 0.79
40
+ },
41
+ "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf": {
42
+ "tToken": "0xdf2730830c77780a11248945c342c002db73a8be",
43
+ "sdToken": "0xf01e3b5653fccb1ecf1344bc739c39b0fee5d043",
44
+ "dToken": "0x2af3a2518d0a33907b0647e0654b75939dca4d8a",
45
+ "loanToValue": 0.75,
46
+ "liquidationThreshold": 0.79
47
+ },
48
+ "0x04c0599ae5a44757c0af6f9ec3b93da8976c150a": {
49
+ "tToken": "0x951092b1ed953d0879e3840489be6fbfc4ad363d",
50
+ "sdToken": "0x96d1b6cf9c825edb3abc852a26176e94b8530bf0",
51
+ "dToken": "0xa47f8e51df05131a9330795c2f67f555710b1b97",
52
+ "loanToValue": 0.725,
53
+ "liquidationThreshold": 0.75
54
+ },
55
+ "0xb6fe221fe9eef5aba221c348ba20a1bf5e73624c": {
56
+ "tToken": "0x2bc746dca46776b34a065a5b2f675104368a491e",
57
+ "sdToken": "0x0f51ae264c08f67f031372bbb700587db077ffa7",
58
+ "dToken": "0x36d7ad88cd411300cfa0fbb2114f8ef803e26e3c",
59
+ "loanToValue": 0.725,
60
+ "liquidationThreshold": 0.75
61
+ },
62
+ "0x940181a94a35a4569e4529a3cdfb74e38fd98631": {
63
+ "tToken": "0x227545f1d9cdf944f0badfcf91c5efe90e7c068f",
64
+ "sdToken": "0x09fb5be9e15161be6ad72353854ce79d0ab5c56f",
65
+ "dToken": "0xc3ab85875af5ba1eb38f33feaee3758521cdbcf8",
66
+ "loanToValue": 0.605,
67
+ "liquidationThreshold": 0.7
68
+ },
69
+ "0x60a3e35cc302bfa44cb288bc5a4f316fdb1adb42": {
70
+ "tToken": "0x43488361941170d3470a0be38df85a1f5c5d7229",
71
+ "sdToken": "0xe5e37f4e199425c73e4f37781c5aaf648dc6d687",
72
+ "dToken": "0x3f2ddb6c5e99afcf00bacb4544caa12c87cbf356",
73
+ "loanToValue": 0.75,
74
+ "liquidationThreshold": 0.78
75
+ },
76
+ "0xecac9c5f704e954931349da37f60e39f515c11c1": {
77
+ "tToken": "0x2e326563bac9a17b3e12db45d2a2a86f9f734f6f",
78
+ "sdToken": "0x12e0563befc020088c1f695c37127dd981d2faeb",
79
+ "dToken": "0x628194170111b7dea9b4f8da882cd9797d6a865f",
80
+ "loanToValue": 0.68,
81
+ "liquidationThreshold": 0.73
82
+ },
83
+ "0x820c137fa70c8691f0e44dc420a5e53c168921dc": {
84
+ "tToken": "0x08809a8073b2f3baa24faaf1bf52b812c4bb4920",
85
+ "sdToken": "0x02cb15b49eec8a7a0dcd06a059b72a8d7ef11545",
86
+ "dToken": "0x739a059864d13b5b6c056907346db15837256e5f",
87
+ "loanToValue": 0.75,
88
+ "liquidationThreshold": 0.78
89
+ }
90
+ }
91
+ }
@@ -0,0 +1,75 @@
1
+ AVALON_BSC = {
2
+ "address": "0xf9278c7c4aefac4ddfd0d496f7a1c39ca6bca6d4",
3
+ "name": "Avalon Solv Market",
4
+ "stakedIncentiveAddress": "0xeec282ed792e72172d3220b21270192132437bae",
5
+ "rewardTokensList": [],
6
+ "oracleAddress": "",
7
+ "type": "LENDING_POOL",
8
+ "poolToken": "0x9beee89723ceec27d7c2834bec6834208ffdc202",
9
+ "forked": "avalon-finance",
10
+ "reservesList": {
11
+ "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c": {
12
+ "tToken": "0xb74eb18445a5cde001fdfcc74ddba368cf4c6f2f",
13
+ "sdToken": "0x4568911872e6ad1f641ef59a5c3962aef4fce46e",
14
+ "dToken": "0xfb6950161d274ad71e60a133a026809ba3ae76ed",
15
+ "loanToValue": 0.0,
16
+ "liquidationThreshold": 0.0
17
+ },
18
+ "0x2170ed0880ac9a755fd29b2688956bd959f933f8": {
19
+ "tToken": "0xd9f57906908a81b9ebb9d1aad8e9e0182ac40cca",
20
+ "sdToken": "0x05dd96317bf7c6d412e96807c36da0521f856f0e",
21
+ "dToken": "0x6fa965fba8cac1c7ecc34d17ba8da5da68e3b6c5",
22
+ "loanToValue": 0.0,
23
+ "liquidationThreshold": 0.0
24
+ },
25
+ "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d": {
26
+ "tToken": "0xfcefbd84ba5d64cd530afb2e8ddea7b399a9fc53",
27
+ "sdToken": "0xb1cba901451fa865e0ebbfa8f96786824d21f3d0",
28
+ "dToken": "0xf9bfca5be4b8f0ea9897c3aefeee2600d8f482f4",
29
+ "loanToValue": 0.0,
30
+ "liquidationThreshold": 0.0
31
+ },
32
+ "0x55d398326f99059ff775485246999027b3197955": {
33
+ "tToken": "0x5d0bce6c62ccaab75eb91916e58639205c421828",
34
+ "sdToken": "0x5ab9c74d24131bbe78eecbcd8c7f341e71ca5fd2",
35
+ "dToken": "0xbda5e2c16c0c116815ceeb9addbc71cd03a58f04",
36
+ "loanToValue": 0.0,
37
+ "liquidationThreshold": 0.0
38
+ },
39
+ "0x4aae823a6a0b376de6a78e74ecc5b079d38cbcf7": {
40
+ "tToken": "0x516490f83f7587fc74c02bf0a0d06547f8edb0ab",
41
+ "sdToken": "0xa8a1efb71af0bbfe357cb922c7e88ec111e50995",
42
+ "dToken": "0xde42ce975c4d1164ddc2a51911d75c56390c09f1",
43
+ "loanToValue": 0.7,
44
+ "liquidationThreshold": 0.8
45
+ },
46
+ "0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c": {
47
+ "tToken": "0x69a8727c11d82fac82bedecc51ae5513eceb6989",
48
+ "sdToken": "0x66dfa369fc913c16dcea3dc12c28c1cd3e2b9ed7",
49
+ "dToken": "0xaa43ce91bdebcccedd0d2a974b0f534af7f010fa",
50
+ "loanToValue": 0.7,
51
+ "liquidationThreshold": 0.85
52
+ },
53
+ "0x53e63a31fd1077f949204b94f431bcab98f72bce": {
54
+ "tToken": "0x81f3652c30644e5608318767dfa5cf34ca74fdf5",
55
+ "sdToken": "0xf755a976b925f4daa397e8abd6f189b0fabc10dd",
56
+ "dToken": "0xb34ba89157b22f8e4a9f177f203c9ae4bbc4df84",
57
+ "loanToValue": 0.7,
58
+ "liquidationThreshold": 0.8
59
+ },
60
+ "0x1346b618dc92810ec74163e4c27004c921d446a5": {
61
+ "tToken": "0x5264ddcf2bb6a14ea72300e6e7f2d547be386553",
62
+ "sdToken": "0x1217a4fc546bdc9f5600f07a3e1c55daa25b9eb9",
63
+ "dToken": "0xb73bec58fd93c56beeb22f1967cded1c994bf7c9",
64
+ "loanToValue": 0.7,
65
+ "liquidationThreshold": 0.8
66
+ },
67
+ "0x541b5eeac7d4434c8f87e2d32019d67611179606": {
68
+ "tToken": "0xdfdcc76a07cd126f43d3845184e56d4bb4f253bc",
69
+ "sdToken": "0x0ff054d3c7ea2097d9682139744399f6c4e83b3b",
70
+ "dToken": "0xd0b3f785df374f7ee8ae8a4760e2ff8a515bb772",
71
+ "loanToValue": 0.7,
72
+ "liquidationThreshold": 0.8
73
+ }
74
+ }
75
+ }
@@ -0,0 +1,182 @@
1
+ KINZA_BSC = {
2
+ "address": "0xcb0620b181140e57d1c0d8b724cde623ca963c8c",
3
+ "name": "Kinza Lending Pool",
4
+ "addressProvider": "0xca20a50ea454bd9f37a895182ff3309f251fd7ce",
5
+ "dataProvider": "0x09ddc4ae826601b0f9671b9edffdf75e7e6f5d61",
6
+ "stakedIncentiveAddress": "0x30b1a8c1a4a9dd9146d1166f992f4e1962683a67",
7
+ "rewardTokensList": [],
8
+ "oracleAddress": "0xec203e7676c45455bf8cb43d28f9556f014ab461",
9
+ "type": "LENDING_POOL",
10
+ "poolToken": "0x9356f6d95b8e109f4b7ce3e49d672967d3b48383",
11
+ "forked": "aave-v3",
12
+ "reservesList": {
13
+ "0xe9e7cea3dedca5984780bafc599bd69add087d56": {
14
+ "tToken": "0x77800d2550d1115fb2cdbff440f85d98a1792139",
15
+ "sdToken": "0x985a6ce1d8a6fd51fad7685b36f278a1a85d4503",
16
+ "dToken": "0x1e91220b7321767a7b1c2ba7584ee32bbbf278fd",
17
+ "loanToValue": 0.0,
18
+ "liquidationThreshold": 0.8
19
+ },
20
+ "0x8ac76a51cc950d9822d68b83fe1ad97b32cd580d": {
21
+ "tToken": "0x26c8c9d74eae6182316b30de9ac60e2adc9f4a04",
22
+ "sdToken": "0xdbfd649a8d5427d32742cc82e7ced5e81e42f74d",
23
+ "dToken": "0x6dadaaf2d4a191db51854a60e4a6e23d3776eb16",
24
+ "loanToValue": 0.75,
25
+ "liquidationThreshold": 0.8
26
+ },
27
+ "0x55d398326f99059ff775485246999027b3197955": {
28
+ "tToken": "0xa1c7f76cbcdb87b17abf825ec2b5a1eb823e26f1",
29
+ "sdToken": "0x2e9481be233bb47a4bc79a4dba55d1dabde6c687",
30
+ "dToken": "0xb82c3631081ee5d1339e77b46c3e476f1fdd4a19",
31
+ "loanToValue": 0.75,
32
+ "liquidationThreshold": 0.8
33
+ },
34
+ "0x40af3827f39d0eacbf4a168f8d4ee67c121d11c9": {
35
+ "tToken": "0xc65132d8289d39bccc3b0e72a8b901b8b180e7d9",
36
+ "sdToken": "0xfe59cf48605c6280065a30e54d223cb8fb232c66",
37
+ "dToken": "0x0158d5a1d32f96f4ce68bed28f9addb0c43361e5",
38
+ "loanToValue": 0.0,
39
+ "liquidationThreshold": 0.8
40
+ },
41
+ "0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c": {
42
+ "tToken": "0x95aae09ad8557126b169056b9bd0ff6b5456239d",
43
+ "sdToken": "0xb4f997e78cf3b1b69aa69f786303939f322dfad0",
44
+ "dToken": "0x2682bd101e64f0367d3ac1261eb311eed8b7f751",
45
+ "loanToValue": 0.7,
46
+ "liquidationThreshold": 0.75
47
+ },
48
+ "0x2170ed0880ac9a755fd29b2688956bd959f933f8": {
49
+ "tToken": "0xfd087dd64fb79e749fd8c85c64096144118b9554",
50
+ "sdToken": "0xc8f32e6d09cab228467971dc63baca9ec48b3695",
51
+ "dToken": "0xb5d9e75141dc6c264666782fa31c1b4330a5e6b4",
52
+ "loanToValue": 0.7,
53
+ "liquidationThreshold": 0.75
54
+ },
55
+ "0xbb4cdb9cbd36b01bd1cbaebf2de08d9173bc095c": {
56
+ "tToken": "0xf5e0adda6fb191a332a787deedfd2cffc72dba0c",
57
+ "sdToken": "0x098591e7f7051388d5ad79146161105288bc73df",
58
+ "dToken": "0xeabcda7cfb0780a028c1fd1162e52942b96fbe10",
59
+ "loanToValue": 0.7,
60
+ "liquidationThreshold": 0.75
61
+ },
62
+ "0xa2e3356610840701bdf5611a53974510ae27e2e1": {
63
+ "tToken": "0xb98eaf6ca73c13c7533daa722223e3dc32dd0ee5",
64
+ "sdToken": "0xee50f476af1c599a9b8ddbe1951f6b039e327994",
65
+ "dToken": "0xb9755ecea9bb7080414b0a3a4c9504f985f3f9ad",
66
+ "loanToValue": 0.7,
67
+ "liquidationThreshold": 0.8
68
+ },
69
+ "0x0782b6d8c4551b9760e74c0545a9bcd90bdc41e5": {
70
+ "tToken": "0xc16bbfba00a2264aab2883c49d53833f42c80b95",
71
+ "sdToken": "0x85305e89cbf53744c59fd04c8a2513dd67aff724",
72
+ "dToken": "0x00107060f34b437c5a7daf6c247e6329cf613759",
73
+ "loanToValue": 0.75,
74
+ "liquidationThreshold": 0.8
75
+ },
76
+ "0xb0b84d294e0c75a6abe60171b70edeb2efd14a1b": {
77
+ "tToken": "0xa79befa293c06396dc49f5f80c07c2f44862eefc",
78
+ "sdToken": "0xc80dffb9f13790e599af13829ded8b2125557037",
79
+ "dToken": "0xee302680c91ea5773c7dc11f6d4a4096f22c1f04",
80
+ "loanToValue": 0.0,
81
+ "liquidationThreshold": 0.75
82
+ },
83
+ "0xeeaa03ed0aa69fcb6e340d47ffa91a0b3426e1cd": {
84
+ "tToken": "0x38fc72e24ea7372c9f9d842467c629680cdb6cbc",
85
+ "sdToken": "0x79d382b572df5f4a0c8cee50a05595dbb8ace3ce",
86
+ "dToken": "0xb0298302028681e5d71f1e469842b3e4eafed04b",
87
+ "loanToValue": 0.75,
88
+ "liquidationThreshold": 0.8
89
+ },
90
+ "0x45b817b36cadba2c3b6c2427db5b22e2e65400dd": {
91
+ "tToken": "0xeeaa5aa3388d6a2796ac815447a301607b52d25f",
92
+ "sdToken": "0x8d20545bf6bfd29024d018062a06903276c6c683",
93
+ "dToken": "0x23cfae853cdf08d3efe4817e2016dbe47b937d35",
94
+ "loanToValue": 0.75,
95
+ "liquidationThreshold": 0.8
96
+ },
97
+ "0xcee8c9ccd07ac0981ef42f80fb63df3cc36f196e": {
98
+ "tToken": "0xc5606c8a773f4399d52391830522f113a1448404",
99
+ "sdToken": "0x78625bdf48c2905fa30a53fa43816076a756ea6a",
100
+ "dToken": "0x658823636ba31060382ea01cebb9b6b3ffe80985",
101
+ "loanToValue": 0.7,
102
+ "liquidationThreshold": 0.75
103
+ },
104
+ "0x2dd73dcc565761b684c56908fa01ac270a03f70f": {
105
+ "tToken": "0x9f65da9bd6bc7d14eacff42e918344784dfc2384",
106
+ "sdToken": "0xb9c9db2ee269bf6a155eae9060e769f13bc1daab",
107
+ "dToken": "0x0d2ef920e4ddf573266ef9b6304407b64127e8b7",
108
+ "loanToValue": 0.7,
109
+ "liquidationThreshold": 0.75
110
+ },
111
+ "0xf0daf89f387d9d4ac5e3326eadb20e7bec0ffc7c": {
112
+ "tToken": "0x294c4a3eb851e7b6d296a5e8a250ade2a24dc40d",
113
+ "sdToken": "0x3810f111fb7e5861e5f66a8922758936c9a841ab",
114
+ "dToken": "0x2a1431415f9f729c557e6c817eb80791e9d2c974",
115
+ "loanToValue": 0.7,
116
+ "liquidationThreshold": 0.75
117
+ },
118
+ "0xc5f0f7b66764f6ec8c8dff7ba683102295e16409": {
119
+ "tToken": "0x8473168406d620b5cf2fc55e80b6d331e737d2e1",
120
+ "sdToken": "0x17ce8aa97fb745bfb595ee5db22dfbdf41e68074",
121
+ "dToken": "0x74afc76da686cac5ec786566e128cfe61822c055",
122
+ "loanToValue": 0.75,
123
+ "liquidationThreshold": 0.8
124
+ },
125
+ "0x2416092f143378750bb29b79ed961ab195cceea5": {
126
+ "tToken": "0x19136a96b202685a2768eb99068adf3341414bdb",
127
+ "sdToken": "0x8e48fa01c17760bc91de60af8af8a43b505f57a5",
128
+ "dToken": "0xed692ba8dfabddcaeac2bb76f833e00906824874",
129
+ "loanToValue": 0.8,
130
+ "liquidationThreshold": 0.85
131
+ },
132
+ "0x80137510979822322193fc997d400d5a6c747bf7": {
133
+ "tToken": "0x96619fc54940e4147f2445b06be857e8f11f5e8a",
134
+ "sdToken": "0x41266eda9adecdece2cba377992c31cc2327db88",
135
+ "dToken": "0xd197294763a82b930ab578491dfbd293846f759e",
136
+ "loanToValue": 0.65,
137
+ "liquidationThreshold": 0.7
138
+ },
139
+ "0x64274835d88f5c0215da8aadd9a5f2d2a2569381": {
140
+ "tToken": "0x9c6fae23fdfffbe1199babb11bc9a6859493a5a1",
141
+ "sdToken": "0x8ddc850430d96aa537bb5053950c9e031eed4b00",
142
+ "dToken": "0x9cf92292c4d58745964c7ea076950438f519f3fb",
143
+ "loanToValue": 0.75,
144
+ "liquidationThreshold": 0.8
145
+ },
146
+ "0x4aae823a6a0b376de6a78e74ecc5b079d38cbcf7": {
147
+ "tToken": "0x446b2ab906c20f9aea62b03c86b332004eceaadc",
148
+ "sdToken": "0xd28cbc4a9fdcd05c75083a0412477f0e949cb653",
149
+ "dToken": "0xa66ae2356735ec9cd35ede3ed87e556561ce462a",
150
+ "loanToValue": 0.775,
151
+ "liquidationThreshold": 0.825
152
+ },
153
+ "0x0e09fabb73bd3ade0a17ecc321fd13a19e81ce82": {
154
+ "tToken": "0xa8d9bfcd2b4bb9c30794ad7d49ab1b8da2b9f700",
155
+ "sdToken": "0x8ede75b9793d258a31f7911be84c1c80d7962e79",
156
+ "dToken": "0x55371316eb587078c5576f0f24597b1e92c5b208",
157
+ "loanToValue": 0.6,
158
+ "liquidationThreshold": 0.65
159
+ },
160
+ "0x1346b618dc92810ec74163e4c27004c921d446a5": {
161
+ "tToken": "0xe0169336403f03922bbf66ca01394e4191b87c78",
162
+ "sdToken": "0x29185275606acd18fe52d0df0ea8132c9c859635",
163
+ "dToken": "0x910d7ce736ee2e7f108ad2fffea66d19a8179cbb",
164
+ "loanToValue": 0.775,
165
+ "liquidationThreshold": 0.825
166
+ },
167
+ "0xf6718b2701d4a6498ef77d7c152b2137ab28b8a3": {
168
+ "tToken": "0xe4c60c28943a7d8945683d5a6c15f59280a0d29e",
169
+ "sdToken": "0x063aa144af15367ab566913c2f4f41244a8630a4",
170
+ "dToken": "0xe3c7183648dcae991425fe22117b37aca7e91d3f",
171
+ "loanToValue": 0.775,
172
+ "liquidationThreshold": 0.825
173
+ },
174
+ "0x23ae4fd8e7844cdbc97775496ebd0e8248656028": {
175
+ "tToken": "0xc390614e71512b2aa9d91afa7e183cb00eb92518",
176
+ "sdToken": "0xe188c03d384208551de30a748c6d870a9201c535",
177
+ "dToken": "0xa5b7da4e275b1e8a5fa0b5c9088a937af5d565d2",
178
+ "loanToValue": 0.7,
179
+ "liquidationThreshold": 0.75
180
+ }
181
+ }
182
+ }
@@ -0,0 +1,119 @@
1
+ KINZA_ETH = {
2
+ "address": "0xea14474946c59dee1f103ad517132b3f19cef1be",
3
+ "name": "Kinza Lending Pool",
4
+ "addressProvider": "0x0218890dd636c3a1cf0f98557ee2d3612c6bd953",
5
+ "dataProvider": "0xe44990a8a732605eddc0870597d2cf4a2637f038",
6
+ "stakedIncentiveAddress": "0x77b93217d12ee30cc42fc9a3a882e1dd77058657",
7
+ "rewardTokensList": [],
8
+ "oracleAddress": "0x39abeda13579fbb4effb31b5f38bdc91ae754a39",
9
+ "type": "LENDING_POOL",
10
+ "poolToken": "",
11
+ "forked": "aave-v3",
12
+ "reservesList": {
13
+ "0xc02aaa39b223fe8d0a0e5c4f27ead9083c756cc2": {
14
+ "tToken": "0x6bdcbef41ca2abe587ce7ccc895320e0061edba4",
15
+ "sdToken": "0xb40ae838b300f0d260ac2e915e339bbb616e28fb",
16
+ "dToken": "0xcd74352a42940cdf07bf494babf2b289696f7a0c",
17
+ "loanToValue": 0.8,
18
+ "liquidationThreshold": 0.85
19
+ },
20
+ "0x7f39c581f595b53c5cb19bd0b3f8da6c935e2ca0": {
21
+ "tToken": "0xf818fbb391f0e84b620d48d8c2c8345e59f605eb",
22
+ "sdToken": "0x7904647f8056c077c540f7a396137b2c1a8737f3",
23
+ "dToken": "0xa4e3adba0308c4e12dfc9489f11200395537a29f",
24
+ "loanToValue": 0.75,
25
+ "liquidationThreshold": 0.8
26
+ },
27
+ "0xbf5495efe5db9ce00f80364c8b423567e58d2110": {
28
+ "tToken": "0x6679dfcbc9000dcf9a798b8f0f2b1c12d164cdd4",
29
+ "sdToken": "0xdc3c3a77a709605f07c500edd05c8a86defe5404",
30
+ "dToken": "0xd025bbac4d3a7ab979dc0bb82f0466417d76e952",
31
+ "loanToValue": 0.88,
32
+ "liquidationThreshold": 0.93
33
+ },
34
+ "0xa1290d69c65a6fe4df752f95823fae25cb99e5a7": {
35
+ "tToken": "0x0cf5a1ab4185c69ef715190b9c9f93b3b05ff55b",
36
+ "sdToken": "0x995dc3420a58943108a9229e0039a5f0920708b4",
37
+ "dToken": "0xaf3b303f904cada1e4a648555f78735bb432106b",
38
+ "loanToValue": 0.85,
39
+ "liquidationThreshold": 0.9
40
+ },
41
+ "0xd9a442856c234a39a81a089c06451ebaa4306a72": {
42
+ "tToken": "0x5651bb75de3c78815d420602b4ce67d04a233873",
43
+ "sdToken": "0xbc0ae314a016e9b0bf92e9116fcee2071c3ec8a0",
44
+ "dToken": "0x62c4405476250d28af421ca7839064ce4ad96b5f",
45
+ "loanToValue": 0.85,
46
+ "liquidationThreshold": 0.9
47
+ },
48
+ "0xcd5fe23c85820f7b72d0926fc9b05b43e359b7ee": {
49
+ "tToken": "0xd7ecacf4cdae0c59cdd034c6f0d959e7933bfd6c",
50
+ "sdToken": "0x45d36490b0658ba7c05c3b994b4bb283a3a03cd0",
51
+ "dToken": "0x2cf0f840d0dcc15daa37f4899371951b934c02ac",
52
+ "loanToValue": 0.83,
53
+ "liquidationThreshold": 0.88
54
+ },
55
+ "0xae78736cd615f374d3085123a210448e74fc6393": {
56
+ "tToken": "0x16e22798a2064adfaa09fd7c380d5ca8c895c296",
57
+ "sdToken": "0x9f941e3eef5baa6992e5ec141216da051b221684",
58
+ "dToken": "0x240c6bab702ba827ed11a99df390326ad6662119",
59
+ "loanToValue": 0.75,
60
+ "liquidationThreshold": 0.8
61
+ },
62
+ "0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48": {
63
+ "tToken": "0x89c15cade77cba4f5c78d1fa845b854623ad8696",
64
+ "sdToken": "0x1d21395b8fea4e0cc20f7b13ecffcee7a86255c1",
65
+ "dToken": "0xa3c0a19b999ff397a4b3c62ca10611eee315f426",
66
+ "loanToValue": 0.8,
67
+ "liquidationThreshold": 0.85
68
+ },
69
+ "0x6b175474e89094c44da98b954eedeac495271d0f": {
70
+ "tToken": "0x75287853d44f263639af649283403ec39f895dab",
71
+ "sdToken": "0xd15d760bdf334b3c217cc7b341c91361b592e254",
72
+ "dToken": "0xf8f0198a277f71f15d4e8c32ae533f36dfa3084a",
73
+ "loanToValue": 0.8,
74
+ "liquidationThreshold": 0.85
75
+ },
76
+ "0x2260fac5e5542a773aa44fbcfedf7c193bc2c599": {
77
+ "tToken": "0x48dfa0f826e8026ba51342fff61e9584eccadf69",
78
+ "sdToken": "0x37d9d4dff739ac695ef6c5cbb1ebc4ebaec750da",
79
+ "dToken": "0xe9e4064e4e4f7dacb787c5466dbca8579b9def2b",
80
+ "loanToValue": 0.0,
81
+ "liquidationThreshold": 0.8
82
+ },
83
+ "0xdac17f958d2ee523a2206206994597c13d831ec7": {
84
+ "tToken": "0xf96eb7018654082198da9be23dd8ab1cd05a175b",
85
+ "sdToken": "0x87a4c77f204b75fe758b61f03b803667f5ab2d24",
86
+ "dToken": "0x271e7ba790dded05e5f1cffdf6f75d0e069c34db",
87
+ "loanToValue": 0.8,
88
+ "liquidationThreshold": 0.85
89
+ },
90
+ "0xcbb7c0000ab88b473b1f5afd9ef808440eed33bf": {
91
+ "tToken": "0x23a1e3281500ab6cf9f7cae71939a6cbfbe79435",
92
+ "sdToken": "0x7d9bf3bdcae5bdd09c23ccf93492bc86f04bc361",
93
+ "dToken": "0x8b134d066242e74e65d7da62953350cce4d2d022",
94
+ "loanToValue": 0.75,
95
+ "liquidationThreshold": 0.8
96
+ },
97
+ "0x40d16fc0246ad3160ccc09b8d0d3a2cd28ae6c2f": {
98
+ "tToken": "0x31fd1bf3c7cd90b9bec6cde73fb51763365a5522",
99
+ "sdToken": "0x63e4d1fb7e0ea421915d4b9a224eb40b37152ef3",
100
+ "dToken": "0xef0791c1906190977906a49f76d3270b4c03f0c4",
101
+ "loanToValue": 0.7,
102
+ "liquidationThreshold": 0.75
103
+ },
104
+ "0x657e8c867d8b37dcc18fa4caead9c45eb088c642": {
105
+ "tToken": "0x022c0c5d172c91e7428867549db2a77aff86059a",
106
+ "sdToken": "0x6acaf88f5c16bd449162e7df7020ff12f6321f5a",
107
+ "dToken": "0xb9ff21d4e4cbd1cee4c1cfd0f3c953d515d9b2c8",
108
+ "loanToValue": 0.75,
109
+ "liquidationThreshold": 0.8
110
+ },
111
+ "0x73a15fed60bf67631dc6cd7bc5b6e8da8190acf5": {
112
+ "tToken": "0x7aae11fac797e9b21794abd8132079cc64b6b4d4",
113
+ "sdToken": "0x781d2cf1b7bac969d6f67db80d2352759dc05953",
114
+ "dToken": "0x992d2d8387b0cd432408907dd5eac70e18760e38",
115
+ "loanToValue": 0.0,
116
+ "liquidationThreshold": 0.75
117
+ }
118
+ }
119
+ }