Add Testnet 2 Config

Starts Tuesday, April 16th, with confirmed keys/boot nodes.
This commit is contained in:
Luke Parker
2024-04-11 15:49:32 -04:00
parent 1987983f88
commit 10124ac4a8
3 changed files with 106 additions and 3 deletions

View File

@@ -74,7 +74,7 @@ impl TributarySpec {
pub fn genesis(&self) -> [u8; 32] {
// Calculate the genesis for this Tributary
let mut genesis = RecommendedTranscript::new(b"Serai Tributary Genesis");
let mut genesis = RecommendedTranscript::new(b"Serai Tributary Genesis Testnet 2");
// This locks it to a specific Serai chain
genesis.append_message(b"serai_block", self.serai_block);
genesis.append_message(b"session", self.set.session.0.to_le_bytes());