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
32aa47ddb2
commit
b802e25a85
@ -195,7 +195,7 @@ export const NETWORK_IDS = {
|
|||||||
GOERLI: '5',
|
GOERLI: '5',
|
||||||
KOVAN: '42',
|
KOVAN: '42',
|
||||||
LOCALHOST: '1337',
|
LOCALHOST: '1337',
|
||||||
SEPOLIA: '6',
|
SEPOLIA: '11155111',
|
||||||
} as const;
|
} as const;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user