mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
20 lines
513 B
JSON
20 lines
513 B
JSON
{
|
|
"name": "Celo Baklava Testnet",
|
|
"chainId": 62320,
|
|
"shortName": "BKLV",
|
|
"chain": "CELO",
|
|
"network": "Baklava",
|
|
"networkId": 62320,
|
|
"nativeCurrency": {
|
|
"name": "CELO",
|
|
"symbol": "CELO",
|
|
"decimals": 18
|
|
},
|
|
"rpc": ["https://baklava-forno.celo-testnet.org"],
|
|
"faucets": [
|
|
"https://docs.google.com/forms/d/e/1FAIpQLSdfr1BwUTYepVmmvfVUDRCwALejZ-TUva2YujNpvrEmPAX2pg/viewform",
|
|
"https://cauldron.pretoriaresearchlab.io/baklava-faucet"
|
|
],
|
|
"infoURL": "https://docs.celo.org/"
|
|
}
|