Skip to content

Commit

Permalink
Add ApeChain mainnet (#6034)
Browse files Browse the repository at this point in the history
* Add ApeChain mainnet

* Add empty faucets

* Remove slash
  • Loading branch information
MYKatz authored Oct 25, 2024
1 parent c6b4097 commit b02f883
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
23 changes: 23 additions & 0 deletions _data/chains/eip155-33139.json
Original file line number Diff line number Diff line change
@@ -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"
}
]
}
8 changes: 8 additions & 0 deletions _data/icons/apechain.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmTqiPnYZx6ZyPPbtsuh8VvvoH6DSCJGjTUgtTN9X8NScP",
"width": 1200,
"height": 1200,
"format": "png"
}
]

0 comments on commit b02f883

Please sign in to comment.