Skip to content

Commit

Permalink
Switch to testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
MikhailK committed Apr 12, 2024
1 parent 3134dad commit 8338873
Show file tree
Hide file tree
Showing 3 changed files with 131 additions and 154 deletions.
153 changes: 0 additions & 153 deletions mainnetSpecRaw.json

This file was deleted.

2 changes: 1 addition & 1 deletion primitives/consensus/poscan/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ use serde::{Serialize, Deserialize};

/// The `ConsensusEngineId` of PoScan.
pub const POSCAN_ENGINE_ID: ConsensusEngineId = [b'p', b'o', b's', b'c'];
pub const POSCAN_COIN_ID: u8 = 71;
pub const POSCAN_COIN_ID: u8 = 72;

pub const POSCAN_ALGO_GRID2D: [u8; 16] = *b"grid2d-1.1 ";
pub const POSCAN_ALGO_GRID2D_V2: [u8; 16] = *b"grid2d-1.2 ";
Expand Down
130 changes: 130 additions & 0 deletions testnetSpecRaw.json

Large diffs are not rendered by default.

0 comments on commit 8338873

Please sign in to comment.