Skip to content

Commit

Permalink
Merge pull request #1128 from opentensor/chore/localnet-evm-chain-id
Browse files Browse the repository at this point in the history
Define EVM chain ID in localnet genesis
  • Loading branch information
sam0x17 authored Jan 7, 2025
2 parents 8cb62c5 + 5d17f46 commit 7e068e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions node/src/chain_spec/localnet.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,5 +120,8 @@ fn localnet_genesis(
"senateMembers": {
"members": senate_members,
},
"evmChainId": {
"chainId": 42,
},
})
}

0 comments on commit 7e068e6

Please sign in to comment.