You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make something like change network chain request. Everything works correctly, but only with new network IDs.I don't understand the reason why you did this check. If you could remove this, many developers will thank you.
if (CHAIN_ID_TO_NETWORK_ID_MAP[_chainId]) {
return end(
ethErrors.rpc.invalidParams({
message: May not specify default MetaMask chain.,
}),
);
}
The text was updated successfully, but these errors were encountered:
I'm trying to make something like change network chain request. Everything works correctly, but only with new network IDs.I don't understand the reason why you did this check. If you could remove this, many developers will thank you.
if (CHAIN_ID_TO_NETWORK_ID_MAP[_chainId]) {
return end(
ethErrors.rpc.invalidParams({
message:
May not specify default MetaMask chain.
,}),
);
}
The text was updated successfully, but these errors were encountered: