abstract-solana 0.0.0.95__py3-none-any.whl → 0.0.0.96__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.
Potentially problematic release.
This version of abstract-solana might be problematic. Click here for more details.
- abstract_solana/abstract_rpcs/get_body.py +0 -2
- {abstract_solana-0.0.0.95.dist-info → abstract_solana-0.0.0.96.dist-info}/METADATA +1 -1
- {abstract_solana-0.0.0.95.dist-info → abstract_solana-0.0.0.96.dist-info}/RECORD +5 -5
- {abstract_solana-0.0.0.95.dist-info → abstract_solana-0.0.0.96.dist-info}/WHEEL +0 -0
- {abstract_solana-0.0.0.95.dist-info → abstract_solana-0.0.0.96.dist-info}/top_level.txt +0 -0
|
@@ -82,7 +82,6 @@ import json
|
|
|
82
82
|
|
|
83
83
|
from solana.rpc.providers import http
|
|
84
84
|
from abstract_apis.make_request import *
|
|
85
|
-
from abstract_solcatcher import get_solcatcher_api
|
|
86
85
|
|
|
87
86
|
def makeRpcCall(*args,**kwargs):
|
|
88
87
|
return get_solcatcher_api('/api/v1/rpc_call',**kwargs)
|
|
@@ -107,7 +106,6 @@ class Client(_ClientCore): # pylint: disable=too-many-public-methods
|
|
|
107
106
|
):
|
|
108
107
|
"""Init API client."""
|
|
109
108
|
super().__init__(commitment)
|
|
110
|
-
self._provider = get_solcatcher_api('/api/v1/rpc_call', timeout=timeout, extra_headers=extra_headers)
|
|
111
109
|
|
|
112
110
|
def is_connected(self) -> bool:
|
|
113
111
|
"""Health check.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
abstract_solana/__init__.py,sha256=rC-Z34toCxT80j45rwTgY5n59w-Z8tEAk9EOBi-aqso,94
|
|
2
2
|
abstract_solana/abstract_rpcs/__init__.py,sha256=AF2rqc1rC2g74TYW-BuGhDh5x5bpthoDS-J5_C1X35I,24
|
|
3
|
-
abstract_solana/abstract_rpcs/get_body.py,sha256=
|
|
3
|
+
abstract_solana/abstract_rpcs/get_body.py,sha256=XZZdoWX8rXeKYc_s8IqJCNTIfS5gaTOLCdQunjESy4s,51222
|
|
4
4
|
abstract_solana/abstract_utils/__init__.py,sha256=HCbBVQ5BIFCVkFqqTMHp1Y__YQAO4HTq_KHVdMCe89U,296
|
|
5
5
|
abstract_solana/abstract_utils/account_key_utils.py,sha256=VMJd4GOTK1vn8UZsfXDnjxDOGoQWGY6fvflJqPZ7Xvs,877
|
|
6
6
|
abstract_solana/abstract_utils/constants.py,sha256=cSmCKzQiNZocX1YkKYrdY-O449aYhi7BT_j-45HZN-E,1418
|
|
@@ -16,7 +16,7 @@ abstract_solana/pump_functions/__init__.py,sha256=BiRxwJd1JWwEft63zqYwZ_Xs6UDp4h
|
|
|
16
16
|
abstract_solana/pump_functions/buy_sell_pump.py,sha256=gjv_1et20s1Li0ygcURofO29VPkO1v-a5G5Bo_sZs_c,7860
|
|
17
17
|
abstract_solana/pump_functions/pump_fun_keys.py,sha256=BeWbV9_wd-c6ydF33drW-gZBDPWolbsMZL4cNhP3eOU,8537
|
|
18
18
|
abstract_solana/pump_functions/token_utils.py,sha256=O-Fgj3L1NhND-k4INa3WvLAEXg2N9u1fVqyLFzn1PwM,2714
|
|
19
|
-
abstract_solana-0.0.0.
|
|
20
|
-
abstract_solana-0.0.0.
|
|
21
|
-
abstract_solana-0.0.0.
|
|
22
|
-
abstract_solana-0.0.0.
|
|
19
|
+
abstract_solana-0.0.0.96.dist-info/METADATA,sha256=pA-5UNWuFdx6QhrvITN_44HJnEHU43TkG4eWlU1lDHc,981
|
|
20
|
+
abstract_solana-0.0.0.96.dist-info/WHEEL,sha256=GV9aMThwP_4oNCtvEC2ec3qUYutgWeAzklro_0m4WJQ,91
|
|
21
|
+
abstract_solana-0.0.0.96.dist-info/top_level.txt,sha256=SsJYent8eZQ0FU2jmP8wTj7aFZFhNwxxP-5cCTQ2B-o,16
|
|
22
|
+
abstract_solana-0.0.0.96.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|