mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
22 lines
487 B
JSON
22 lines
487 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/"
|
|
}
|