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:
Serey Vathana 2023-06-16 01:48:10 +07:00 committed by GitHub
parent 0edcd4d9e5
commit 8bb0e407a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 27 additions and 10 deletions

View File

@ -1,17 +1,26 @@
{ {
"name": "CryptoKylin Testnet", "name": "CamDL Mainnet",
"chain": "EOS", "chain": "CADL",
"rpc": ["https://kylin.eosargentina.io"], "rpc": ["https://rpc1.camdl.gov.kh/"],
"faucets": [], "faucets": ["https://faucet.camdl.gov.kh/"],
"nativeCurrency": { "nativeCurrency": {
"name": "EOS", "name": "CADL",
"symbol": "EOS", "symbol": "CADL",
"decimals": 18 "decimals": 18
}, },
"infoURL": "https://www.cryptokylin.io/", "features": [{ "name": "EIP155" }],
"shortName": "kylin", "infoURL": "https://camdl.gov.kh/",
"shortName": "camdl",
"chainId": 95, "chainId": 95,
"networkId": 95, "networkId": 95,
"explorers": [], "redFlags": ["reusedChainId"],
"status": "deprecated" "icon": "camdl",
"explorers": [
{
"name": "CamDL Block Explorer",
"url": "https://explorer.camdl.gov.kh",
"standard": "EIP3091"
}
],
"status": "active"
} }

8
_data/icons/camdl.json Normal file
View File

@ -0,0 +1,8 @@
[
{
"url": "ipfs://QmW5Fpb2Ywnfqcj4ibvpbKvPv5Mo5eseWdYZnnUvLkj2Hp",
"width": 1453,
"height": 1453,
"format": "png"
}
]