diff --git a/constants/additionalChainRegistry/chainid-22225.js b/constants/additionalChainRegistry/chainid-22225.js new file mode 100644 index 0000000000..73e72348bf --- /dev/null +++ b/constants/additionalChainRegistry/chainid-22225.js @@ -0,0 +1,29 @@ +export const data = { + "name": "Celes Testnet", + "chain": "CLES", + "rpc": ["https://rpc-testnet.celeschain.org", "wss://rpc-testnet.celeschain.org"], + "faucets": [], + "nativeCurrency": { + name: "CLES", + symbol: "CLES", + decimals: 18 + }, + "features": [ + { "name": "EIP155" }, + { "name": "EIP1559" } + ], + "infoURL": "https://celeschain.org", + "shortName": "cles", + "chainId": 22225, + "networkId": 22225, + "icon": "celes", + "explorers": [ + { + "name": "Celes Testnet Explorer", + "url": "https://testnet-explorer.celeschain.org", + "icon": "celes", + "standard": "EIP3091" + } + ] + } + \ No newline at end of file