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:
parent
3047c3ab24
commit
d5c3dbce95
@ -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';
|
||||
|
Loading…
Reference in New Issue
Block a user