Add ChainID for Celo network(s) (#161)

This commit is contained in:
Aaron Boyd 2021-02-16 15:29:55 +01:00 committed by GitHub
parent 9d194e7909
commit 828791e697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 57 additions and 0 deletions

View File

@ -0,0 +1,16 @@
{
"name": "Celo Mainnet",
"chainId": 42220,
"shortName": "CELO",
"chain": "CELO",
"network": "Mainnet",
"networkId": 42220,
"nativeCurrency": {
"name": "CELO",
"symbol": "CELO",
"decimals": 18
},
"rpc": ["https://forno.celo.org", "wss://forno.celo.org/ws"],
"faucets": [],
"infoURL": "https://docs.celo.org/"
}

View File

@ -0,0 +1,22 @@
{
"name": "Celo Alfajores Testnet",
"chainId": 44787,
"shortName": "ALFA",
"chain": "CELO",
"network": "Alfajores",
"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/"
}

View File

@ -0,0 +1,19 @@
{
"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/"
}