Skip to content

Commit

Permalink
Changing the mainnet chain ID to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
gameofpointers committed Feb 4, 2025
1 parent f615248 commit 341004f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions params/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ const (
var (
// ColosseumChainConfig is the chain parameters to run a node on the Colosseum network.
ProgpowColosseumChainConfig = &ChainConfig{
ChainID: big.NewInt(9000),
ChainID: big.NewInt(9),
Progpow: new(ProgpowConfig),
}

Blake3PowColosseumChainConfig = &ChainConfig{
ChainID: big.NewInt(9000),
ChainID: big.NewInt(9),
Blake3Pow: new(Blake3powConfig),
}

Expand Down

0 comments on commit 341004f

Please sign in to comment.