Skip to content

Commit

Permalink
Change chain ID to 945 for testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
gztensor committed Aug 30, 2024
1 parent 020fb2a commit 9609bd2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1041,7 +1041,8 @@ impl pallet_admin_utils::Config for Runtime {

// Define the ChainId
parameter_types! {
pub const SubtensorChainId: u64 = 0x03C4; // Unicode for lowercase tau
pub const SubtensorChainId: u64 = 0x03B1; // Unicode for lowercase alpha
// pub const SubtensorChainId: u64 = 0x03C4; // Unicode for lowercase tau
}

impl pallet_evm_chain_id::Config for Runtime {}
Expand Down

0 comments on commit 9609bd2

Please sign in to comment.