Skip to content

Commit

Permalink
feat: use monitor script for any testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
hstove committed Mar 7, 2024
1 parent 54b8025 commit 2b9673f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions stacking/monitor-ext.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/usr/bin/env bash

export STACKS_CORE_RPC_HOST=$1
export STACKS_CORE_RPC_PORT=80
export STACKS_30_HEIGHT=131
export STACKS_25_HEIGHT=121
export STACKING_KEYS="08c14a1eada0dd42b667b40f59f7c8dedb12113613448dc04980aea20b268ddb01,ce109fee08860bb16337c76647dcbc02df0c06b455dd69bcf30af74d4eedd19301,e75dcb66f84287eaf347955e94fa04337298dbd95aa0dbb985771104ef1913db01"

npx tsx monitor.ts

0 comments on commit 2b9673f

Please sign in to comment.