Skip to content

Commit

Permalink
Update packages/common/src/chains.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
thelostone-mc authored Jun 10, 2024
1 parent b72fe80 commit 1e6dff0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/common/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ const parseRainbowChain = (chain: TChain) => {
const mappedChain: Chain = {
id: chain.id,
name: chain.prettyName,
// network: chain.name,
iconUrl: stringToBlobUrl(chain.icon),
iconBackground: "rgba(255, 255, 255, 0)",
nativeCurrency: {
Expand Down

0 comments on commit 1e6dff0

Please sign in to comment.