@@ -130,6 +130,8 @@ class CMainParams : public CChainParams {
130130 consensus.mTreasuryPayees .emplace (CScript () << OP_0 << ParseHex (" 978a5064cd1fdf8c2510fe3fcbd65eaa5e98b32d" ), 100 ); // 10% (full reward) for ep1qj799qexdrl0ccfgslcluh4j74f0f3vedatcv0k
131131 consensus.nTreasuryRewardPercentage = 10 ; // 10% of block reward goes to treasury
132132
133+ consensus.sBurnAddresses .emplace (CScript () << OP_DUP << OP_HASH160 << ParseHex (" 1fa15641f00f98b33a66054f11138a5fbe4d7058" ) << OP_EQUALVERIFY << OP_CHECKSIG); // PBURNomniXEPXXXXXXXXXXXXXXXXYZ2zjf
134+
133135 consensus.nMinimumChainWork = uint256S (" 0x000000000000000000000000000000000000000000004d4a27e34ba8c684ba2b" );
134136 consensus.defaultAssumeValid = uint256S (" 0x5fbff547e15f6ad22cad7dad4a79dd5ed893552ea809a10400cc618e52a2be91" ); // 450000
135137
@@ -265,6 +267,8 @@ class CTestNetParams : public CChainParams {
265267 consensus.mTreasuryPayees .emplace (CScript () << OP_0 << ParseHex (" 978a5064cd1fdf8c2510fe3fcbd65eaa5e98b32d" ), 100 ); // 10% (full reward) for ep1qj799qexdrl0ccfgslcluh4j74f0f3vedatcv0k
266268 consensus.nTreasuryRewardPercentage = 10 ; // 10% of block reward goes to treasury
267269
270+ consensus.sBurnAddresses .emplace (CScript () << OP_DUP << OP_HASH160 << ParseHex (" 1fa15641f00f98b33a66054f11138a5fbe4d7058" ) << OP_EQUALVERIFY << OP_CHECKSIG); // PBURNomniXEPXXXXXXXXXXXXXXXXYZ2zjf
271+
268272 consensus.nMinimumChainWork = uint256S (" 0x0000000000000000000000000000000000000000000000000000030d440d4400" );
269273 consensus.defaultAssumeValid = uint256S (" 0x4a121e7765837b21bcffad979e499ecbf7184fcbf772c34c481433059d0840f8" ); // 200000
270274
@@ -436,6 +440,8 @@ class SigNetParams : public CChainParams {
436440 consensus.mTreasuryPayees .emplace (CScript () << OP_0 << ParseHex (" 978a5064cd1fdf8c2510fe3fcbd65eaa5e98b32d" ), 100 ); // 10% (full reward) for ep1qj799qexdrl0ccfgslcluh4j74f0f3vedatcv0k
437441 consensus.nTreasuryRewardPercentage = 10 ; // 10% of block reward goes to treasury
438442
443+ consensus.sBurnAddresses .emplace (CScript () << OP_DUP << OP_HASH160 << ParseHex (" 1fa15641f00f98b33a66054f11138a5fbe4d7058" ) << OP_EQUALVERIFY << OP_CHECKSIG); // PBURNomniXEPXXXXXXXXXXXXXXXXYZ2zjf
444+
439445 // message start is defined as the first 4 bytes of the sha256d of the block script
440446 CHashWriter h (SER_DISK, 0 );
441447 h << consensus.signet_challenge ;
@@ -526,6 +532,8 @@ class CRegTestParams : public CChainParams {
526532 consensus.mTreasuryPayees .emplace (CScript () << OP_0 << ParseHex (" 978a5064cd1fdf8c2510fe3fcbd65eaa5e98b32d" ), 100 ); // 10% (full reward) for ep1qj799qexdrl0ccfgslcluh4j74f0f3vedatcv0k
527533 consensus.nTreasuryRewardPercentage = 10 ; // 10% of block reward goes to treasury
528534
535+ consensus.sBurnAddresses .emplace (CScript () << OP_DUP << OP_HASH160 << ParseHex (" 1fa15641f00f98b33a66054f11138a5fbe4d7058" ) << OP_EQUALVERIFY << OP_CHECKSIG); // PBURNomniXEPXXXXXXXXXXXXXXXXYZ2zjf
536+
529537 consensus.nMinimumChainWork = uint256{};
530538 consensus.defaultAssumeValid = uint256{};
531539
0 commit comments