Add algorand icon (#232)
* Add algorand icon * Optimised images with calibre/image-actions * update blockchain count
4
.gitignore
vendored
|
@ -1,3 +1,5 @@
|
|||
**/.DS_Store
|
||||
node_modules/
|
||||
.idea
|
||||
.idea
|
||||
.vscode/
|
||||
*~
|
||||
|
|
BIN
blockchains/algorand/info/logo.png
Normal file
After Width: | Height: | Size: 4.6 KiB |
Before Width: | Height: | Size: 22 KiB After Width: | Height: | Size: 8.7 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 12 KiB |
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 26 KiB After Width: | Height: | Size: 17 KiB |
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 8.9 KiB |
Before Width: | Height: | Size: 86 KiB After Width: | Height: | Size: 43 KiB |
Before Width: | Height: | Size: 4.7 KiB After Width: | Height: | Size: 3.4 KiB |
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 9.6 KiB |
|
@ -29,7 +29,7 @@ function checkRootDir () {
|
|||
checkBlockhainsFolder()
|
||||
|
||||
function checkBlockhainsFolder(){
|
||||
const currentBlockchains = 60;
|
||||
const currentBlockchains = 61;
|
||||
|
||||
const foundBlockchains = readDirSync(blockchainsFolderPath)
|
||||
|
||||
|
|