Skip to content

Commit

Permalink
Remove empty logoURI fields (#90)
Browse files Browse the repository at this point in the history
Let's try if `logoURI: ""` was breaking the CI
  • Loading branch information
kkosiorowska authored May 18, 2023
2 parents d9a6389 + 3a8f081 commit 82c61a8
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions chains/1.json
Original file line number Diff line number Diff line change
Expand Up @@ -283,15 +283,13 @@
"address": "0x6E2dAc3b9E9ADc0CbbaE2D0B9Fd81952a8D33872",
"name": "ETH-BTC Momentum",
"symbol": "ETHBTCMom",
"decimals": 18,
"logoURI": ""
"decimals": 18
},
{
"address": "0x6b7f87279982d919Bbf85182DDeAB179B366D8f2",
"name": "ETH-BTC Trend",
"symbol": "ETHBTCTrend",
"decimals": 18,
"logoURI": ""
"decimals": 18
},
{
"address": "0x18084fbA666a33d37592fA2633fD49a74DD93a88",
Expand Down

0 comments on commit 82c61a8

Please sign in to comment.