Skip to content

Commit

Permalink
fix: Address merge conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
gambinish committed Oct 28, 2024
1 parent d29ebc6 commit c968940
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions app/util/networks/customNetworks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,7 @@ 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
<<<<<<< HEAD
'0x8157': require('../../images/ape-network.png'), // ApeChain testnet
'0x8173': require('../../images/ape-network.png'), // ApeChain mainnet
=======
'0x659': require('../../images/gravity.png'), // Gravity Alpha Mainnet
>>>>>>> main
};

0 comments on commit c968940

Please sign in to comment.