mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2024-12-22 03:30:35 +00:00
Update treasury address & testnet fork block
This commit is contained in:
parent
40db66c21c
commit
c7bc97353b
@ -64,7 +64,7 @@ var (
|
|||||||
TerminalTotalDifficulty: PulseChainTerminalTotalDifficulty,
|
TerminalTotalDifficulty: PulseChainTerminalTotalDifficulty,
|
||||||
TerminalTotalDifficultyPassed: true,
|
TerminalTotalDifficultyPassed: true,
|
||||||
Ethash: new(EthashConfig),
|
Ethash: new(EthashConfig),
|
||||||
PrimordialPulseBlock: big.NewInt(15_700_000), // TODO: UPDATE FORK BLOCK
|
PrimordialPulseBlock: big.NewInt(16_492_700),
|
||||||
Treasury: testnetTreasury(),
|
Treasury: testnetTreasury(),
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
@ -74,7 +74,7 @@ func testnetTreasury() *Treasury {
|
|||||||
pulseChainTestnetTreasuryBalance.UnmarshalText([]byte("0xC9F2C9CD04674EDEA40000000"))
|
pulseChainTestnetTreasuryBalance.UnmarshalText([]byte("0xC9F2C9CD04674EDEA40000000"))
|
||||||
|
|
||||||
return &Treasury{
|
return &Treasury{
|
||||||
Addr: "0xceB59257450820132aB274ED61C49E5FD96E8868",
|
Addr: "0xA592ED65885bcbCeb30442F4902a0D1Cf3AcB8fC",
|
||||||
Balance: &pulseChainTestnetTreasuryBalance,
|
Balance: &pulseChainTestnetTreasuryBalance,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user