From 828791e697bebff9a42c336763bda32d239fcfd5 Mon Sep 17 00:00:00 2001 From: Aaron Boyd Date: Tue, 16 Feb 2021 15:29:55 +0100 Subject: [PATCH] Add ChainID for Celo network(s) (#161) --- _data/chains/eip155-42220.json | 16 ++++++++++++++++ _data/chains/eip155-44787.json | 22 ++++++++++++++++++++++ _data/chains/eip155-62320.json | 19 +++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 _data/chains/eip155-42220.json create mode 100644 _data/chains/eip155-44787.json create mode 100644 _data/chains/eip155-62320.json diff --git a/_data/chains/eip155-42220.json b/_data/chains/eip155-42220.json new file mode 100644 index 00000000..9e351cbb --- /dev/null +++ b/_data/chains/eip155-42220.json @@ -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/" +} diff --git a/_data/chains/eip155-44787.json b/_data/chains/eip155-44787.json new file mode 100644 index 00000000..85558ff0 --- /dev/null +++ b/_data/chains/eip155-44787.json @@ -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/" +} diff --git a/_data/chains/eip155-62320.json b/_data/chains/eip155-62320.json new file mode 100644 index 00000000..8790d500 --- /dev/null +++ b/_data/chains/eip155-62320.json @@ -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/" +}