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

@@ -87,14 +87,14 @@ def get_pump_fun_data(mint_str: str=None,signature=None):
87
87
  txn_types = change_keys_lower(getTxnTypes(mint_str))
88
88
  if signature:
89
89
  txn_types = change_keys_lower(get_txnTypesFromGenesisSignature(signature))
90
- mint_str = mint_str oor txn_types.get('mint')
90
+ mint_str = mint_str or txn_types.get('mint')
91
91
  bonding_curve = derive_bonding_curve(mint_str)
92
92
  virtual_reserves = get_virtual_reserves(bonding_curve)
93
93
  if virtual_reserves is None:
94
94
  return None
95
95
 
96
96
  txn_types.update({
97
- "mint": ,
97
+ "mint": mint_str,
98
98
  "bonding_curve": str(bonding_curve[0]),
99
99
  "associated_bonding_curve": str(derive_associated_bonding_curve(mint_str)),
100
100
  "virtual_token_reserves": int(virtual_reserves.virtualTokenReserves),
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: abstract_solana
3
- Version: 0.0.0.77
3
+ Version: 0.0.0.79
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=NvhBIbiXdpfp3EquW2fyYRZUek5x2fj7YPeEN52klJg,8323
16
+ abstract_solana/pumpFun/pump_fun_keys.py,sha256=IAjMnq7_jQu6Bh-1XbhqCbTyYvt99QlV5tE4kzKrbZI,8330
17
17
  abstract_solana/pumpFun/token_utils.py,sha256=NhMvpTnw3QZk8DmeKYFzuqEMEZEHUlrBKfFp7662ohw,2684
18
- abstract_solana-0.0.0.77.dist-info/METADATA,sha256=d2C0X-6tE51fVdUWhU6XL1wUtNNlkLqmGmL1FRjIXGE,981
19
- abstract_solana-0.0.0.77.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
20
- abstract_solana-0.0.0.77.dist-info/top_level.txt,sha256=SsJYent8eZQ0FU2jmP8wTj7aFZFhNwxxP-5cCTQ2B-o,16
21
- abstract_solana-0.0.0.77.dist-info/RECORD,,
18
+ abstract_solana-0.0.0.79.dist-info/METADATA,sha256=cckdC6X8UnOOca7pp377YZW1GIpSFvANMReZ92GNrYM,981
19
+ abstract_solana-0.0.0.79.dist-info/WHEEL,sha256=cVxcB9AmuTcXqmwrtPhNK88dr7IR_b6qagTj0UvIEbY,91
20
+ abstract_solana-0.0.0.79.dist-info/top_level.txt,sha256=SsJYent8eZQ0FU2jmP8wTj7aFZFhNwxxP-5cCTQ2B-o,16
21
+ abstract_solana-0.0.0.79.dist-info/RECORD,,