Skip to content

Commit

Permalink
eclipse fix in mobile app
Browse files Browse the repository at this point in the history
  • Loading branch information
armaniferrante committed Jun 29, 2023
1 parent 505468a commit 9ad386b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/app-mobile/src/Images.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
const Images = {
solanaLogo: require("../assets/blockchains/solana.png"),
ethereumLogo: require("../assets/blockchains/ethereum.png"),
eclipseLogo: require("../assets/blockchains/eclipse.png"),
logoAvalanche: require("./images/logo-avalanche.png"),
logoBsc: require("./images/logo-bsc.png"),
logoCosmos: require("./images/logo-cosmos.png"),
Expand Down
2 changes: 2 additions & 0 deletions packages/app-mobile/src/hooks/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export function getBlockchainLogo(blockchain: Blockchain) {
return Images.ethereumLogo;
case Blockchain.SOLANA:
return Images.solanaLogo;
case Blockchain.ECLIPSE:
return Images.eclipseLogo;
default:
throw new Error(`invalid blockchain ${blockchain}`);
}
Expand Down

1 comment on commit 9ad386b

@vercel
Copy link

@vercel vercel bot commented on 9ad386b Jun 29, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.