Skip to content

Commit

Permalink
Merge pull request #252 from zama-ai/fix/multiple-val-devnet-change
Browse files Browse the repository at this point in the history
Change chain id for multiple validator testnet
  • Loading branch information
immortal-tofu authored Jan 17, 2024
2 parents 79a45e3 + d082228 commit 75725f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const chainIds = {
zama: 8009,
local: 9000,
localNetwork1: 9000,
multipleValidatorTestnet: 9000,
multipleValidatorTestnet: 8009,
};

function getChainConfig(chain: keyof typeof chainIds): NetworkUserConfig {
Expand Down

0 comments on commit 75725f7

Please sign in to comment.