Skip to content

Commit

Permalink
chore: Add Gravity network icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gambinish committed Oct 15, 2024
1 parent f9f602a commit 02300c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file added app/images/gravity.png
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 app/util/networks/customNetworks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,4 +133,5 @@ export const UnpopularNetworkList = [
export const CustomNetworkImgMapping: Record<`0x${string}`, string> = {
'0xe': require('../../images/flare-mainnet.png'), // Flare Mainnet
'0x13': require('../../images/songbird.png'), // Songbird Testnet
'0x659': require('../../images/gravity.png'), // Gravity Alpha Mainnet
};

0 comments on commit 02300c6

Please sign in to comment.