mirror of
https://github.com/alexgo-io/stacks-subnets.git
synced 2026-04-30 20:52:16 +08:00
update validator signing to work with real structured hashes
This commit is contained in:
@@ -12,6 +12,22 @@ use_test_genesis_chainstate = true
|
||||
chain = "bitcoin"
|
||||
mode = "mocknet"
|
||||
|
||||
[[burnchain.epochs]]
|
||||
epoch_id = 0x02000
|
||||
start_height = 0
|
||||
end_height = 1
|
||||
|
||||
[[burnchain.epochs]]
|
||||
epoch_id = 0x02005
|
||||
start_height = 1
|
||||
end_height = 2
|
||||
|
||||
[[burnchain.epochs]]
|
||||
epoch_id = 0x0200a
|
||||
start_height = 2
|
||||
# i64::MAX
|
||||
end_height = 9_223_372_036_854_775_807
|
||||
|
||||
[[ustx_balance]]
|
||||
# secret key = aaf57b4730f713cf942bc63f0801c4a62abe5a6ac8e3da10389f9ca3420b0dc701
|
||||
address = "ST18F1AHKW194BWQ3CEFDPWVRARA79RBGFEWSDQR8"
|
||||
|
||||
@@ -12,6 +12,22 @@ use_test_genesis_chainstate = true
|
||||
chain = "bitcoin"
|
||||
mode = "mocknet"
|
||||
|
||||
[[burnchain.epochs]]
|
||||
epoch_id = 0x02000
|
||||
start_height = 0
|
||||
end_height = 1
|
||||
|
||||
[[burnchain.epochs]]
|
||||
epoch_id = 0x02005
|
||||
start_height = 1
|
||||
end_height = 2
|
||||
|
||||
[[burnchain.epochs]]
|
||||
epoch_id = 0x0200a
|
||||
start_height = 2
|
||||
# i64::MAX
|
||||
end_height = 9_223_372_036_854_775_807
|
||||
|
||||
[[ustx_balance]]
|
||||
# secret key = aaf57b4730f713cf942bc63f0801c4a62abe5a6ac8e3da10389f9ca3420b0dc701
|
||||
address = "ST18F1AHKW194BWQ3CEFDPWVRARA79RBGFEWSDQR8"
|
||||
|
||||
Reference in New Issue
Block a user