mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
29 lines
611 B
JSON
29 lines
611 B
JSON
{
|
|
"name": "Celo Alfajores Testnet",
|
|
"chainId": 44787,
|
|
"shortName": "ALFA",
|
|
"chain": "CELO",
|
|
"networkId": 44787,
|
|
"nativeCurrency": {
|
|
"name": "CELO",
|
|
"symbol": "CELO",
|
|
"decimals": 18
|
|
},
|
|
"rpc": [
|
|
"https://alfajores-forno.celo-testnet.org",
|
|
"wss://alfajores-forno.celo-testnet.org/ws"
|
|
],
|
|
"faucets": [
|
|
"https://celo.org/developers/faucet",
|
|
"https://cauldron.pretoriaresearchlab.io/alfajores-faucet"
|
|
],
|
|
"infoURL": "https://docs.celo.org/",
|
|
"explorers": [
|
|
{
|
|
"name": "Celoscan",
|
|
"url": "https://celoscan.io",
|
|
"standard": "EIP3091"
|
|
}
|
|
]
|
|
}
|