mirror of
https://github.com/Instadapp/chains.git
synced 2024-07-29 22:37:19 +00:00
Add CamDL Mainnet (#3015)
* include CamDL Mainnet * add redflags reusedChainId * fix validating format fail for CamDL Mainnet * fix format icon CamDL mainnet * remove final space icon * reapply prettier on icon --------- Co-authored-by: ligi <ligi@ligi.de>
This commit is contained in:
parent
0edcd4d9e5
commit
8bb0e407a0
|
@ -1,17 +1,26 @@
|
|||
{
|
||||
"name": "CryptoKylin Testnet",
|
||||
"chain": "EOS",
|
||||
"rpc": ["https://kylin.eosargentina.io"],
|
||||
"faucets": [],
|
||||
"name": "CamDL Mainnet",
|
||||
"chain": "CADL",
|
||||
"rpc": ["https://rpc1.camdl.gov.kh/"],
|
||||
"faucets": ["https://faucet.camdl.gov.kh/"],
|
||||
"nativeCurrency": {
|
||||
"name": "EOS",
|
||||
"symbol": "EOS",
|
||||
"name": "CADL",
|
||||
"symbol": "CADL",
|
||||
"decimals": 18
|
||||
},
|
||||
"infoURL": "https://www.cryptokylin.io/",
|
||||
"shortName": "kylin",
|
||||
"features": [{ "name": "EIP155" }],
|
||||
"infoURL": "https://camdl.gov.kh/",
|
||||
"shortName": "camdl",
|
||||
"chainId": 95,
|
||||
"networkId": 95,
|
||||
"explorers": [],
|
||||
"status": "deprecated"
|
||||
"redFlags": ["reusedChainId"],
|
||||
"icon": "camdl",
|
||||
"explorers": [
|
||||
{
|
||||
"name": "CamDL Block Explorer",
|
||||
"url": "https://explorer.camdl.gov.kh",
|
||||
"standard": "EIP3091"
|
||||
}
|
||||
],
|
||||
"status": "active"
|
||||
}
|
||||
|
|
8
_data/icons/camdl.json
Normal file
8
_data/icons/camdl.json
Normal file
|
@ -0,0 +1,8 @@
|
|||
[
|
||||
{
|
||||
"url": "ipfs://QmW5Fpb2Ywnfqcj4ibvpbKvPv5Mo5eseWdYZnnUvLkj2Hp",
|
||||
"width": 1453,
|
||||
"height": 1453,
|
||||
"format": "png"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue
Block a user