1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00

Fix sepolia network id (#15847)

This commit is contained in:
Dan J Miller 2022-09-15 14:24:55 -02:30 committed by Dan Miller
parent 3047c3ab24
commit d5c3dbce95

View File

@ -15,7 +15,7 @@ export const ROPSTEN_NETWORK_ID = '3';
export const RINKEBY_NETWORK_ID = '4';
export const GOERLI_NETWORK_ID = '5';
export const KOVAN_NETWORK_ID = '42';
export const SEPOLIA_NETWORK_ID = '6';
export const SEPOLIA_NETWORK_ID = '11155111';
export const LOCALHOST_NETWORK_ID = '1337';
export const MAINNET_CHAIN_ID = '0x1';