Skip to content

Commit

Permalink
refactor: use ether icons (#10900)
Browse files Browse the repository at this point in the history
  • Loading branch information
guanbinrui committed Oct 4, 2023
1 parent 8fd1857 commit e2cd826
Showing 1 changed file with 17 additions and 12 deletions.
29 changes: 17 additions & 12 deletions packages/web3-shared/evm/src/constants/chains.json
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"chainId": 5,
"name": "Görli Ether",
"symbol": "ETH",
"decimals": 18
"decimals": 18,
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/ethereum/info/logo.png/quality=85"
},
"infoURL": "https://goerli.net/#about",
"explorers": [
Expand All @@ -111,7 +112,8 @@
"chainId": 42,
"name": "Kovan Ether",
"symbol": "ETH",
"decimals": 18
"decimals": 18,
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/ethereum/info/logo.png/quality=85"
},
"infoURL": "https://kovan-testnet.github.io/website",
"explorers": [
Expand Down Expand Up @@ -285,7 +287,7 @@
"name": "Ether",
"symbol": "ETH",
"decimals": 18,
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/arbitrum/info/logo.png/quality=85"
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/ethereum/info/logo.png/quality=85"
},
"infoURL": "https://arbitrum.io",
"explorers": [
Expand All @@ -310,7 +312,7 @@
"name": "Arbitrum Rinkeby Ether",
"symbol": "ETH",
"decimals": 18,
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/arbitrum/info/logo.png/quality=85"
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/ethereum/info/logo.png/quality=85"
},
"infoURL": "https://arbitrum.io",
"explorers": [
Expand All @@ -332,7 +334,7 @@
"name": "Ether",
"symbol": "ETH",
"decimals": 18,
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/optimism/info/logo.png/quality=85"
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/ethereum/info/logo.png/quality=85"
},
"infoURL": "https://optimistic.etherscan.io/",
"fullName": "Optimism",
Expand All @@ -358,7 +360,7 @@
"name": "Ether",
"symbol": "ETH",
"decimals": 18,
"logoURL": "https://static.debank.com/image/chain/logo_url/op/01ae734fe781c9c2ae6a4cc7e9244056.png"
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/ethereum/info/logo.png/quality=85"
},
"infoURL": "https://optimism.io",
"shortName": "kor",
Expand All @@ -381,7 +383,8 @@
"chainId": 420,
"name": "Ether",
"symbol": "ETH",
"decimals": 18
"decimals": 18,
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/ethereum/info/logo.png/quality=85"
},
"infoURL": "https://optimism.io",
"shortName": "gor"
Expand Down Expand Up @@ -517,7 +520,7 @@
"name": "Ether",
"symbol": "ETH",
"decimals": 18,
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/aurora/info/logo.png/quality=85"
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/ethereum/info/logo.png/quality=85"
},
"infoURL": "https://aurora.dev",
"explorers": [
Expand All @@ -541,7 +544,8 @@
"chainId": 1313161555,
"name": "Ether",
"symbol": "ETH",
"decimals": 18
"decimals": 18,
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/ethereum/info/logo.png/quality=85"
},
"infoURL": "https://aurora.dev",
"explorers": [
Expand All @@ -564,7 +568,8 @@
"chainId": 1313161556,
"name": "Ether",
"symbol": "ETH",
"decimals": 18
"decimals": 18,
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/ethereum/info/logo.png/quality=85"
},
"infoURL": "https://aurora.dev",
"explorers": [
Expand Down Expand Up @@ -910,7 +915,7 @@
"name": "Ether",
"symbol": "ETH",
"decimals": 18,
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/boba/info/logo.png/quality=85"
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/ethereum/info/logo.png/quality=85"
},
"infoURL": "https://boba.network",
"shortName": "Boba",
Expand Down Expand Up @@ -1109,7 +1114,7 @@
"name": "Ether",
"symbol": "ETH",
"decimals": 18,
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/arb-nova/info/logo.png/quality=85"
"logoURL": "https://imagedelivery.net/PCnTHRkdRhGodr0AWBAvMA/Assets/blockchains/ethereum/info/logo.png/quality=85"
},
"infoURL": "https://arbitrum.io",
"explorers": [
Expand Down

0 comments on commit e2cd826

Please sign in to comment.