From 8bb0e407a037a65dbe27d4c373b15db036fdf9a6 Mon Sep 17 00:00:00 2001 From: Serey Vathana <83801810+sereyvathanatum@users.noreply.github.com> Date: Fri, 16 Jun 2023 01:48:10 +0700 Subject: [PATCH] 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 --- _data/chains/eip155-95.json | 29 +++++++++++++++++++---------- _data/icons/camdl.json | 8 ++++++++ 2 files changed, 27 insertions(+), 10 deletions(-) create mode 100644 _data/icons/camdl.json 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" + } +]