Skip to content

Commit eb5c24f

Browse files
committed
fix: add mainnet SIP31 recipient
1 parent ba9f043 commit eb5c24f

File tree

1 file changed

+1
-2
lines changed
  • stackslib/src/chainstate/stacks/boot

1 file changed

+1
-2
lines changed

stackslib/src/chainstate/stacks/boot/mod.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,8 @@ pub const BOOT_TEST_POX_4_AGG_KEY_FNAME: &str = "aggregate-key";
9696
pub const MINERS_NAME: &str = "miners";
9797

9898
/// The initial recipient address for SIP-031 on mainnet.
99-
/// TODO: replace with actual address
10099
pub const SIP_031_MAINNET_ADDR: LazyLock<StacksAddress> = LazyLock::new(|| {
101-
StacksAddress::from_string("SP1A2K3ENNA6QQ7G8DVJXM24T6QMBDVS7D0TRTAR5").unwrap()
100+
StacksAddress::from_string("SM1Z6BP8PDKYKXTZXXSKXFEY6NQ7RAM7DAEAYR045").unwrap()
102101
});
103102

104103
/// The initial recipient address for SIP-031 on testnet.

0 commit comments

Comments
 (0)