diff --git a/_data/chains/eip155-6174.json b/_data/chains/eip155-6174.json new file mode 100644 index 000000000000..f8773a982925 --- /dev/null +++ b/_data/chains/eip155-6174.json @@ -0,0 +1,28 @@ +{ + "name": "ANDE Network Testnet", + "chain": "ANDE", + "rpc": [ + "https://rpc.ande.network" + ], + "faucets": [ + "https://faucet.ande.network" + ], + "nativeCurrency": { + "name": "ANDE", + "symbol": "ANDE", + "decimals": 18 + }, + "infoURL": "https://ande.network", + "shortName": "ande", + "chainId": 6174, + "networkId": 6174, + "icon": "ande", + "explorers": [ + { + "name": "ANDE Explorer", + "url": "https://explorer.ande.network", + "standard": "EIP3091" + } + ], + "status": "active" +} diff --git a/_data/icons/ande.json b/_data/icons/ande.json new file mode 100644 index 000000000000..349bb7de3e96 --- /dev/null +++ b/_data/icons/ande.json @@ -0,0 +1,8 @@ +[ + { + "url": "https://raw.githubusercontent.com/ethereum-lists/chains/master/_data/icons/ande.png", + "width": 256, + "height": 256, + "format": "png" + } +] diff --git a/_data/icons/ande.png b/_data/icons/ande.png new file mode 100644 index 000000000000..3118a28dfffb Binary files /dev/null and b/_data/icons/ande.png differ