Skip to content

Commit

Permalink
rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
0xKurt authored and thelostone-mc committed Jun 10, 2024
1 parent 9572a8d commit abe2ac3
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 abe2ac3

Please sign in to comment.