Skip to content

Commit

Permalink
chore: Add Gravity icon
Browse files Browse the repository at this point in the history
  • Loading branch information
gambinish committed Oct 18, 2024
1 parent ca8acd6 commit a841184
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/images/image-icons.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ import AVAX from './avalanche.png';
import LINEA_TESTNET from './linea-testnet-logo.png';
import SEPOLIA from './sepolia-logo-dark.png';
import LINEA_MAINNET from './linea-mainnet-logo.png';
import GRAVITY from './gravity.png';

export default {
PALM,
Expand All @@ -27,4 +28,5 @@ export default {
'LINEA-SEPOLIA': LINEA_TESTNET,
SEPOLIA,
'LINEA-MAINNET': LINEA_MAINNET,
G: GRAVITY,
};

0 comments on commit a841184

Please sign in to comment.