defi-state-querier 0.4.10__py3-none-any.whl → 0.4.11__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- defi_services/__init__.py +1 -1
- defi_services/constants/chain_constant.py +18 -0
- defi_services/constants/token_constant.py +19 -1
- {defi_state_querier-0.4.10.dist-info → defi_state_querier-0.4.11.dist-info}/METADATA +1 -1
- {defi_state_querier-0.4.10.dist-info → defi_state_querier-0.4.11.dist-info}/RECORD +8 -8
- {defi_state_querier-0.4.10.dist-info → defi_state_querier-0.4.11.dist-info}/LICENSE +0 -0
- {defi_state_querier-0.4.10.dist-info → defi_state_querier-0.4.11.dist-info}/WHEEL +0 -0
- {defi_state_querier-0.4.10.dist-info → defi_state_querier-0.4.11.dist-info}/top_level.txt +0 -0
defi_services/__init__.py
CHANGED
@@ -1 +1 @@
|
|
1
|
-
__version__ = "0.4.
|
1
|
+
__version__ = "0.4.11"
|
@@ -10,6 +10,24 @@ class Chain:
|
|
10
10
|
tron = "0x2b6653dc"
|
11
11
|
cronos = "0x19"
|
12
12
|
polkadot = "polkadot"
|
13
|
+
base = '0x2105'
|
14
|
+
kava = '0x8ae'
|
15
|
+
gnosis = '0x64'
|
16
|
+
klaytn = '0x2019'
|
17
|
+
mantle = '0x1388'
|
18
|
+
celo = '0xa4ec'
|
19
|
+
moonbeam = '0x504'
|
20
|
+
manta = '0xa9'
|
21
|
+
pulse = '0x171'
|
22
|
+
rootstock = '0x1e'
|
23
|
+
astar = '0x250'
|
24
|
+
metis = '0x440'
|
25
|
+
canto = '0x1e14'
|
26
|
+
heco = '0x80'
|
27
|
+
linea = '0xe708'
|
28
|
+
okc = '0x42'
|
29
|
+
aurora = '0x4e454152'
|
30
|
+
moonriver = '0x505'
|
13
31
|
|
14
32
|
native_decimals = {
|
15
33
|
tron: 6,
|
@@ -25,7 +25,25 @@ class Token:
|
|
25
25
|
Chain.arbitrum: wrapped_eth_arbitrum,
|
26
26
|
Chain.polygon: wrapped_matic,
|
27
27
|
Chain.tron: wrapped_tron,
|
28
|
-
Chain.cronos: wrapped_cro
|
28
|
+
Chain.cronos: wrapped_cro,
|
29
|
+
Chain.base: '0x4200000000000000000000000000000000000006',
|
30
|
+
Chain.kava: '0xc86c7c0efbd6a49b35e8714c5f59d99de09a225b',
|
31
|
+
Chain.gnosis: '0xe91d153e0b41518a2ce8dd3d7944fa863463a97d',
|
32
|
+
Chain.klaytn: '0x19aac5f612f524b754ca7e7c41cbfa2e981a4432',
|
33
|
+
Chain.mantle: '0x78c1b0c915c4faa5fffa6cabf0219da63d7f4cb8',
|
34
|
+
Chain.celo: '0x3ad443d769a07f287806874f8e5405ce3ac902b9',
|
35
|
+
Chain.moonbeam: '0xacc15dc74880c9944775448304b263d191c6077f',
|
36
|
+
Chain.manta: '0x0dc808adce2099a9f62aa87d9670745aba741746',
|
37
|
+
Chain.pulse: '0xa1077a294dde1b09bb078844df40758a5d0f9a27',
|
38
|
+
Chain.rootstock: '0x967f8799af07df1534d48a95a5c9febe92c53ae0',
|
39
|
+
Chain.astar: '0xaeaaf0e2c81af264101b9129c00f4440ccf0f720',
|
40
|
+
Chain.metis: '0x75cb093e4d61d2a2e65d8e0bbb01de8d89b53481',
|
41
|
+
Chain.canto: '0x826551890dc65655a0aceca109ab11abdbd7a07b',
|
42
|
+
Chain.heco: '0x5545153ccfca01fbd7dd11c0b23ba694d9509a6f',
|
43
|
+
Chain.linea: '0xe5d7c2a44ffddf6b295a15c148167daaaf5cf34f',
|
44
|
+
Chain.okc: '0x8f8526dbfd6e38e3d8307702ca8469bae6c56c15',
|
45
|
+
Chain.aurora: '0xc9bdeed33cd01541e1eed10f90519d2c06fe3feb',
|
46
|
+
Chain.moonriver: '0x98878b06940ae243284ca214f92bb71a2b032b8a'
|
29
47
|
}
|
30
48
|
|
31
49
|
|
@@ -1,4 +1,4 @@
|
|
1
|
-
defi_services/__init__.py,sha256=
|
1
|
+
defi_services/__init__.py,sha256=xIphSmmFF5C8ZjsK5bpruTtbjrTL9bI6TjdjgsELGCw,23
|
2
2
|
defi_services/abis/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
3
3
|
defi_services/abis/dex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
4
4
|
defi_services/abis/dex/biswap/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
@@ -228,12 +228,12 @@ defi_services/abis/vault/trava_vault_abi.py,sha256=eiAc8ImfAQ1lSkN0gRN4T4YlxCxmA
|
|
228
228
|
defi_services/abis/vault/valuator_abi.py,sha256=j44uj0hqmKj7lY0ajfUaY4N3xjVEaSBYaWilploBlDI,598
|
229
229
|
defi_services/abis/vault/ve_abi.py,sha256=uoc08LyW9_Y7xxDVIgXOzLjo_kOy1YGP3cUAOZhyizw,38341
|
230
230
|
defi_services/constants/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
231
|
-
defi_services/constants/chain_constant.py,sha256=
|
231
|
+
defi_services/constants/chain_constant.py,sha256=aU7xLaQYLro-7sI5Jpyi0tEHhEQcchyxlxEEJaotFMM,1018
|
232
232
|
defi_services/constants/db_constant.py,sha256=gDMFFjhPOgQHuS9sPOTFbsfSdIfdWQEE4tGlxHQhNsE,2566
|
233
233
|
defi_services/constants/mongo_constant.py,sha256=qsDIq2Gg5MkBGaEOh4Fd9y6fOOidF4gGPnQwtaPon3E,398
|
234
234
|
defi_services/constants/query_constant.py,sha256=9yQm6IHWBGQXVbYsQOCt2xCCwHme5a65SoeR95g5LV8,1035
|
235
235
|
defi_services/constants/time_constant.py,sha256=bC-0pYnfIFFR_0iVvkxhfyHfOclWNw9O3DbdO_nh258,181
|
236
|
-
defi_services/constants/token_constant.py,sha256=
|
236
|
+
defi_services/constants/token_constant.py,sha256=4iDWis589XF4_OIcBOqA7_qIfCde-nV6fDaV__5c2D4,4822
|
237
237
|
defi_services/constants/entities/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
238
238
|
defi_services/constants/entities/dex_constant.py,sha256=oCt8RS-0KjFW5zR5IU1Ys49nYCCAraY8pTivOpXoyvs,343
|
239
239
|
defi_services/constants/entities/dex_services.py,sha256=zP1JIuiwVuDF74RrEwejwfwvjDf67ia63ZKe1hb5RuA,1788
|
@@ -381,8 +381,8 @@ defi_services/utils/logger_utils.py,sha256=KxDlmaK9aoMOI1gdroRYjMm383myvFiWqW0iK
|
|
381
381
|
defi_services/utils/market_service.py,sha256=imPtPHBkpEx5JnhqeIWYqbCjsIEm8IKBYHNEy6rKjdU,723
|
382
382
|
defi_services/utils/memory_storage.py,sha256=BOT8laB0iVSCGE-oDlpWJQLbSC6X2blKX4zuQbs4inc,851
|
383
383
|
defi_services/utils/thread_proxy.py,sha256=5Z8biAyEReUkh3vfJSvEv7GwMe3CsE5M8CbghkQtePw,2951
|
384
|
-
defi_state_querier-0.4.
|
385
|
-
defi_state_querier-0.4.
|
386
|
-
defi_state_querier-0.4.
|
387
|
-
defi_state_querier-0.4.
|
388
|
-
defi_state_querier-0.4.
|
384
|
+
defi_state_querier-0.4.11.dist-info/LICENSE,sha256=6jmfxa8nUIwfKnzZUxAHJSJ_IS7h7mpbJq26cWjoo-o,1063
|
385
|
+
defi_state_querier-0.4.11.dist-info/METADATA,sha256=ny8Y_49Bnv8tJxeDJbZieb6CLRpiWuwtlF1Sc2u1v88,4376
|
386
|
+
defi_state_querier-0.4.11.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92
|
387
|
+
defi_state_querier-0.4.11.dist-info/top_level.txt,sha256=C-OTxHK6MknKK-nAbEzCPDUl1M6pktRhgJrmsozdf6g,14
|
388
|
+
defi_state_querier-0.4.11.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|