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

@@ -106,10 +106,11 @@ def get_pump_fun_data(mint_str: str=None,signature=None,commitment="finalized"):
106
106
  return txn_types
107
107
 
108
108
  def getKeys(mint_str,token_account,payer_pubkey,buy=True):
109
- coin_data = get_pump_fun_data(str(mint_str))
110
109
  MINT = get_pubkey(str(mint_str))
111
- BONDING_CURVE = get_pubkey(coin_data['bonding_curve'])
112
- ASSOCIATED_BONDING_CURVE = get_pubkey(coin_data['associated_bonding_curve'])
110
+ bonding_curve = derive_bonding_curve(str(mint_str))
111
+ associated_bonding_curve = derive_associated_bonding_curve(str(mint_str))
112
+ BONDING_CURVE = get_pubkey(str(bonding_curve[0]))
113
+ ASSOCIATED_BONDING_CURVE = get_pubkey(str(associated_bonding_curve))
113
114
  ASSOCIATED_USER = Pubkey.from_string(str(token_account))
114
115
  USER = Pubkey.from_string(str(payer_pubkey))
115
116
  PUMP_FUN_TOKEN_PROGRAM_SWITCH = TOKEN_PROGRAM_ID_PUBKEY if buy else PUMP_FUN_ASSOC_TOKEN_ACC_PROG_PUBKEY
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: abstract_solana
3
- Version: 0.0.0.89
3
+ Version: 0.0.0.90
4
4
  Home-page: https://github.com/AbstractEndeavors/abstract_solana
5
5
  Author: putkoff
6
6
  Author-email: partners@abstractendeavors.com
@@ -13,9 +13,9 @@ abstract_solana/utils.py,sha256=RcnGEiZ0aJbcw8ObpjHU3WUFU4Tmy-exCs6qIbEu4_c,444
13
13
  abstract_solana/pumpFun/__init__.py,sha256=BiRxwJd1JWwEft63zqYwZ_Xs6UDp4hjczjzvuwy3sHg,85
14
14
  abstract_solana/pumpFun/buy_sell_pump.py,sha256=fBJRFVfH00bczQ1ZrVPaHh4ot8eJ8ZwanqfPSpp2ur0,7830
15
15
  abstract_solana/pumpFun/pumpFunKeys.py,sha256=yMS_fT-0ESndluVpZ17XdMhpXVtSfhtIG5njy7DJkfI,7961
16
- abstract_solana/pumpFun/pump_fun_keys.py,sha256=4FTgJ50UWUZJXU-zr1IwxW1vqSP80KrlXi7FyLSw3ko,8420
16
+ abstract_solana/pumpFun/pump_fun_keys.py,sha256=jj_yLqXnVipuT9MalM7wp7x1LLmuE6c5mDQtRruxUTE,8492
17
17
  abstract_solana/pumpFun/token_utils.py,sha256=NhMvpTnw3QZk8DmeKYFzuqEMEZEHUlrBKfFp7662ohw,2684
18
- abstract_solana-0.0.0.89.dist-info/METADATA,sha256=EcxCcixDrkY7CB1yj_YG0n1jxomGCGLv5-iM-FAatQw,981
19
- abstract_solana-0.0.0.89.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
20
- abstract_solana-0.0.0.89.dist-info/top_level.txt,sha256=SsJYent8eZQ0FU2jmP8wTj7aFZFhNwxxP-5cCTQ2B-o,16
21
- abstract_solana-0.0.0.89.dist-info/RECORD,,
18
+ abstract_solana-0.0.0.90.dist-info/METADATA,sha256=dgPvkIpaEAlzv_8MiMyjEcTXd5RL2VoYrCOqOGmOmlE,981
19
+ abstract_solana-0.0.0.90.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
20
+ abstract_solana-0.0.0.90.dist-info/top_level.txt,sha256=SsJYent8eZQ0FU2jmP8wTj7aFZFhNwxxP-5cCTQ2B-o,16
21
+ abstract_solana-0.0.0.90.dist-info/RECORD,,