diff --git a/_data/chains/eip155-33139.json b/_data/chains/eip155-33139.json new file mode 100644 index 000000000000..98ed258ddb61 --- /dev/null +++ b/_data/chains/eip155-33139.json @@ -0,0 +1,23 @@ +{ + "name": "ApeChain", + "chain": "apechain", + "rpc": ["https://rpc.apechain.com"], + "faucets": [], + "nativeCurrency": { + "name": "ApeCoin", + "symbol": "APE", + "decimals": 18 + }, + "infoURL": "https://apechain.com", + "shortName": "apechain", + "chainId": 33139, + "networkId": 33139, + "icon": "apechain", + "explorers": [ + { + "name": "ApeChain Explorer", + "url": "https://apescan.io", + "standard": "EIP3091" + } + ] +} diff --git a/_data/icons/apechain.json b/_data/icons/apechain.json new file mode 100644 index 000000000000..f08343ce65f7 --- /dev/null +++ b/_data/icons/apechain.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmTqiPnYZx6ZyPPbtsuh8VvvoH6DSCJGjTUgtTN9X8NScP", + "width": 1200, + "height": 1200, + "format": "png" + } +]