chore: Make constants consistent

This commit is contained in:
sprites0
2025-08-21 06:48:52 -04:00
parent 2712cbb413
commit 7f0f7c94a6
3 changed files with 11 additions and 5 deletions

View File

@ -3,8 +3,7 @@ use eyre::{Error, Result};
use serde::{Deserialize, Serialize};
use std::collections::BTreeMap;
pub(crate) const MAINNET_CHAIN_ID: u64 = 999;
pub(crate) const TESTNET_CHAIN_ID: u64 = 998;
use crate::chainspec::{MAINNET_CHAIN_ID, TESTNET_CHAIN_ID};
#[derive(Debug, Clone, Serialize, Deserialize)]
struct EvmContract {