Skip to content

Conversation

liangxiwei
Copy link

@liangxiwei liangxiwei commented Dec 6, 2023


// This is the default id used by the Hardhat Network
const HARDHAT_NETWORK_ID = '31337';
const HARDHAT_NETWORK_ID = 31337;
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This fixes

const chainIdHex = `0x${HARDHAT_NETWORK_ID.toString(16)}`

but breaks

if (window.ethereum.networkVersion !== HARDHAT_NETWORK_ID) {

@lukaw3d lukaw3d mentioned this pull request Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants