Skip to content

Commit

Permalink
version 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Dario Santos authored and Dario Santos committed Aug 28, 2024
1 parent 248e1c9 commit b2bef29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "salmon-app",
"version": "0.5.0",
"version": "0.5.1",
"private": true,
"license": "GPL-3.0-only",
"dependencies": {
Expand Down
Binary file added src/assets/images/IconEclipseVector.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions src/pages/Wallet/components/NetworkSelector.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import IconSolanaVector from '../../../assets/images/IconSolanaVector.png';
import IconNearVector from '../../../assets/images/IconNearVector.png';
import IconEthereumVector from '../../../assets/images/IconEthereumVector.png';
import IconBitcoinVector from '../../../assets/images/IconBitcoinVector.png';
import IconEclipseVector from '../../../assets/images/IconEclipseVector.png';
import IconSalmon from '../../../assets/images/IconSalmon.png';

const styles = StyleSheet.create({
Expand Down Expand Up @@ -46,6 +47,8 @@ const getNetworkIcon = ({ blockchain }) => {
return IconSolanaVector;
case BLOCKCHAINS.NEAR:
return IconNearVector;
case BLOCKCHAINS.ECLIPSE:
return IconEclipseVector;
default:
return IconSalmon;
}
Expand Down

0 comments on commit b2bef29

Please sign in to comment.