abstract-solana 0.0.0.44__py3-none-any.whl → 0.0.0.46__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.

@@ -1,5 +1,6 @@
1
1
  from ..constants import TOKEN_DECIMAL_EXP,SOL_DECIMAL_EXP
2
2
  from ..pubkey_utils import Pubkey
3
+ from .pump_fun_keys import get_pump_fun_data
3
4
  from abstract_solcatcher import getTokenAccountBalance,getTokenAccountsByOwner
4
5
  from spl.token.instructions import create_associated_token_account, get_associated_token_address
5
6
  from abstract_utilities import get_any_value
@@ -11,7 +12,7 @@ def get_token_balance(payer,mint: str):
11
12
  def get_token_price(mint: str) -> float:
12
13
  try:
13
14
  # Get coin data
14
- coin_data = get_coin_data(str(mint))
15
+ coin_data = get_pump_fun_data(str(mint))
15
16
  if not coin_data:
16
17
  print("Failed to retrieve coin data...")
17
18
  return None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: abstract_solana
3
- Version: 0.0.0.44
3
+ Version: 0.0.0.46
4
4
  Home-page: https://github.com/AbstractEndeavors/abstract_solana
5
5
  Author: putkoff
6
6
  Author-email: partners@abstractendeavors.com
@@ -14,8 +14,8 @@ abstract_solana/pumpFun/__init__.py,sha256=BiRxwJd1JWwEft63zqYwZ_Xs6UDp4hjczjzvu
14
14
  abstract_solana/pumpFun/buy_sell_pump.py,sha256=bMKC7bNhawySd9aTMbVAqDD9b-D_j8zHzEjjiQEK_f8,6990
15
15
  abstract_solana/pumpFun/pumpFunKeys.py,sha256=yMS_fT-0ESndluVpZ17XdMhpXVtSfhtIG5njy7DJkfI,7961
16
16
  abstract_solana/pumpFun/pump_fun_keys.py,sha256=lL7afQx3-PYOHz69rm7Cyr2_tLp0nFXLZAd-7tvztm8,7963
17
- abstract_solana/pumpFun/token_utils.py,sha256=jLNqYxV3Ak7clmODPdmajfGsrrRswT5IvffZasi-0w4,2287
18
- abstract_solana-0.0.0.44.dist-info/METADATA,sha256=2NRJc8tbrjYR4Ei-SvoJ72kOuLPm17ksZsL10Cf8L00,924
19
- abstract_solana-0.0.0.44.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
20
- abstract_solana-0.0.0.44.dist-info/top_level.txt,sha256=SsJYent8eZQ0FU2jmP8wTj7aFZFhNwxxP-5cCTQ2B-o,16
21
- abstract_solana-0.0.0.44.dist-info/RECORD,,
17
+ abstract_solana/pumpFun/token_utils.py,sha256=UDsSMm5R6_Qh51TRlCU6O5w8SqWhhOW-WdBUczgdloQ,2336
18
+ abstract_solana-0.0.0.46.dist-info/METADATA,sha256=H2uoDBlwVOlKRf8AjvWdFCiKObN324jUaiisNsHZk8s,924
19
+ abstract_solana-0.0.0.46.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
20
+ abstract_solana-0.0.0.46.dist-info/top_level.txt,sha256=SsJYent8eZQ0FU2jmP8wTj7aFZFhNwxxP-5cCTQ2B-o,16
21
+ abstract_solana-0.0.0.46.dist-info/RECORD,,