Skip to content

Commit

Permalink
Bump up chain number
Browse files Browse the repository at this point in the history
  • Loading branch information
Mykola committed Sep 17, 2019
1 parent a375fe3 commit c729aff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ function checkRootDir () {
checkBlockhainsFolder()

function checkBlockhainsFolder(){
const currentBlockchains = 61;
const currentBlockchains = 62;

const foundBlockchains = readDirSync(blockchainsFolderPath)

Expand All @@ -45,7 +45,6 @@ function checkBlockhainsFolder(){
if (ethereumSidechains.indexOf(folder) !== -1) {
const assetsPath = `./blockchains/${folder}/assets`
const assets = readDirSync(assetsPath)

assets.forEach(asset => {
if (uppercaseExp.test(asset)) {
exitWithMsg(`${asset} folder must be in lowercase`)
Expand Down

0 comments on commit c729aff

Please sign in to comment.