Skip to content

Commit

Permalink
Add algorand icon (trustwallet#232)
Browse files Browse the repository at this point in the history
* Add algorand icon

* Optimised images with calibre/image-actions

* update blockchain count
  • Loading branch information
hewigovens authored Sep 17, 2019
1 parent 51fd9c3 commit 68bce0f
Show file tree
Hide file tree
Showing 11 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
**/.DS_Store
node_modules/
.idea
.idea
.vscode/
*~
Binary file added blockchains/algorand/info/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion 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 = 60;
const currentBlockchains = 61;

const foundBlockchains = readDirSync(blockchainsFolderPath)

Expand Down

0 comments on commit 68bce0f

Please sign in to comment.