coinex-api 0.0.6__py3-none-any.whl → 0.0.8__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 (289) hide show
  1. {coinex_api-0.0.6.dist-info → coinex_api-0.0.8.dist-info}/METADATA +33 -14
  2. coinex_api-0.0.8.dist-info/RECORD +3 -0
  3. coinex_api/__init__.py +0 -7
  4. coinex_api/ccxt/__init__.py +0 -101
  5. coinex_api/ccxt/abstract/coinex.py +0 -237
  6. coinex_api/ccxt/async_support/__init__.py +0 -80
  7. coinex_api/ccxt/async_support/base/__init__.py +0 -1
  8. coinex_api/ccxt/async_support/base/exchange.py +0 -2100
  9. coinex_api/ccxt/async_support/base/throttler.py +0 -50
  10. coinex_api/ccxt/async_support/base/ws/__init__.py +0 -38
  11. coinex_api/ccxt/async_support/base/ws/aiohttp_client.py +0 -147
  12. coinex_api/ccxt/async_support/base/ws/cache.py +0 -213
  13. coinex_api/ccxt/async_support/base/ws/client.py +0 -214
  14. coinex_api/ccxt/async_support/base/ws/fast_client.py +0 -97
  15. coinex_api/ccxt/async_support/base/ws/functions.py +0 -59
  16. coinex_api/ccxt/async_support/base/ws/future.py +0 -69
  17. coinex_api/ccxt/async_support/base/ws/order_book.py +0 -78
  18. coinex_api/ccxt/async_support/base/ws/order_book_side.py +0 -174
  19. coinex_api/ccxt/async_support/coinex.py +0 -5833
  20. coinex_api/ccxt/base/__init__.py +0 -27
  21. coinex_api/ccxt/base/decimal_to_precision.py +0 -174
  22. coinex_api/ccxt/base/errors.py +0 -267
  23. coinex_api/ccxt/base/exchange.py +0 -6770
  24. coinex_api/ccxt/base/precise.py +0 -297
  25. coinex_api/ccxt/base/types.py +0 -577
  26. coinex_api/ccxt/coinex.py +0 -5832
  27. coinex_api/ccxt/pro/__init__.py +0 -21
  28. coinex_api/ccxt/pro/coinex.py +0 -1366
  29. coinex_api/ccxt/static_dependencies/README.md +0 -1
  30. coinex_api/ccxt/static_dependencies/__init__.py +0 -1
  31. coinex_api/ccxt/static_dependencies/ecdsa/__init__.py +0 -14
  32. coinex_api/ccxt/static_dependencies/ecdsa/_version.py +0 -520
  33. coinex_api/ccxt/static_dependencies/ecdsa/curves.py +0 -56
  34. coinex_api/ccxt/static_dependencies/ecdsa/der.py +0 -221
  35. coinex_api/ccxt/static_dependencies/ecdsa/ecdsa.py +0 -310
  36. coinex_api/ccxt/static_dependencies/ecdsa/ellipticcurve.py +0 -197
  37. coinex_api/ccxt/static_dependencies/ecdsa/keys.py +0 -332
  38. coinex_api/ccxt/static_dependencies/ecdsa/numbertheory.py +0 -531
  39. coinex_api/ccxt/static_dependencies/ecdsa/rfc6979.py +0 -100
  40. coinex_api/ccxt/static_dependencies/ecdsa/util.py +0 -266
  41. coinex_api/ccxt/static_dependencies/ethereum/__init__.py +0 -7
  42. coinex_api/ccxt/static_dependencies/ethereum/abi/__init__.py +0 -16
  43. coinex_api/ccxt/static_dependencies/ethereum/abi/abi.py +0 -19
  44. coinex_api/ccxt/static_dependencies/ethereum/abi/base.py +0 -152
  45. coinex_api/ccxt/static_dependencies/ethereum/abi/codec.py +0 -217
  46. coinex_api/ccxt/static_dependencies/ethereum/abi/constants.py +0 -3
  47. coinex_api/ccxt/static_dependencies/ethereum/abi/decoding.py +0 -565
  48. coinex_api/ccxt/static_dependencies/ethereum/abi/encoding.py +0 -720
  49. coinex_api/ccxt/static_dependencies/ethereum/abi/exceptions.py +0 -139
  50. coinex_api/ccxt/static_dependencies/ethereum/abi/grammar.py +0 -443
  51. coinex_api/ccxt/static_dependencies/ethereum/abi/packed.py +0 -13
  52. coinex_api/ccxt/static_dependencies/ethereum/abi/py.typed +0 -0
  53. coinex_api/ccxt/static_dependencies/ethereum/abi/registry.py +0 -643
  54. coinex_api/ccxt/static_dependencies/ethereum/abi/tools/__init__.py +0 -3
  55. coinex_api/ccxt/static_dependencies/ethereum/abi/tools/_strategies.py +0 -230
  56. coinex_api/ccxt/static_dependencies/ethereum/abi/utils/__init__.py +0 -0
  57. coinex_api/ccxt/static_dependencies/ethereum/abi/utils/numeric.py +0 -83
  58. coinex_api/ccxt/static_dependencies/ethereum/abi/utils/padding.py +0 -27
  59. coinex_api/ccxt/static_dependencies/ethereum/abi/utils/string.py +0 -19
  60. coinex_api/ccxt/static_dependencies/ethereum/account/__init__.py +0 -3
  61. coinex_api/ccxt/static_dependencies/ethereum/account/encode_typed_data/__init__.py +0 -4
  62. coinex_api/ccxt/static_dependencies/ethereum/account/encode_typed_data/encoding_and_hashing.py +0 -239
  63. coinex_api/ccxt/static_dependencies/ethereum/account/encode_typed_data/helpers.py +0 -40
  64. coinex_api/ccxt/static_dependencies/ethereum/account/messages.py +0 -263
  65. coinex_api/ccxt/static_dependencies/ethereum/account/py.typed +0 -0
  66. coinex_api/ccxt/static_dependencies/ethereum/hexbytes/__init__.py +0 -5
  67. coinex_api/ccxt/static_dependencies/ethereum/hexbytes/_utils.py +0 -54
  68. coinex_api/ccxt/static_dependencies/ethereum/hexbytes/main.py +0 -65
  69. coinex_api/ccxt/static_dependencies/ethereum/hexbytes/py.typed +0 -0
  70. coinex_api/ccxt/static_dependencies/ethereum/typing/__init__.py +0 -63
  71. coinex_api/ccxt/static_dependencies/ethereum/typing/abi.py +0 -6
  72. coinex_api/ccxt/static_dependencies/ethereum/typing/bls.py +0 -7
  73. coinex_api/ccxt/static_dependencies/ethereum/typing/discovery.py +0 -5
  74. coinex_api/ccxt/static_dependencies/ethereum/typing/encoding.py +0 -7
  75. coinex_api/ccxt/static_dependencies/ethereum/typing/enums.py +0 -17
  76. coinex_api/ccxt/static_dependencies/ethereum/typing/ethpm.py +0 -9
  77. coinex_api/ccxt/static_dependencies/ethereum/typing/evm.py +0 -20
  78. coinex_api/ccxt/static_dependencies/ethereum/typing/networks.py +0 -1122
  79. coinex_api/ccxt/static_dependencies/ethereum/typing/py.typed +0 -0
  80. coinex_api/ccxt/static_dependencies/ethereum/utils/__init__.py +0 -115
  81. coinex_api/ccxt/static_dependencies/ethereum/utils/abi.py +0 -72
  82. coinex_api/ccxt/static_dependencies/ethereum/utils/address.py +0 -171
  83. coinex_api/ccxt/static_dependencies/ethereum/utils/applicators.py +0 -151
  84. coinex_api/ccxt/static_dependencies/ethereum/utils/conversions.py +0 -190
  85. coinex_api/ccxt/static_dependencies/ethereum/utils/currency.py +0 -107
  86. coinex_api/ccxt/static_dependencies/ethereum/utils/curried/__init__.py +0 -269
  87. coinex_api/ccxt/static_dependencies/ethereum/utils/debug.py +0 -20
  88. coinex_api/ccxt/static_dependencies/ethereum/utils/decorators.py +0 -132
  89. coinex_api/ccxt/static_dependencies/ethereum/utils/encoding.py +0 -6
  90. coinex_api/ccxt/static_dependencies/ethereum/utils/exceptions.py +0 -4
  91. coinex_api/ccxt/static_dependencies/ethereum/utils/functional.py +0 -75
  92. coinex_api/ccxt/static_dependencies/ethereum/utils/hexadecimal.py +0 -74
  93. coinex_api/ccxt/static_dependencies/ethereum/utils/humanize.py +0 -188
  94. coinex_api/ccxt/static_dependencies/ethereum/utils/logging.py +0 -159
  95. coinex_api/ccxt/static_dependencies/ethereum/utils/module_loading.py +0 -31
  96. coinex_api/ccxt/static_dependencies/ethereum/utils/numeric.py +0 -43
  97. coinex_api/ccxt/static_dependencies/ethereum/utils/py.typed +0 -0
  98. coinex_api/ccxt/static_dependencies/ethereum/utils/toolz.py +0 -76
  99. coinex_api/ccxt/static_dependencies/ethereum/utils/types.py +0 -54
  100. coinex_api/ccxt/static_dependencies/ethereum/utils/typing/__init__.py +0 -18
  101. coinex_api/ccxt/static_dependencies/ethereum/utils/typing/misc.py +0 -14
  102. coinex_api/ccxt/static_dependencies/ethereum/utils/units.py +0 -31
  103. coinex_api/ccxt/static_dependencies/keccak/__init__.py +0 -3
  104. coinex_api/ccxt/static_dependencies/keccak/keccak.py +0 -197
  105. coinex_api/ccxt/static_dependencies/lark/__init__.py +0 -38
  106. coinex_api/ccxt/static_dependencies/lark/__pyinstaller/__init__.py +0 -6
  107. coinex_api/ccxt/static_dependencies/lark/__pyinstaller/hook-lark.py +0 -14
  108. coinex_api/ccxt/static_dependencies/lark/ast_utils.py +0 -59
  109. coinex_api/ccxt/static_dependencies/lark/common.py +0 -86
  110. coinex_api/ccxt/static_dependencies/lark/exceptions.py +0 -292
  111. coinex_api/ccxt/static_dependencies/lark/grammar.py +0 -130
  112. coinex_api/ccxt/static_dependencies/lark/grammars/__init__.py +0 -0
  113. coinex_api/ccxt/static_dependencies/lark/grammars/common.lark +0 -59
  114. coinex_api/ccxt/static_dependencies/lark/grammars/lark.lark +0 -62
  115. coinex_api/ccxt/static_dependencies/lark/grammars/python.lark +0 -302
  116. coinex_api/ccxt/static_dependencies/lark/grammars/unicode.lark +0 -7
  117. coinex_api/ccxt/static_dependencies/lark/indenter.py +0 -143
  118. coinex_api/ccxt/static_dependencies/lark/lark.py +0 -658
  119. coinex_api/ccxt/static_dependencies/lark/lexer.py +0 -678
  120. coinex_api/ccxt/static_dependencies/lark/load_grammar.py +0 -1428
  121. coinex_api/ccxt/static_dependencies/lark/parse_tree_builder.py +0 -391
  122. coinex_api/ccxt/static_dependencies/lark/parser_frontends.py +0 -257
  123. coinex_api/ccxt/static_dependencies/lark/parsers/__init__.py +0 -0
  124. coinex_api/ccxt/static_dependencies/lark/parsers/cyk.py +0 -340
  125. coinex_api/ccxt/static_dependencies/lark/parsers/earley.py +0 -314
  126. coinex_api/ccxt/static_dependencies/lark/parsers/earley_common.py +0 -42
  127. coinex_api/ccxt/static_dependencies/lark/parsers/earley_forest.py +0 -801
  128. coinex_api/ccxt/static_dependencies/lark/parsers/grammar_analysis.py +0 -203
  129. coinex_api/ccxt/static_dependencies/lark/parsers/lalr_analysis.py +0 -332
  130. coinex_api/ccxt/static_dependencies/lark/parsers/lalr_interactive_parser.py +0 -158
  131. coinex_api/ccxt/static_dependencies/lark/parsers/lalr_parser.py +0 -122
  132. coinex_api/ccxt/static_dependencies/lark/parsers/lalr_parser_state.py +0 -110
  133. coinex_api/ccxt/static_dependencies/lark/parsers/xearley.py +0 -165
  134. coinex_api/ccxt/static_dependencies/lark/py.typed +0 -0
  135. coinex_api/ccxt/static_dependencies/lark/reconstruct.py +0 -107
  136. coinex_api/ccxt/static_dependencies/lark/tools/__init__.py +0 -70
  137. coinex_api/ccxt/static_dependencies/lark/tools/nearley.py +0 -202
  138. coinex_api/ccxt/static_dependencies/lark/tools/serialize.py +0 -32
  139. coinex_api/ccxt/static_dependencies/lark/tools/standalone.py +0 -196
  140. coinex_api/ccxt/static_dependencies/lark/tree.py +0 -267
  141. coinex_api/ccxt/static_dependencies/lark/tree_matcher.py +0 -186
  142. coinex_api/ccxt/static_dependencies/lark/tree_templates.py +0 -180
  143. coinex_api/ccxt/static_dependencies/lark/utils.py +0 -343
  144. coinex_api/ccxt/static_dependencies/lark/visitors.py +0 -596
  145. coinex_api/ccxt/static_dependencies/marshmallow/__init__.py +0 -81
  146. coinex_api/ccxt/static_dependencies/marshmallow/base.py +0 -65
  147. coinex_api/ccxt/static_dependencies/marshmallow/class_registry.py +0 -94
  148. coinex_api/ccxt/static_dependencies/marshmallow/decorators.py +0 -231
  149. coinex_api/ccxt/static_dependencies/marshmallow/error_store.py +0 -60
  150. coinex_api/ccxt/static_dependencies/marshmallow/exceptions.py +0 -71
  151. coinex_api/ccxt/static_dependencies/marshmallow/fields.py +0 -2114
  152. coinex_api/ccxt/static_dependencies/marshmallow/orderedset.py +0 -89
  153. coinex_api/ccxt/static_dependencies/marshmallow/py.typed +0 -0
  154. coinex_api/ccxt/static_dependencies/marshmallow/schema.py +0 -1228
  155. coinex_api/ccxt/static_dependencies/marshmallow/types.py +0 -12
  156. coinex_api/ccxt/static_dependencies/marshmallow/utils.py +0 -378
  157. coinex_api/ccxt/static_dependencies/marshmallow/validate.py +0 -678
  158. coinex_api/ccxt/static_dependencies/marshmallow/warnings.py +0 -2
  159. coinex_api/ccxt/static_dependencies/marshmallow_dataclass/__init__.py +0 -1047
  160. coinex_api/ccxt/static_dependencies/marshmallow_dataclass/collection_field.py +0 -51
  161. coinex_api/ccxt/static_dependencies/marshmallow_dataclass/lazy_class_attribute.py +0 -45
  162. coinex_api/ccxt/static_dependencies/marshmallow_dataclass/mypy.py +0 -71
  163. coinex_api/ccxt/static_dependencies/marshmallow_dataclass/py.typed +0 -0
  164. coinex_api/ccxt/static_dependencies/marshmallow_dataclass/typing.py +0 -14
  165. coinex_api/ccxt/static_dependencies/marshmallow_dataclass/union_field.py +0 -82
  166. coinex_api/ccxt/static_dependencies/marshmallow_oneofschema/__init__.py +0 -1
  167. coinex_api/ccxt/static_dependencies/marshmallow_oneofschema/one_of_schema.py +0 -193
  168. coinex_api/ccxt/static_dependencies/marshmallow_oneofschema/py.typed +0 -0
  169. coinex_api/ccxt/static_dependencies/msgpack/__init__.py +0 -55
  170. coinex_api/ccxt/static_dependencies/msgpack/_cmsgpack.pyx +0 -11
  171. coinex_api/ccxt/static_dependencies/msgpack/_packer.pyx +0 -374
  172. coinex_api/ccxt/static_dependencies/msgpack/_unpacker.pyx +0 -547
  173. coinex_api/ccxt/static_dependencies/msgpack/buff_converter.h +0 -8
  174. coinex_api/ccxt/static_dependencies/msgpack/exceptions.py +0 -48
  175. coinex_api/ccxt/static_dependencies/msgpack/ext.py +0 -168
  176. coinex_api/ccxt/static_dependencies/msgpack/fallback.py +0 -951
  177. coinex_api/ccxt/static_dependencies/msgpack/pack.h +0 -89
  178. coinex_api/ccxt/static_dependencies/msgpack/pack_template.h +0 -820
  179. coinex_api/ccxt/static_dependencies/msgpack/sysdep.h +0 -194
  180. coinex_api/ccxt/static_dependencies/msgpack/unpack.h +0 -391
  181. coinex_api/ccxt/static_dependencies/msgpack/unpack_define.h +0 -95
  182. coinex_api/ccxt/static_dependencies/msgpack/unpack_template.h +0 -464
  183. coinex_api/ccxt/static_dependencies/parsimonious/__init__.py +0 -10
  184. coinex_api/ccxt/static_dependencies/parsimonious/exceptions.py +0 -105
  185. coinex_api/ccxt/static_dependencies/parsimonious/expressions.py +0 -479
  186. coinex_api/ccxt/static_dependencies/parsimonious/grammar.py +0 -487
  187. coinex_api/ccxt/static_dependencies/parsimonious/nodes.py +0 -325
  188. coinex_api/ccxt/static_dependencies/parsimonious/utils.py +0 -40
  189. coinex_api/ccxt/static_dependencies/starknet/__init__.py +0 -0
  190. coinex_api/ccxt/static_dependencies/starknet/abi/v0/__init__.py +0 -2
  191. coinex_api/ccxt/static_dependencies/starknet/abi/v0/model.py +0 -44
  192. coinex_api/ccxt/static_dependencies/starknet/abi/v0/parser.py +0 -216
  193. coinex_api/ccxt/static_dependencies/starknet/abi/v0/schemas.py +0 -72
  194. coinex_api/ccxt/static_dependencies/starknet/abi/v0/shape.py +0 -63
  195. coinex_api/ccxt/static_dependencies/starknet/abi/v1/__init__.py +0 -2
  196. coinex_api/ccxt/static_dependencies/starknet/abi/v1/core_structures.json +0 -14
  197. coinex_api/ccxt/static_dependencies/starknet/abi/v1/model.py +0 -39
  198. coinex_api/ccxt/static_dependencies/starknet/abi/v1/parser.py +0 -220
  199. coinex_api/ccxt/static_dependencies/starknet/abi/v1/parser_transformer.py +0 -179
  200. coinex_api/ccxt/static_dependencies/starknet/abi/v1/schemas.py +0 -66
  201. coinex_api/ccxt/static_dependencies/starknet/abi/v1/shape.py +0 -47
  202. coinex_api/ccxt/static_dependencies/starknet/abi/v2/__init__.py +0 -2
  203. coinex_api/ccxt/static_dependencies/starknet/abi/v2/model.py +0 -89
  204. coinex_api/ccxt/static_dependencies/starknet/abi/v2/parser.py +0 -293
  205. coinex_api/ccxt/static_dependencies/starknet/abi/v2/parser_transformer.py +0 -192
  206. coinex_api/ccxt/static_dependencies/starknet/abi/v2/schemas.py +0 -132
  207. coinex_api/ccxt/static_dependencies/starknet/abi/v2/shape.py +0 -107
  208. coinex_api/ccxt/static_dependencies/starknet/cairo/__init__.py +0 -0
  209. coinex_api/ccxt/static_dependencies/starknet/cairo/data_types.py +0 -123
  210. coinex_api/ccxt/static_dependencies/starknet/cairo/deprecated_parse/__init__.py +0 -0
  211. coinex_api/ccxt/static_dependencies/starknet/cairo/deprecated_parse/cairo_types.py +0 -77
  212. coinex_api/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser.py +0 -46
  213. coinex_api/ccxt/static_dependencies/starknet/cairo/deprecated_parse/parser_transformer.py +0 -138
  214. coinex_api/ccxt/static_dependencies/starknet/cairo/felt.py +0 -64
  215. coinex_api/ccxt/static_dependencies/starknet/cairo/type_parser.py +0 -121
  216. coinex_api/ccxt/static_dependencies/starknet/cairo/v1/__init__.py +0 -0
  217. coinex_api/ccxt/static_dependencies/starknet/cairo/v1/type_parser.py +0 -59
  218. coinex_api/ccxt/static_dependencies/starknet/cairo/v2/__init__.py +0 -0
  219. coinex_api/ccxt/static_dependencies/starknet/cairo/v2/type_parser.py +0 -77
  220. coinex_api/ccxt/static_dependencies/starknet/ccxt_utils.py +0 -7
  221. coinex_api/ccxt/static_dependencies/starknet/common.py +0 -15
  222. coinex_api/ccxt/static_dependencies/starknet/constants.py +0 -39
  223. coinex_api/ccxt/static_dependencies/starknet/hash/__init__.py +0 -0
  224. coinex_api/ccxt/static_dependencies/starknet/hash/address.py +0 -79
  225. coinex_api/ccxt/static_dependencies/starknet/hash/compiled_class_hash_objects.py +0 -111
  226. coinex_api/ccxt/static_dependencies/starknet/hash/selector.py +0 -16
  227. coinex_api/ccxt/static_dependencies/starknet/hash/storage.py +0 -12
  228. coinex_api/ccxt/static_dependencies/starknet/hash/utils.py +0 -78
  229. coinex_api/ccxt/static_dependencies/starknet/models/__init__.py +0 -0
  230. coinex_api/ccxt/static_dependencies/starknet/models/typed_data.py +0 -45
  231. coinex_api/ccxt/static_dependencies/starknet/serialization/__init__.py +0 -24
  232. coinex_api/ccxt/static_dependencies/starknet/serialization/_calldata_reader.py +0 -40
  233. coinex_api/ccxt/static_dependencies/starknet/serialization/_context.py +0 -142
  234. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/__init__.py +0 -10
  235. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/_common.py +0 -82
  236. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/array_serializer.py +0 -43
  237. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/bool_serializer.py +0 -37
  238. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/byte_array_serializer.py +0 -66
  239. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/cairo_data_serializer.py +0 -71
  240. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/enum_serializer.py +0 -71
  241. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/felt_serializer.py +0 -50
  242. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/named_tuple_serializer.py +0 -58
  243. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/option_serializer.py +0 -43
  244. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/output_serializer.py +0 -40
  245. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/payload_serializer.py +0 -72
  246. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/struct_serializer.py +0 -36
  247. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/tuple_serializer.py +0 -36
  248. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/uint256_serializer.py +0 -76
  249. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/uint_serializer.py +0 -100
  250. coinex_api/ccxt/static_dependencies/starknet/serialization/data_serializers/unit_serializer.py +0 -32
  251. coinex_api/ccxt/static_dependencies/starknet/serialization/errors.py +0 -10
  252. coinex_api/ccxt/static_dependencies/starknet/serialization/factory.py +0 -229
  253. coinex_api/ccxt/static_dependencies/starknet/serialization/function_serialization_adapter.py +0 -110
  254. coinex_api/ccxt/static_dependencies/starknet/serialization/tuple_dataclass.py +0 -59
  255. coinex_api/ccxt/static_dependencies/starknet/utils/__init__.py +0 -0
  256. coinex_api/ccxt/static_dependencies/starknet/utils/constructor_args_translator.py +0 -86
  257. coinex_api/ccxt/static_dependencies/starknet/utils/iterable.py +0 -13
  258. coinex_api/ccxt/static_dependencies/starknet/utils/schema.py +0 -13
  259. coinex_api/ccxt/static_dependencies/starknet/utils/typed_data.py +0 -182
  260. coinex_api/ccxt/static_dependencies/starkware/__init__.py +0 -0
  261. coinex_api/ccxt/static_dependencies/starkware/crypto/__init__.py +0 -0
  262. coinex_api/ccxt/static_dependencies/starkware/crypto/fast_pedersen_hash.py +0 -50
  263. coinex_api/ccxt/static_dependencies/starkware/crypto/math_utils.py +0 -78
  264. coinex_api/ccxt/static_dependencies/starkware/crypto/signature.py +0 -2344
  265. coinex_api/ccxt/static_dependencies/starkware/crypto/utils.py +0 -63
  266. coinex_api/ccxt/static_dependencies/sympy/__init__.py +0 -0
  267. coinex_api/ccxt/static_dependencies/sympy/core/__init__.py +0 -0
  268. coinex_api/ccxt/static_dependencies/sympy/core/intfunc.py +0 -35
  269. coinex_api/ccxt/static_dependencies/sympy/external/__init__.py +0 -0
  270. coinex_api/ccxt/static_dependencies/sympy/external/gmpy.py +0 -345
  271. coinex_api/ccxt/static_dependencies/sympy/external/importtools.py +0 -187
  272. coinex_api/ccxt/static_dependencies/sympy/external/ntheory.py +0 -637
  273. coinex_api/ccxt/static_dependencies/sympy/external/pythonmpq.py +0 -341
  274. coinex_api/ccxt/static_dependencies/toolz/__init__.py +0 -26
  275. coinex_api/ccxt/static_dependencies/toolz/_signatures.py +0 -784
  276. coinex_api/ccxt/static_dependencies/toolz/_version.py +0 -520
  277. coinex_api/ccxt/static_dependencies/toolz/compatibility.py +0 -30
  278. coinex_api/ccxt/static_dependencies/toolz/curried/__init__.py +0 -101
  279. coinex_api/ccxt/static_dependencies/toolz/curried/exceptions.py +0 -22
  280. coinex_api/ccxt/static_dependencies/toolz/curried/operator.py +0 -22
  281. coinex_api/ccxt/static_dependencies/toolz/dicttoolz.py +0 -339
  282. coinex_api/ccxt/static_dependencies/toolz/functoolz.py +0 -1049
  283. coinex_api/ccxt/static_dependencies/toolz/itertoolz.py +0 -1057
  284. coinex_api/ccxt/static_dependencies/toolz/recipes.py +0 -46
  285. coinex_api/ccxt/static_dependencies/toolz/utils.py +0 -9
  286. coinex_api/ccxt/static_dependencies/typing_inspect/__init__.py +0 -0
  287. coinex_api/ccxt/static_dependencies/typing_inspect/typing_inspect.py +0 -851
  288. coinex_api-0.0.6.dist-info/RECORD +0 -288
  289. {coinex_api-0.0.6.dist-info → coinex_api-0.0.8.dist-info}/WHEEL +0 -0
@@ -1,1122 +0,0 @@
1
- from enum import (
2
- IntEnum,
3
- )
4
-
5
-
6
- class ChainId(IntEnum):
7
- ETH = 1
8
- EXP = 2
9
- ROP = 3
10
- RIN = 4
11
- GOR = 5
12
- KOT = 6
13
- TCH = 7
14
- UBQ = 8
15
- TUBQ = 9
16
- OETH = 10
17
- META = 11
18
- KAL = 12
19
- DSTG = 13
20
- FLR = 14
21
- DIODE = 15
22
- CFLR = 16
23
- TFI = 17
24
- TST = 18
25
- SGB = 19
26
- ESC = 20
27
- ESCT = 21
28
- ELADID = 22
29
- ELADIDT = 23
30
- KARDIACHAIN = 24
31
- CRO = 25
32
- L1TEST = 26
33
- SHIB = 27
34
- BOBARINKEBY = 28
35
- L1 = 29
36
- RSK = 30
37
- TRSK = 31
38
- GOODT = 32
39
- GOOD = 33
40
- SCAI = 34
41
- TBWG = 35
42
- DX = 36
43
- XPLA = 37
44
- VAL = 38
45
- U2U = 39
46
- TELOSEVM = 40
47
- TELOSEVMTESTNET = 41
48
- LUKSO = 42
49
- PANGOLIN = 43
50
- CRAB = 44
51
- PANGORO = 45
52
- DARWINIA = 46
53
- AIC = 47
54
- ETMP = 48
55
- ETMPTEST = 49
56
- XDC = 50
57
- TXDC = 51
58
- CET = 52
59
- TCET = 53
60
- OP = 54
61
- ZYX = 55
62
- BNB = 56
63
- SYS = 57
64
- ONTOLOGYMAINNET = 58
65
- EOS_LEGACY = 59
66
- GO = 60
67
- ETC = 61
68
- TETC = 62
69
- METC = 63
70
- ELLAISM = 64
71
- TOKT = 65
72
- OKT = 66
73
- DBM = 67
74
- SO1 = 68
75
- OKOV = 69
76
- HSC = 70
77
- CFXTEST = 71
78
- DXC = 72
79
- FNCY = 73
80
- IDCHAIN = 74
81
- DSC = 75
82
- MIX = 76
83
- SPOA = 77
84
- PRIMUSCHAIN = 78
85
- ZENITH = 79
86
- GENECHAIN = 80
87
- JOC = 81
88
- METER = 82
89
- METERTEST = 83
90
- LINQTO_DEVNET = 84
91
- GTTEST = 85
92
- GT = 86
93
- NNW = 87
94
- TOMO = 88
95
- TOMOT = 89
96
- GAR_S0 = 90
97
- GAR_S1 = 91
98
- GAR_S2 = 92
99
- GAR_S3 = 93
100
- SDLT = 94
101
- CAMDL = 95
102
- BKC = 96
103
- BNBT = 97
104
- SIX = 98
105
- POA = 99
106
- GNO = 100
107
- ETI = 101
108
- TW3G = 102
109
- WLC = 103
110
- TKLC = 104
111
- DW3G = 105
112
- VLX = 106
113
- NTN = 107
114
- TT = 108
115
- SHIBARIUMECOSYSTEM = 109
116
- XPR = 110
117
- ETL = 111
118
- COINBIT = 112
119
- DEH = 113
120
- C2FLR = 114
121
- DEBANK_TESTNET = 115
122
- DEBANK_MAINNET = 116
123
- AUPTICK = 117
124
- ARCOLOGY = 118
125
- ENULS = 119
126
- ENULST = 120
127
- REAL = 121
128
- FUSE = 122
129
- SPARK = 123
130
- DWU = 124
131
- OYCHAINTESTNET = 125
132
- OYCHAINMAINNET = 126
133
- FETH = 127
134
- HECO = 128
135
- RLC = 134
136
- ALYXTESTNET = 135
137
- DEAM = 136
138
- MATIC = 137
139
- DFIO_META_MAIN = 138
140
- WOOP = 139
141
- OPTEST = 141
142
- DAX = 142
143
- PHI = 144
144
- SHIMMEREVM_MAINNET = 148
145
- SIXT = 150
146
- RBN = 151
147
- RBN_DEVNET = 152
148
- RBN_TESTNET = 153
149
- RBN_TGE = 154
150
- TENET_TESTNET = 155
151
- OBE = 156
152
- EVA = 160
153
- WALL_E = 161
154
- TPHT = 162
155
- PHT = 163
156
- OMNI_TESTNET = 165
157
- ATOSHI = 167
158
- AIOZ = 168
159
- MANTA = 169
160
- HOOSMARTCHAIN = 170
161
- RESIL = 172
162
- AME = 180
163
- SEELE = 186
164
- BMC = 188
165
- BMCT = 189
166
- CEM = 193
167
- TOKB = 195
168
- OKB = 196
169
- NEUTR = 197
170
- BIT = 198
171
- BTT = 199
172
- AOX = 200
173
- MOACTEST = 201
174
- OBNB = 204
175
- VCTEST = 206
176
- VC = 207
177
- UTX = 208
178
- BTN = 210
179
- EDI = 211
180
- MAKALU = 212
181
- SHINARIUM = 214
182
- SIN2 = 217
183
- SO1_OLD = 218
184
- ASK = 222
185
- LA = 225
186
- TLA = 226
187
- SDX = 230
188
- DEAMTEST = 236
189
- PLGCHAIN = 242
190
- EWT = 246
191
- OAS = 248
192
- FTM = 250
193
- KROMA = 255
194
- HECOT = 256
195
- SETM = 258
196
- NEON = 259
197
- SUR = 262
198
- HPB = 269
199
- EGONM = 271
200
- LACHAIN = 274
201
- ZKSYNC_GOERLI = 280
202
- BOBA = 288
203
- ORDERLY = 291
204
- HEDERA_MAINNET = 295
205
- HEDERA_TESTNET = 296
206
- HEDERA_PREVIEWNET = 297
207
- HEDERA_LOCALNET = 298
208
- OGC = 300
209
- BOBAOPERA = 301
210
- NCNT = 303
211
- WYZ = 309
212
- OMAX = 311
213
- NCN = 313
214
- FILECOIN = 314
215
- KCS = 321
216
- KCST = 322
217
- ZKSYNC = 324
218
- W3Q = 333
219
- DFKTEST = 335
220
- SDN = 336
221
- TCRO = 338
222
- YVM = 345
223
- THETA_MAINNET = 361
224
- THETA_SAPPHIRE = 363
225
- THETA_AMBER = 364
226
- THETA_TESTNET = 365
227
- PLS = 369
228
- TCNT = 371
229
- LISINSKI = 385
230
- N3 = 399
231
- HPN = 400
232
- OZO_TST = 401
233
- PEPE = 411
234
- SX = 416
235
- LATESTNET = 418
236
- OGOR = 420
237
- PGN = 424
238
- ZEETH = 427
239
- OBS_TESTNET = 443
240
- SYNAPSE_SEPOLIA = 444
241
- ARZIO = 456
242
- TAREA = 462
243
- RUPX = 499
244
- CAMINO = 500
245
- COLUMBUS = 501
246
- AAC = 512
247
- AACT = 513
248
- GZ_MAINNET = 516
249
- XT = 520
250
- FIRE = 529
251
- FXCORE = 530
252
- CNDL = 534
253
- PAW = 542
254
- CLASS = 555
255
- TAO = 558
256
- DCT = 568
257
- SYS_ROLLUX = 570
258
- METIS_STARDUST = 588
259
- ASTR = 592
260
- MACA = 595
261
- TKAR = 596
262
- TACA = 597
263
- METIS_GOERLI = 599
264
- MESH_CHAIN_TESTNET = 600
265
- PEER = 601
266
- GLQ = 614
267
- AVOCADO = 634
268
- SX_TESTNET = 647
269
- ACE = 648
270
- PIXIE_CHAIN_TESTNET = 666
271
- LAOS = 667
272
- JUNCA = 668
273
- JUNCAT = 669
274
- KAR = 686
275
- SNS = 700
276
- BCS = 707
277
- TBCS = 708
278
- FURY = 710
279
- SHIBARIUM = 719
280
- LYC = 721
281
- TCANTO = 740
282
- VSCT = 741
283
- SPAY = 742
284
- QOM = 766
285
- OPC = 776
286
- CTH = 777
287
- MAAL = 786
288
- ACA = 787
289
- TAERO = 788
290
- PETH = 789
291
- LUCID = 800
292
- HAIC = 803
293
- PFTEST = 808
294
- MEER = 813
295
- BOC = 818
296
- CLO = 820
297
- TCLO = 821
298
- TARA = 841
299
- TARATEST = 842
300
- ZEETHDEV = 859
301
- FSCMAINNET = 868
302
- BNKEN = 876
303
- DXT = 877
304
- AMBROS = 880
305
- WAN = 888
306
- GAR_TEST_S0 = 900
307
- GAR_TEST_S1 = 901
308
- GAR_TEST_S2 = 902
309
- GAR_TEST_S3 = 903
310
- PF = 909
311
- DBONE = 910
312
- TFIRE = 917
313
- MODESEP = 919
314
- YDK = 927
315
- TPLS = 940
316
- T2BPLS = 941
317
- T3PLS = 942
318
- T4PLS = 943
319
- MUNODE = 956
320
- BTC20 = 963
321
- CCN = 970
322
- HUYGENS = 971
323
- ASCRAEUS = 972
324
- YETI = 977
325
- TOP_EVM = 980
326
- MEMOCHAIN = 985
327
- TOP = 989
328
- ELM = 990
329
- _5IRE = 997
330
- LN = 998
331
- TWAN = 999
332
- GTON = 1000
333
- BAOBAB = 1001
334
- TET = 1003
335
- T_EKTA = 1004
336
- TNEW = 1007
337
- EUN = 1008
338
- EVC = 1010
339
- NEW = 1012
340
- SKU = 1022
341
- TCLV = 1023
342
- CLV = 1024
343
- TBTT = 1028
344
- CFX = 1030
345
- PRX = 1031
346
- BRONOS_TESTNET = 1038
347
- BRONOS_MAINNET = 1039
348
- SHIMMEREVM_TESTNET_DEPRECATED = 1071
349
- SHIMMEREVM_TESTNET = 1072
350
- MINTARA_TESTNET = 1079
351
- MINTARA = 1080
352
- METIS_ANDROMEDA = 1088
353
- HUMANS = 1089
354
- MOAC = 1099
355
- ZKEVM = 1101
356
- TBLXQ = 1107
357
- BLXQ = 1108
358
- WEMIX = 1111
359
- TWEMIX = 1112
360
- TCORE = 1115
361
- CORE = 1116
362
- DOGSM = 1117
363
- DFI = 1130
364
- DFI_T = 1131
365
- CHANGI = 1133
366
- ASART = 1138
367
- MATH = 1139
368
- TMATH = 1140
369
- PLEXCHAIN = 1149
370
- AUOC = 1170
371
- SHT = 1177
372
- IORA = 1197
373
- AVIS = 1201
374
- WTT = 1202
375
- POPCAT = 1213
376
- ENTER = 1214
377
- XZO = 1229
378
- ULTRONTESTNET = 1230
379
- UTRONMAINNET = 1231
380
- STEP = 1234
381
- ARC = 1243
382
- TARC = 1244
383
- OM = 1246
384
- CICT = 1252
385
- HO = 1280
386
- MBEAM = 1284
387
- MRIVER = 1285
388
- MROCK_OLD = 1286
389
- MBASE = 1287
390
- MROCK = 1288
391
- SWTR = 1291
392
- BOBABEAM = 1294
393
- BOBABASE = 1297
394
- TDOS = 1311
395
- ALYX = 1314
396
- AIA = 1319
397
- AIATESTNET = 1320
398
- GETH = 1337
399
- ELST = 1338
400
- ELSM = 1339
401
- CIC = 1353
402
- ZAFIC = 1369
403
- KLC = 1379
404
- ASAR = 1388
405
- MUN = 1392
406
- ZKEVMTEST = 1402
407
- TESTNET_ZKEVM_MANGO_PRE_AUDIT_UPGRADED = 1422
408
- RIK = 1433
409
- LAS = 1440
410
- TESTNET_ZKEVM_MANGO = 1442
411
- GIL = 1452
412
- CTEX = 1455
413
- CHAINX = 1501
414
- SHERPAX = 1506
415
- SHERPAXTESTNET = 1507
416
- BEAGLE = 1515
417
- TENET = 1559
418
- CATE = 1618
419
- ATH = 1620
420
- BTA = 1657
421
- YUMA = 1662
422
- GOBI = 1663
423
- LUDAN = 1688
424
- ANYTYPECHAIN = 1701
425
- TBSI = 1707
426
- TTBSI = 1708
427
- PCM = 1718
428
- TEAPARTY = 1773
429
- GAUSS = 1777
430
- KERLEANO = 1804
431
- RANA = 1807
432
- CUBE = 1818
433
- CUBET = 1819
434
- TSF = 1856
435
- WBT = 1875
436
- GITSHOCKCHAIN = 1881
437
- LIGHTLINK_PHOENIX = 1890
438
- LIGHTLINK_PEGASUS = 1891
439
- BOYA = 1898
440
- SCN = 1904
441
- BITCI = 1907
442
- TBITCI = 1908
443
- ONUS_TESTNET = 1945
444
- DCHAIN_MAINNET = 1951
445
- DEXILLA = 1954
446
- MTC = 1967
447
- TSCS = 1969
448
- SCS = 1970
449
- ATLR = 1971
450
- ONUS_MAINNET = 1975
451
- EUNTEST = 1984
452
- SATOSHIE = 1985
453
- SATOSHIE_TESTNET = 1986
454
- EGEM = 1987
455
- EKTA = 1994
456
- EDX = 1995
457
- DC = 2000
458
- MILKADA = 2001
459
- MILKALGO = 2002
460
- CLOUDWALK_TESTNET = 2008
461
- CLOUDWALK_MAINNET = 2009
462
- NETZM = 2016
463
- PMINT_DEV = 2018
464
- PMINT_TEST = 2019
465
- PMINT = 2020
466
- EDG = 2021
467
- EDGT = 2022
468
- TAYCAN_TESTNET = 2023
469
- RPG = 2025
470
- CFG = 2031
471
- NCFG = 2032
472
- KIWI = 2037
473
- SHRAPTEST = 2038
474
- OTP = 2043
475
- SHRAPNEL = 2044
476
- STOS_TESTNET = 2047
477
- STOS_MAINNET = 2048
478
- MOVO = 2049
479
- QKA = 2077
480
- AIR = 2088
481
- ALGL = 2089
482
- ECO = 2100
483
- ESP = 2101
484
- EXN = 2109
485
- METAD = 2122
486
- MEU = 2124
487
- BIGSB = 2137
488
- DFIO_META_TEST = 2138
489
- BOA = 2151
490
- FRA = 2152
491
- FINDORA_TESTNET = 2153
492
- FINDORA_FORGE = 2154
493
- MSN = 2199
494
- ABNM = 2202
495
- BTC = 2203
496
- EVANESCO = 2213
497
- TKAVA = 2221
498
- KAVA = 2222
499
- VCHAIN = 2223
500
- KRST = 2241
501
- BOMB = 2300
502
- AREVIA = 2309
503
- SMA = 2323
504
- ALT = 2330
505
- SMAM = 2332
506
- DEPRECATED_KROMA_SEPOLIA = 2357
507
- KROMA_SEPOLIA = 2358
508
- BOMBT = 2399
509
- TCGV = 2400
510
- XODEX = 2415
511
- U2U_NEBULAS = 2484
512
- KTOC = 2559
513
- TPC = 2569
514
- POCRNET = 2606
515
- REDLC = 2611
516
- EZCHAIN = 2612
517
- FUJI_EZCHAIN = 2613
518
- TWBT = 2625
519
- TMORPH = 2710
520
- BOBAGOERLI = 2888
521
- BTY = 2999
522
- CENNZ_R = 3000
523
- CENNZ_N = 3001
524
- CAU = 3003
525
- _3ULL = 3011
526
- ORL = 3031
527
- BFC = 3068
528
- IMMU3 = 3100
529
- VFI = 3102
530
- FILECOIN_HYPERSPACE = 3141
531
- DUBX = 3269
532
- TESTDUBX = 3270
533
- DEBOUNCE_DEVNET = 3306
534
- ZCRBEACH = 3331
535
- W3Q_T = 3333
536
- W3Q_G = 3334
537
- PRB = 3400
538
- SCAIT = 3434
539
- PRBTESTNET = 3500
540
- JFIN = 3501
541
- PANDO_MAINNET = 3601
542
- PANDO_TESTNET = 3602
543
- BTNX = 3636
544
- BTCM = 3637
545
- ISLAMI = 3639
546
- JOULEVERSE = 3666
547
- BTX = 3690
548
- EMPIRE = 3693
549
- SPCT = 3698
550
- SPCM = 3699
551
- XPLATEST = 3701
552
- CSB = 3737
553
- ALV = 3797
554
- KALYMAINNET = 3888
555
- KALYTESTNET = 3889
556
- DRAC = 3912
557
- DOST = 3939
558
- DYNO = 3966
559
- TDYNO = 3967
560
- YCC = 3999
561
- OZO = 4000
562
- PERIUM = 4001
563
- TFTM = 4002
564
- BOBAOPERATESTNET = 4051
565
- NAHMII3MAINNET = 4061
566
- NAHMII3TESTNET = 4062
567
- OASIS = 4090
568
- BNIT = 4096
569
- BNIM = 4099
570
- AIOZ_TESTNET = 4102
571
- HUMANS_TESTNET = 4139
572
- TPBXT = 4141
573
- PHIV1 = 4181
574
- LUKSO_TESTNET = 4201
575
- NEXI = 4242
576
- BOBAFUJITESTNET = 4328
577
- BEAM = 4337
578
- HTML = 4444
579
- ORDERLYL2 = 4460
580
- IOTEX_MAINNET = 4689
581
- IOTEX_TESTNET = 4690
582
- TESTMEV = 4759
583
- TBXN = 4777
584
- TXVM = 4918
585
- XVM = 4919
586
- BXN = 4999
587
- MANTLE = 5000
588
- MANTLE_TESTNET = 5001
589
- TREASURENET = 5002
590
- MNT_SEP = 5003
591
- TNTEST = 5005
592
- FTN = 5165
593
- TLC = 5177
594
- ES = 5197
595
- HMND = 5234
596
- _OLD_FIRE = 5290
597
- UZMI = 5315
598
- TTRN = 5353
599
- VEX = 5522
600
- NAHMII = 5551
601
- NAHMIITESTNET = 5553
602
- CVERSE = 5555
603
- OBNBT = 5611
604
- ARCT = 5616
605
- TANSSICC = 5678
606
- TSYS = 5700
607
- HIK = 5729
608
- SATST = 5758
609
- GGUI = 5777
610
- ONTOLOGYTESTNET = 5851
611
- RBD = 5869
612
- TRESTEST = 6065
613
- TRESMAIN = 6066
614
- CASCADIA = 6102
615
- UPTN_TEST = 6118
616
- UPTN = 6119
617
- PEERPAY = 6502
618
- SRC_TEST = 6552
619
- FOX = 6565
620
- PIXIE_CHAIN = 6626
621
- IRIS = 6688
622
- STANDM = 6789
623
- TOMBCHAIN = 6969
624
- PSC = 6999
625
- ZETACHAIN_MAINNET = 7000
626
- ZETACHAIN_ATHENS = 7001
627
- ELLA = 7027
628
- PLANQ = 7070
629
- BITROCK = 7171
630
- KLY = 7331
631
- EON = 7332
632
- SHYFT = 7341
633
- RABA = 7484
634
- MEV = 7518
635
- TADIL = 7575
636
- ADIL = 7576
637
- TRN_MAINNET = 7668
638
- TRN_PORCINI = 7672
639
- CANTO = 7700
640
- TESTNETCANTO = 7701
641
- TBITROCK = 7771
642
- RISEOFTHEWARBOTSTESTNET = 7777
643
- TSCAS = 7878
644
- ARD = 7895
645
- DOS = 7979
646
- TELEPORT = 8000
647
- TELEPORT_TESTNET = 8001
648
- MDGL = 8029
649
- LIBERTY10 = 8080
650
- LIBERTY20 = 8081
651
- SPHINX10 = 8082
652
- BITETH = 8086
653
- STREAMUX = 8098
654
- MEERTEST = 8131
655
- MEERMIX = 8132
656
- MEERPRIV = 8133
657
- AMANA = 8134
658
- FLANA = 8135
659
- MIZANA = 8136
660
- TBOC = 8181
661
- TTQF = 8194
662
- CYPRESS = 8217
663
- BTON = 8272
664
- KORTHO = 8285
665
- FUCK = 8387
666
- BASE = 8453
667
- TOKI = 8654
668
- TOKI_TESTNET = 8655
669
- HELA = 8668
670
- OLO = 8723
671
- TOLO = 8724
672
- ALPH = 8738
673
- TMY = 8768
674
- MARO = 8848
675
- UNQ = 8880
676
- QTZ = 8881
677
- OPL = 8882
678
- SPH = 8883
679
- XANACHAIN = 8888
680
- VSC = 8889
681
- MMT = 8898
682
- JBC = 8899
683
- GMMT = 8989
684
- BERG = 8995
685
- EVMOS_TESTNET = 9000
686
- EVMOS = 9001
687
- BRB = 9012
688
- GENEC = 9100
689
- _OLD_TFIRE = 9170
690
- COF = 9223
691
- DOGST = 9339
692
- TRPG = 9527
693
- QETTEST = 9528
694
- TESTNEON = 9559
695
- MAINNETDEV = 9700
696
- BOBABNBTESTNET = 9728
697
- NETZT = 9768
698
- PN = 9779
699
- CARBON = 9790
700
- CARBON_TESTNET = 9792
701
- TIMP = 9818
702
- IMP = 9819
703
- TMIND = 9977
704
- AGNG = 9990
705
- MIND = 9996
706
- ALT_TESTNET = 9997
707
- MYN = 9999
708
- SMARTBCH = 10000
709
- SMARTBCHTEST = 10001
710
- GON = 10024
711
- JOCT = 10081
712
- SJ = 10086
713
- GEN = 10101
714
- CHI = 10200
715
- PWR = 10201
716
- AA = 10243
717
- _0XT = 10248
718
- TWLC = 10395
719
- JADE = 10507
720
- SNOW = 10508
721
- CCP = 10823
722
- QUADRANS = 10946
723
- QUADRANSTESTNET = 10947
724
- ASTRA = 11110
725
- WAGMI = 11111
726
- ASTRA_TESTNET = 11115
727
- HBIT = 11119
728
- ISLM = 11235
729
- SHYFTT = 11437
730
- SRDXT = 11612
731
- SAN = 11888
732
- ARIANEE = 11891
733
- SATS = 12009
734
- TZERO = 12051
735
- ZERO = 12052
736
- BRC = 12123
737
- FIBO = 12306
738
- BLGCHAIN = 12321
739
- STEPTEST = 12345
740
- ASTRZK = 12611
741
- TRIK = 12715
742
- TQNET = 12890
743
- SPS = 13000
744
- CREDIT = 13308
745
- BEAM_TESTNET = 13337
746
- PHOENIX = 13381
747
- SUS = 13812
748
- SPS_TEST = 14000
749
- HMND_T5 = 14853
750
- LOOP = 15551
751
- TRUSTTESTNET = 15555
752
- EOS_TESTNET = 15557
753
- MTT = 16000
754
- MTTTEST = 16001
755
- GENESYS = 16507
756
- NYANCAT = 16688
757
- AIRDAO = 16718
758
- TIVAR = 16888
759
- HOLESKY = 17000
760
- G8CM = 17171
761
- PCT = 17180
762
- EOS = 17777
763
- ZKST = 18000
764
- STN = 18122
765
- POM = 18159
766
- G8CT = 18181
767
- MXCZKEVM = 18686
768
- HMV = 19011
769
- BTCIX = 19845
770
- CAMELARK = 20001
771
- CLOTESTNET = 20729
772
- P12 = 20736
773
- CENNZ_A = 21337
774
- OMC = 21816
775
- SFL = 22023
776
- AIRDAO_TEST = 22040
777
- NAUTCHAIN = 22222
778
- MAP = 22776
779
- ABNT = 23006
780
- OPSIDE = 23118
781
- SAPPHIRE = 23294
782
- SAPPHIRE_TESTNET = 23295
783
- WEB = 24484
784
- MINTME = 24734
785
- GOLDT = 25888
786
- BKCT = 25925
787
- FRM = 26026
788
- HTZ = 26600
789
- OAC = 26863
790
- OBGOR = 28528
791
- MCHV = 29548
792
- PIECE = 30067
793
- CERI = 30103
794
- ESN = 31102
795
- CLDTX = 31223
796
- CLD = 31224
797
- GOT = 31337
798
- FILECOIN_WALLABY = 31415
799
- BRISE = 32520
800
- FSN = 32659
801
- ZIL = 32769
802
- ZIL_ISOLATED_SERVER = 32990
803
- ZIL_TESTNET = 33101
804
- AVS = 33333
805
- ZIL_DEVNET = 33385
806
- ZQ2_DEVNET = 33469
807
- J2O = 35011
808
- Q = 35441
809
- Q_TESTNET = 35443
810
- CMRPG = 38400
811
- TTRPG = 38401
812
- NRG = 39797
813
- OHO = 39815
814
- OX_BETA = 41500
815
- PC = 42069
816
- ARB1 = 42161
817
- ARB_NOVA = 42170
818
- CELO = 42220
819
- EMERALD_TESTNET = 42261
820
- EMERALD = 42262
821
- GST = 42801
822
- KETH = 42888
823
- AVAETH = 43110
824
- FUJI = 43113
825
- AVAX = 43114
826
- BOBAAVAX = 43288
827
- FREN = 44444
828
- ALFA = 44787
829
- AUTOBAHNNETWORK = 45000
830
- TFSN = 46688
831
- REI = 47805
832
- FLORIPA = 49049
833
- TBFC = 49088
834
- TNRG = 49797
835
- LOE = 50001
836
- TGTON = 50021
837
- LUMOZ_TESTNET = 51178
838
- SRDXM = 51712
839
- ETN_MAINNET = 52014
840
- DFK = 53935
841
- ISLMT = 54211
842
- TORONETTESTNET = 54321
843
- TETH = 55004
844
- REICHAIN = 55555
845
- TREI = 55556
846
- BOBABNB = 56288
847
- VELO = 56789
848
- TSYS_ROLLUX = 57000
849
- SEPPGN = 58008
850
- LINEA_TESTNET = 59140
851
- LINEA = 59144
852
- TKM_TEST0 = 60000
853
- TKM_TEST1 = 60001
854
- TKM_TEST2 = 60002
855
- TKM_TEST103 = 60103
856
- AIUM_DEV = 61800
857
- ETICA = 61803
858
- DOKEN = 61916
859
- BKLV = 62320
860
- MTV = 62621
861
- ECS = 63000
862
- ECS_TESTNET = 63001
863
- SRC = 65450
864
- MCL = 67390
865
- COSMIC = 67588
866
- DM2 = 68770
867
- CNDR = 69420
868
- TKM0 = 70000
869
- TKM1 = 70001
870
- TKM2 = 70002
871
- TKM103 = 70103
872
- GUAPX = 71111
873
- CKB = 71393
874
- GW_TESTNET_V1 = 71401
875
- GW_MAINNET_V1 = 71402
876
- VT = 73799
877
- MVM = 73927
878
- RESIN = 75000
879
- FNC = 77238
880
- VSCM = 77612
881
- TORONET = 77777
882
- FIRENZE = 78110
883
- DFLY = 78281
884
- AMPLIFY = 78430
885
- BULLETIN = 78431
886
- CONDUIT = 78432
887
- STANDT = 79879
888
- MATICMUM = 80001
889
- AMANATEST = 81341
890
- AMANAMIX = 81342
891
- AMANAPRIV = 81343
892
- FLANATEST = 81351
893
- FLANAMIX = 81352
894
- FLANAPRIV = 81353
895
- MIZANATEST = 81361
896
- MIZANAMIX = 81362
897
- MIZANAPRIV = 81363
898
- QNET = 81720
899
- BASEGOR = 84531
900
- BASESEP = 84532
901
- AERIE = 84886
902
- CYBER = 85449
903
- NAUTTEST = 88002
904
- CHZ = 88880
905
- IVAR = 88888
906
- BVHL = 90210
907
- NAUT = 91002
908
- LAMBDA_TESTNET = 92001
909
- MANTIS = 96970
910
- BOBABNBOLD = 97288
911
- ELT = 99099
912
- USCTEST = 99998
913
- USC = 99999
914
- QKC_R = 100000
915
- QKC_S0 = 100001
916
- QKC_S1 = 100002
917
- QKC_S2 = 100003
918
- QKC_S3 = 100004
919
- QKC_S4 = 100005
920
- QKC_S5 = 100006
921
- QKC_S6 = 100007
922
- QKC_S7 = 100008
923
- VECHAIN = 100009
924
- VECHAIN_TESTNET = 100010
925
- CHI1 = 100100
926
- SVRNT = 101010
927
- CRFI = 103090
928
- BRO = 108801
929
- QKC_D_R = 110000
930
- QKC_D_S0 = 110001
931
- QKC_D_S1 = 110002
932
- QKC_D_S2 = 110003
933
- QKC_D_S3 = 110004
934
- QKC_D_S4 = 110005
935
- QKC_D_S5 = 110006
936
- QKC_D_S6 = 110007
937
- QKC_D_S7 = 110008
938
- TESTSBR = 111000
939
- SBR = 111111
940
- METAO = 112358
941
- DADIL = 123456
942
- ETND = 131419
943
- ICPLAZA = 142857
944
- TAIKO_A2 = 167004
945
- TAIKO_L2 = 167005
946
- TAIKO_L3 = 167006
947
- TKO_JOLNIR = 167007
948
- BDCC = 188710
949
- CONDOR = 188881
950
- MILKTADA = 200101
951
- MILKTALGO = 200202
952
- AKA = 200625
953
- ALAYA = 201018
954
- ALAYADEV = 201030
955
- MYTH = 201804
956
- TDSC = 202020
957
- TWL_JELLIE = 202624
958
- PLATON = 210425
959
- MAS = 220315
960
- REAP = 221230
961
- REAP_TESTNET = 221231
962
- TAFECO = 224168
963
- HSKTEST = 230315
964
- HYM = 234666
965
- ATS = 246529
966
- ATSTAU = 246785
967
- SAAKURU_TESTNET = 247253
968
- CMP_MAINNET = 256256
969
- GZ_TESTNET = 266256
970
- EGONT = 271271
971
- SOCHAIN = 281121
972
- FILECOIN_CALIBRATION = 314159
973
- TC = 330844
974
- AVST = 333331
975
- N3_TEST = 333333
976
- OONETEST = 333666
977
- OONEDEV = 333777
978
- SPARTA = 333888
979
- OLYMPUS = 333999
980
- BITFINITY = 355113
981
- HAP_TESTNET = 373737
982
- METAL = 381931
983
- TAHOE = 381932
984
- TPBXM = 404040
985
- KEK = 420420
986
- TKEK = 420666
987
- ALTERIUM = 420692
988
- ARB_RINKEBY = 421611
989
- ARB_GOERLI = 421613
990
- ARB_SEP = 421614
991
- FASTEXTESTNET = 424242
992
- MARKR_GO = 431140
993
- DEXALOT_TESTNET = 432201
994
- DEXALOT = 432204
995
- WLKT = 444900
996
- PSEP = 471100
997
- OC = 474142
998
- CMP = 512512
999
- ETHF = 513100
1000
- SCR_SEPOLIA = 534351
1001
- SCR = 534352
1002
- SCR_ALPHA = 534353
1003
- SCR_PREALPHA = 534354
1004
- SHI = 534849
1005
- BESC = 535037
1006
- RTH = 622277
1007
- BRNKC = 641230
1008
- ALL = 651940
1009
- VPIONEER = 666666
1010
- HELA_TESTNET = 666888
1011
- BRNKCTEST = 751230
1012
- MIEXS = 761412
1013
- MDLRM = 776877
1014
- OCTA = 800001
1015
- CURVEM = 827431
1016
- BLOQS4GOOD = 846000
1017
- DODAO = 855456
1018
- VISION = 888888
1019
- PSC_S0 = 900000
1020
- PSC_T_S0 = 910000
1021
- PSC_D_S0 = 920000
1022
- PSC_D_S1 = 920001
1023
- TFNCY = 923018
1024
- ELV = 955305
1025
- ECROX = 988207
1026
- AZKTN = 1261120
1027
- ETHO = 1313114
1028
- XERO = 1313500
1029
- KINTSUGI = 1337702
1030
- KILN = 1337802
1031
- ZHEJIANG = 1337803
1032
- DBK = 2021398
1033
- PLIAN_MAINNET = 2099156
1034
- PLATONDEV = 2203181
1035
- PLATONDEV2 = 2206132
1036
- DPU = 2611555
1037
- FILECOIN_BUTTERFLY = 3141592
1038
- MANTATESTNET = 3441005
1039
- ALT_ZEROGAS = 4000003
1040
- WORLDSCAL = 4281033
1041
- MXC = 5167003
1042
- ETN_TESTNET = 5201420
1043
- IMVERSED = 5555555
1044
- IMVERSED_TESTNET = 5555558
1045
- SAAKURU = 7225878
1046
- VSL = 7355310
1047
- TQOM = 7668378
1048
- MUSIC = 7762959
1049
- ZORA = 7777777
1050
- PLIAN_MAINNET_L2 = 8007736
1051
- HAP = 8794598
1052
- QUARIX_TESTNET = 8888881
1053
- QUARIX = 8888888
1054
- PLIAN_TESTNET_L2 = 10067275
1055
- SVRNM = 10101010
1056
- SEP = 11155111
1057
- TPEP = 13371337
1058
- ANDUSCHAIN_MAINNET = 14288640
1059
- PLIAN_TESTNET = 16658437
1060
- ILT = 18289463
1061
- SPECTRUM = 20180430
1062
- QKI = 20181205
1063
- PG = 20201022
1064
- XLON = 22052002
1065
- EXLVOLTA = 27082017
1066
- EXL = 27082022
1067
- AUXI = 28945486
1068
- FLA = 29032022
1069
- FILECOIN_LOCAL = 31415926
1070
- JOYS = 35855456
1071
- MAIS = 43214913
1072
- AQUA = 61717561
1073
- BAKERLOO_0 = 65010000
1074
- PICCADILLY_0 = 65100000
1075
- FRAMETEST = 68840142
1076
- TEAM = 88888888
1077
- TOYS = 99415706
1078
- GTH = 192837465
1079
- KANAZAWA = 222000222
1080
- NEONEVM_DEVNET = 245022926
1081
- NEONEVM_MAINNET = 245022934
1082
- NEONEVM_TESTNET = 245022940
1083
- RAZOR = 278611351
1084
- ONELEDGER = 311752642
1085
- MELD = 333000333
1086
- CALYPSO_TESTNET = 344106930
1087
- TGTH = 356256156
1088
- DGTH = 486217935
1089
- NEBULA_STAGING = 503129905
1090
- ZSEP = 999999999
1091
- IPOS = 1122334455
1092
- CYB = 1146703430
1093
- HUMAN_MAINNET = 1273227453
1094
- AURORA = 1313161554
1095
- AURORA_TESTNET = 1313161555
1096
- AURORA_BETANET = 1313161556
1097
- CHAOS_TENET = 1351057110
1098
- RPTR = 1380996178
1099
- NEBULA_MAINNET = 1482601649
1100
- CALYPSO_MAINNET = 1564830818
1101
- HMY_S0 = 1666600000
1102
- HMY_S1 = 1666600001
1103
- HMY_S2 = 1666600002
1104
- HMY_S3 = 1666600003
1105
- HMY_B_S0 = 1666700000
1106
- HMY_B_S1 = 1666700001
1107
- HMY_PS_S0 = 1666900000
1108
- HMY_PS_S1 = 1666900001
1109
- HOP = 2021121117
1110
- EUROPA = 2046399126
1111
- A8 = 2863311531
1112
- PIRL = 3125659152
1113
- FRANKENSTEIN = 4216137055
1114
- TPALM = 11297108099
1115
- PALM = 11297108109
1116
- ALPHABET = 111222333444
1117
- NTT = 197710212030
1118
- NTT_HARADEV = 197710212031
1119
- ZENIQ = 383414847825
1120
- IPDC = 666301171999
1121
- MOLE = 6022140761023
1122
- GW_TESTNET_V1_DEPRECATED = 868455272153094