mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Modified chain_id value(MetaMetrics), in the Custom Network Added event (#16426)
This commit is contained in:
parent
54429f531e
commit
04eee2b8cb
@ -543,7 +543,7 @@ const NetworksForm = ({
|
||||
url: rpcUrlOrigin,
|
||||
},
|
||||
properties: {
|
||||
chain_id: addHexPrefix(chainId.toString(16)),
|
||||
chain_id: addHexPrefix(Number(chainId).toString(16)),
|
||||
network_name: networkName,
|
||||
network: rpcUrlOrigin,
|
||||
symbol: ticker,
|
||||
|
Loading…
Reference in New Issue
Block a user