diff --git a/_data/chains/eip155-95.json b/_data/chains/eip155-95.json index 521e1d13..d8d9654b 100644 --- a/_data/chains/eip155-95.json +++ b/_data/chains/eip155-95.json @@ -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" } diff --git a/_data/icons/camdl.json b/_data/icons/camdl.json new file mode 100644 index 00000000..29757b27 --- /dev/null +++ b/_data/icons/camdl.json @@ -0,0 +1,8 @@ +[ + { + "url": "ipfs://QmW5Fpb2Ywnfqcj4ibvpbKvPv5Mo5eseWdYZnnUvLkj2Hp", + "width": 1453, + "height": 1453, + "format": "png" + } +]