Add algorand icon (#232)

* Add algorand icon

* Optimised images with calibre/image-actions

* update blockchain count
This commit is contained in:
hewig 2019-09-17 17:01:32 +08:00 committed by GitHub
parent 51fd9c39fc
commit 68bce0f9c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
11 changed files with 4 additions and 2 deletions

4
.gitignore vendored
View File

@ -1,3 +1,5 @@
**/.DS_Store
node_modules/
.idea
.idea
.vscode/
*~

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 22 KiB

After

Width:  |  Height:  |  Size: 8.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 26 KiB

After

Width:  |  Height:  |  Size: 17 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 8.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.7 KiB

After

Width:  |  Height:  |  Size: 3.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 15 KiB

After

Width:  |  Height:  |  Size: 9.6 KiB

View File

@ -29,7 +29,7 @@ function checkRootDir () {
checkBlockhainsFolder()
function checkBlockhainsFolder(){
const currentBlockchains = 60;
const currentBlockchains = 61;
const foundBlockchains = readDirSync(blockchainsFolderPath)