Skip to content

Commit

Permalink
fix: added testnet chains icons
Browse files Browse the repository at this point in the history
  • Loading branch information
Argeare5 committed Jul 31, 2024
1 parent 79f147f commit e2023a9
Show file tree
Hide file tree
Showing 63 changed files with 432 additions and 2 deletions.
1 change: 1 addition & 0 deletions icons/full/arbitrumgoerli.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/full/arbitrumsepolia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/full/avalanchetestnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/full/fantomtestnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/full/mumbai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/full/optimismtestnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/full/scrolltestnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/full/sepolia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
88 changes: 88 additions & 0 deletions icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,28 @@
}
}
},
{
"type": [
"chain"
],
"chainName": "Arbitrum Goerli",
"chainId": 421613,
"icons": {
"mono": "icons/mono/arbitrumgoerli.svg",
"full": "icons/full/arbitrumgoerli.svg"
}
},
{
"type": [
"chain"
],
"chainName": "Arbitrum Sepolia",
"chainId": 421614,
"icons": {
"mono": "icons/mono/arbitrumsepolia.svg",
"full": "icons/full/arbitrumsepolia.svg"
}
},
{
"type": [
"wallet"
Expand All @@ -131,6 +153,17 @@
"full": "icons/full/atokenwallet.svg"
}
},
{
"type": [
"chain"
],
"chainName": "Avalanche Testnet",
"chainId": 43113,
"icons": {
"mono": "icons/mono/avalanchetestnet.svg",
"full": "icons/full/avalanchetestnet.svg"
}
},
{
"type": [
"asset",
Expand Down Expand Up @@ -879,6 +912,17 @@
"full": "icons/full/exoduswallet.svg"
}
},
{
"type": [
"chain"
],
"chainName": "Fantom Testnet",
"chainId": 4002,
"icons": {
"mono": "icons/mono/fantomtestnet.svg",
"full": "icons/full/fantomtestnet.svg"
}
},
{
"type": [
"asset"
Expand Down Expand Up @@ -1643,6 +1687,17 @@
}
}
},
{
"type": [
"chain"
],
"chainName": "Mumbai",
"chainId": 80001,
"icons": {
"mono": "icons/mono/mumbai.svg",
"full": "icons/full/mumbai.svg"
}
},
{
"type": [
"wallet"
Expand Down Expand Up @@ -1731,6 +1786,17 @@
"full": "icons/full/operawallet.svg"
}
},
{
"type": [
"chain"
],
"chainName": "Optimism Testnet",
"chainId": 420,
"icons": {
"mono": "icons/mono/optimismtestnet.svg",
"full": "icons/full/optimismtestnet.svg"
}
},
{
"type": [
"asset"
Expand Down Expand Up @@ -2053,6 +2119,17 @@
"full": "icons/full/scroll.svg"
}
},
{
"type": [
"chain"
],
"chainName": "Scroll Testnet",
"chainId": 534351,
"icons": {
"mono": "icons/mono/scrolltestnet.svg",
"full": "icons/full/scrolltestnet.svg"
}
},
{
"type": [
"asset"
Expand Down Expand Up @@ -2105,6 +2182,17 @@
}
}
},
{
"type": [
"chain"
],
"chainName": "Sepolia",
"chainId": 11155111,
"icons": {
"mono": "icons/mono/sepolia.svg",
"full": "icons/full/sepolia.svg"
}
},
{
"type": [
"wallet"
Expand Down
1 change: 1 addition & 0 deletions icons/mono/arbitrumgoerli.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mono/arbitrumsepolia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mono/avalanchetestnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mono/fantomtestnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mono/mumbai.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mono/optimismtestnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mono/scrolltestnet.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions icons/mono/sepolia.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit e2023a9

Please sign in to comment.