diff --git a/blockchains/binance/assets/one-5f9/logo.png b/blockchains/binance/assets/one-5f9/logo.png index 420ad7857..fe14dc4fb 100644 Binary files a/blockchains/binance/assets/one-5f9/logo.png and b/blockchains/binance/assets/one-5f9/logo.png differ diff --git a/blockchains/harmony/info/logo.png b/blockchains/harmony/info/logo.png new file mode 100644 index 000000000..fe14dc4fb Binary files /dev/null and b/blockchains/harmony/info/logo.png differ diff --git a/test/index.js b/test/index.js index 91249636b..837ec170a 100644 --- a/test/index.js +++ b/test/index.js @@ -28,8 +28,8 @@ function checkRootDir () { checkBlockhainsFolder() function checkBlockhainsFolder(){ - const currentBlockchains = 59 - + const currentBlockchains = 60; + const foundBlockchains = readDirSync(blockchainsFolderPath) if (foundBlockchains.length !== currentBlockchains) { @@ -49,7 +49,7 @@ function checkBlockhainsFolder(){ if (uppercaseExp.test(asset)) { exitWithMsg(`${asset} folder must be in lowercase`) } - + if (!isEthereumAddress(asset)) { exitWithMsg(`Invalid asset naming "${assetsPath}"`) } @@ -160,7 +160,7 @@ function checkValidatorsFolder(networkPath) { if (keys.length !== 4) { exitWithMsg(`Add test for new validator object key: ${keys.length}`) } - + keys.forEach(key => { const keyType = typeof key if (keyType !== "string") { @@ -192,4 +192,4 @@ function exitWithMsg (msg) { process.exit(1) } -console.log(`\nPassed all tests`) \ No newline at end of file +console.log(`\nPassed all tests`)