Skip to content

Commit

Permalink
fix: increase seed account stx balances
Browse files Browse the repository at this point in the history
  • Loading branch information
zone117x committed Mar 7, 2024
1 parent 8de4e04 commit 09e1826
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions stacks-krypton-miner.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,35 +149,35 @@ amount = 10000000000000000
# Signer 1
[[ustx_balance]]
address = "STRYYQQ9M8KAF4NS7WNZQYY59X93XEKR31JP64CP"
amount = 10000000000000000
amount = 1000000000000000000
# secretKey = "e75dcb66f84287eaf347955e94fa04337298dbd95aa0dbb985771104ef1913db01"

# Signer 2
[[ustx_balance]]
address = "STF9B75ADQAVXQHNEQ6KGHXTG7JP305J2GRWF3A2"
amount = 10000000000000000
amount = 1000000000000000000
# secretKey = "ce109fee08860bb16337c76647dcbc02df0c06b455dd69bcf30af74d4eedd19301",

# Signer 3
[[ustx_balance]]
address = "ST18MDW2PDTBSCR1ACXYRJP2JX70FWNM6YY2VX4SS"
amount = 10000000000000000
amount = 1000000000000000000
# secretKey = "08c14a1eada0dd42b667b40f59f7c8dedb12113613448dc04980aea20b268ddb01",

# Delegated stacker 1
[[ustx_balance]]
address = "ST3VT897F17TGQS2ETSQNS97SQCTD1X9BX88PBJWN"
amount = 10000000000000000
amount = 1000000000000000000
# secretKey = "2e1bcb6fad6f026038fe1f5013b376414ccc2cecb31c33f2d54e8861a6df785501",

# Delegated stacker 2
[[ustx_balance]]
address = "ST2CS0KPFAA4FSH4ER78BEXCPAJKD385JBTBHTS5"
amount = 10000000000000000
amount = 1000000000000000000
# secretKey = "5709e36c48398e95bf16bcd0abfc678e58d94ac61867fc1508b0eba15169fa4801",

# Delegated stacker 3
[[ustx_balance]]
address = "ST1BT797XQ891GQ5EZDNN4WMGEF63QFCB12WEZVCY"
amount = 10000000000000000
amount = 1000000000000000000
# secretKey = "55ddf5ca60007d73916d7994a5e7208a824c6b7ef8e6e8a507962f59bd1aec5c01",

0 comments on commit 09e1826

Please sign in to comment.