diff --git a/_data/chains/eip155-178.json b/_data/chains/eip155-178.json index 62081f1d8714..00b1e6084f4f 100644 --- a/_data/chains/eip155-178.json +++ b/_data/chains/eip155-178.json @@ -1,6 +1,6 @@ { - "name": "ABEY Testnet", - "chain": "ABEY", + "name": "Abey Testnet", + "chain": "Abey", "rpc": ["https://testrpc.abeychain.com"], "features": [{ "name": "EIP155" }], "faucets": ["https://testnet-faucet.abeychain.com"], @@ -13,10 +13,12 @@ "shortName": "abeyt", "chainId": 178, "networkId": 178, + "icon": "abey", "explorers": [ { "name": "abeyscan-testnet", "url": "https://testnet.abeyscan.com", + "icon": "abey", "standard": "EIP3091" } ] diff --git a/_data/chains/eip155-179.json b/_data/chains/eip155-179.json index c29d6dd11042..88c59cbd606d 100644 --- a/_data/chains/eip155-179.json +++ b/_data/chains/eip155-179.json @@ -1,6 +1,6 @@ { - "name": "ABEY Mainnet", - "chain": "ABEY", + "name": "Abey Mainnet", + "chain": "Abey", "rpc": ["https://rpc.abeychain.com"], "features": [{ "name": "EIP155" }], "faucets": [], @@ -13,10 +13,12 @@ "shortName": "abey", "chainId": 179, "networkId": 179, + "icon": "abey", "explorers": [ { "name": "abeyscan", "url": "https://abeyscan.com", + "icon": "abey", "standard": "EIP3091" } ] diff --git a/_data/icons/abey.json b/_data/icons/abey.json new file mode 100644 index 000000000000..c9a11eebfbcc --- /dev/null +++ b/_data/icons/abey.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://bafkreicaucnt5aqvwq6pw2fzvotzonkeaf7cj5yqt3m2wyhtusblroi4se", + "width": 2000, + "height": 2000, + "format": "png" + } +]