diff --git a/_data/chains/eip155-3601.json b/_data/chains/eip155-3601.json index 9b8f8c24..88e11f58 100644 --- a/_data/chains/eip155-3601.json +++ b/_data/chains/eip155-3601.json @@ -1,6 +1,7 @@ { "name": "Pandonet", "chain": "Pando", + "icon": "pando", "rpc": ["https://eth-rpc-api.pandoproject.org/rpc"], "faucets": [], "nativeCurrency": { diff --git a/_data/chains/eip155-3602.json b/_data/chains/eip155-3602.json index dc5350d2..9aded0c3 100644 --- a/_data/chains/eip155-3602.json +++ b/_data/chains/eip155-3602.json @@ -1,6 +1,7 @@ { "name": "Pando Testnet", "chain": "Pando", + "icon": "pando", "rpc": ["https://testnet.ethrpc.pandoproject.org/rpc"], "faucets": [], "nativeCurrency": { diff --git a/_data/icons/pando.json b/_data/icons/pando.json new file mode 100644 index 00000000..b5d27b28 --- /dev/null +++ b/_data/icons/pando.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://Qmbe7s7SkAt6AAuXUNHaG4SF2YdSJKRNDNFGg5ZtXVF5gk", + "width": 116, + "height": 126, + "format": "png" + } +] diff --git a/_data/iconsDownload/Qmbe7s7SkAt6AAuXUNHaG4SF2YdSJKRNDNFGg5ZtXVF5gk b/_data/iconsDownload/Qmbe7s7SkAt6AAuXUNHaG4SF2YdSJKRNDNFGg5ZtXVF5gk new file mode 100644 index 00000000..191150fd Binary files /dev/null and b/_data/iconsDownload/Qmbe7s7SkAt6AAuXUNHaG4SF2YdSJKRNDNFGg5ZtXVF5gk differ