Check if a string is a valid EVM network identifier
String to check
True if the string is a valid EVM network identifier
if (isEVMNetwork(userInput)) { // userInput is now typed as EVMNetworkId const config = getNetworkConfig(userInput);} Copy
if (isEVMNetwork(userInput)) { // userInput is now typed as EVMNetworkId const config = getNetworkConfig(userInput);}
Check if a string is a valid EVM network identifier