Skip to content

Commit

Permalink
fix: Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gambinish committed Oct 15, 2024
1 parent ee024f2 commit 2354403
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/util/networks/customNetworks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const UnpopularNetworkList = [
},
];

export const CustomNetworkImgMapping: Record<`0x${string}`, any> = {
export const CustomNetworkImgMapping: Record<`0x${string}`, string> = {
'0xe': require('../../images/flare-mainnet.png'), // Flare Mainnet
'0x13': require('../../images/songbird.png'), // Songbird Testnet
};

0 comments on commit 2354403

Please sign in to comment.