Hi @dungtran, I went through the documents you sent me and have some questions regarding the burning address.
-
Why do we force the burning address to be in shard 0? Is there any reason behind this?

-
I know that burning addresses are used for locking tokens, however, there are two burning addresses on the Incognito repo, which are
// burning addresses
const (
burningAddress = "15pABFiJVeh9D5uiQEhQX4SVibGGbdAVipQxBdxkmDqAJaoG1EdFKHBrNfs"
burningAddress2 = "12RxahVABnAVCGP3LGwCn8jkQxgw7z1x14wztHzn455TTVpi1wBq9YGwkRMQg3J4e657AbAnCvYCJSdA9czBUNuCKwGSRQt55Xwz8WA"
)
Do these two addresses serve different purposes?