'm57' alias for node8
This commit is contained in:
parent
c60eec4e72
commit
dbd334ac15
@ -11,6 +11,7 @@ export function abiToNodeRange (abi) {
|
||||
if (/^m?47/.test(abi)) return 'node5';
|
||||
if (/^m?48/.test(abi)) return 'node6';
|
||||
if (/^m?51/.test(abi)) return 'node7';
|
||||
if (/^m?57/.test(abi)) return 'node8';
|
||||
return abi;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user