mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add ChainID for Celo network(s) (#161)
This commit is contained in:
parent
9d194e7909
commit
828791e697
16
_data/chains/eip155-42220.json
Normal file
16
_data/chains/eip155-42220.json
Normal 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/"
|
||||||
|
}
|
22
_data/chains/eip155-44787.json
Normal file
22
_data/chains/eip155-44787.json
Normal 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/"
|
||||||
|
}
|
19
_data/chains/eip155-62320.json
Normal file
19
_data/chains/eip155-62320.json
Normal 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/"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user