Skip to content

Commit 8c0dd5b

Browse files
authored
fix: Update shell script (#124)
1 parent 18ac573 commit 8c0dd5b

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

command_list/seed_ilm_curve_by_operator.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,6 @@ min_price=0.003
1010
max_price=0.03
1111
curvature=0.8
1212

13-
# Activation type. 0 = Slot, 1 = Timestamp
14-
activation_type=0
15-
# Pool start trading time/slot
16-
activation_point=200000
17-
1813
# Pool token mints
1914
base_mint="ENPCBkoLSxAXcqu916pc1wrfVfqP6Fu5qbr9nJLnKFsV"
2015
quote_mint="So11111111111111111111111111111111111111112"
@@ -30,7 +25,7 @@ lock_release_point=0
3025

3126
# Base position keypair path
3227
base_position_path="../keys/localnet/admin-bossj3JvwiNK7pvjr149DqdtJxf2gdygbcmEPTkb2F1.json"
33-
operator_kp_path= "../keys/localnet/admin-bossj3JvwiNK7pvjr149DqdtJxf2gdygbcmEPTkb2F1.json"
28+
operator_kp_path="../keys/localnet/admin-bossj3JvwiNK7pvjr149DqdtJxf2gdygbcmEPTkb2F1.json"
3429
# Get base_position_path pubkey by solana-keygen pubkey <base_position_path>
3530
base_position_key="bossj3JvwiNK7pvjr149DqdtJxf2gdygbcmEPTkb2F1"
3631

0 commit comments

Comments
 (0)