mirror of
https://github.com/d0zingcat/solana-agent-kit.git
synced 2026-05-27 15:11:14 +00:00
Update agent and langchain
This commit is contained in:
@@ -47,7 +47,7 @@ import {
|
||||
* @example
|
||||
* const tickSpacing = FEE_TIERS[0.30]; // Returns 64
|
||||
*/
|
||||
const FEE_TIERS = {
|
||||
export const FEE_TIERS = {
|
||||
0.01: 1,
|
||||
0.02: 2,
|
||||
0.04: 4,
|
||||
|
||||
@@ -10,4 +10,5 @@ export * from "./launch_pumpfun_token";
|
||||
export * from "./lend";
|
||||
export * from "./get_tps";
|
||||
export * from './stake_with_jup';
|
||||
export * from "./fetch_price";
|
||||
export * from "./fetch_price";
|
||||
export * from "./create_orca_single_sided_whirlpool";
|
||||
Reference in New Issue
Block a user