File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -19,9 +19,6 @@ let strExceptions = [
1919
2020// These functions/events are allowed to differ. (These are present in ST/STGetter but not used and hence not defined in IST)
2121let stExceptions = [
22- "_owner" ,
23- "UNLOCKED" ,
24- "LOCKED" ,
2522 undefined , // constructor
2623] ;
2724
@@ -50,6 +47,7 @@ async function checkInterfaces() {
5047 let strMismatch = await interfaceCheck ( strABIs , strExceptions , "ISecurityTokenRegistry" ) ;
5148 let stMismatch = await interfaceCheck ( stABIs , stExceptions , "ISecurityToken" ) ;
5249 if ( strMismatch || stMismatch ) { process . exit ( 1 ) } ;
50+ console . log ( chalk . green ( "Interface checks finished. No mismatch was found between interfaces and contacts" ) ) ;
5351}
5452
5553async function interfaceCheck ( ABIs , exceptions , interfaceName ) {
You can’t perform that action at this time.
0 commit comments