Implement computing associatedBondingCurve from bondingCurve

For reference #26
This commit is contained in:
Ake
2024-12-29 12:43:47 +07:00
parent c582de2f04
commit e1669ede66
4 changed files with 247 additions and 2 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ BUY_SLIPPAGE = 0.2 # 20% slippage tolerance for buying
SELL_SLIPPAGE = 0.2 # 20% slippage tolerance for selling
# Your nodes
# You can also get a trader node https://docs.chainstack.com/docs/warp-transactions
# You can also get a trader node https://docs.chainstack.com/docs/solana-trader-nodes
RPC_ENDPOINT = "SOLANA_NODE_RPC_ENDPOINT"
WSS_ENDPOINT = "SOLANA_NODE_WSS_ENDPOINT"