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",
"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
View File

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