Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
refactor: improve chain images
Browse files Browse the repository at this point in the history
  • Loading branch information
JayJay1024 committed Mar 27, 2024
1 parent 4083463 commit 5ae7711
Show file tree
Hide file tree
Showing 22 changed files with 3 additions and 45 deletions.
Binary file modified public/images/network/arbitrum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/network/base.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/network/bsc.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
20 changes: 0 additions & 20 deletions public/images/network/bsc.svg

This file was deleted.

Binary file added public/images/network/crab.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
16 changes: 0 additions & 16 deletions public/images/network/crab.svg

This file was deleted.

Binary file modified public/images/network/darwinia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/network/ethereum.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/network/gnosis.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/network/linea.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/images/network/mantle.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 0 additions & 6 deletions public/images/network/mantle.svg

This file was deleted.

Binary file modified public/images/network/optimism.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/network/pangolin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed public/images/network/pangoro.png
Binary file not shown.
Binary file modified public/images/network/polygon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/network/scroll.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/network/sepolia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified public/images/network/zksync.png
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 src/config/chains/bsc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export const bscChain: ChainConfig = {
/**
* Custom
*/
logo: "bsc.svg",
logo: "bsc.png",
tokens: [],
};
2 changes: 1 addition & 1 deletion src/config/chains/crab.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export const crabChain: ChainConfig = {
/**
* Custom
*/
logo: "crab.svg",
logo: "crab.png",
tokens: [
{
decimals: 18,
Expand Down
2 changes: 1 addition & 1 deletion src/config/chains/mantle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ export const mantleChain: ChainConfig = {
/**
* Custom
*/
logo: "mantle.svg",
logo: "mantle.png",
tokens: [],
};

0 comments on commit 5ae7711

Please sign in to comment.