Skip to content

Commit

Permalink
Add empty faucets
Browse files Browse the repository at this point in the history
  • Loading branch information
MYKatz committed Oct 19, 2024
1 parent 42dba29 commit 95c889d
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions _data/chains/eip155-33139.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,23 @@
{
"name": "ApeChain",
"chain": "apechain",
"rpc": ["https://rpc.apechain.com"],
"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"
}
]
}
"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"
}
]
}

0 comments on commit 95c889d

Please sign in to comment.