Skip to content

Commit 1a02631

Browse files
committed
feat: add testnet default SIP31 recipient
1 parent eb5c24f commit 1a02631

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub const SIP_031_MAINNET_ADDR: LazyLock<StacksAddress> = LazyLock::new(|| {
103103
/// The initial recipient address for SIP-031 on testnet.
104104
/// TODO: replace with actual address
105105
pub const SIP_031_TESTNET_ADDR: LazyLock<StacksAddress> = LazyLock::new(|| {
106-
StacksAddress::from_string("ST1PQHQKV0RJXZFY1DGX8MNSNYVE3VGZJSRTPGZGM").unwrap()
106+
StacksAddress::from_string("ST1QCN9YMXMJPJ0Y5EMR627FCWDXQWT1CRK9CWN23").unwrap()
107107
});
108108

109109
#[cfg(test)]

0 commit comments

Comments
 (0)