From 9df2344888ef68917e1695a355da761f0b42c159 Mon Sep 17 00:00:00 2001 From: Damian Straszak Date: Tue, 12 Nov 2024 12:57:41 +0100 Subject: [PATCH] Human-readable burn address --- helpers/constants.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/helpers/constants.rs b/helpers/constants.rs index ef2f71c1..112caa22 100644 --- a/helpers/constants.rs +++ b/helpers/constants.rs @@ -1,6 +1,7 @@ /// Address for which the private key is unknown. /// This is used for sending MINIMUM_LIQUIDITY when minting tokens in Pair contract. /// Result of sha512 hashing the ZERO_ADDERSS_MSG to curve (curve25519). +/// ss58-encoded format: 5DPJrKsxGYWzZ6gU8VdmFMYLjsnRmUy3zsoufJNM6wnsSCKR pub const BURN_ADDRESS: [u8; 32] = [ 58, 108, 115, 140, 64, 55, 232, 71, 183, 215, 14, 149, 138, 148, 201, 178, 212, 197, 99, 60, 250, 175, 203, 88, 227, 37, 36, 127, 63, 212, 16, 72,