From 1afbedefe21031305d0d3e96041f9655efed3047 Mon Sep 17 00:00:00 2001 From: Sanz <37891619+massanto@users.noreply.github.com> Date: Mon, 5 Dec 2022 09:10:19 +0700 Subject: [PATCH] Change RPC & Decimal on CLoudTx Network (#1978) * cloudtx * cloudtx * cloudtx testnet * Update eip155-31223.json * Update eip155-31223.json * Update cloudtx.json Change size image : QmSEsi71AdA5HYH6VNC5QUQezFg1C7BiVQJdx1VVfGz3g3 PNG 713x830 * Add logo cloudtx * Update _data/icons/cloudtx.json * change rpc & decimal * change rpc mainnet Co-authored-by: ligi --- _data/chains/eip155-31223.json | 4 ++-- _data/chains/eip155-31224.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_data/chains/eip155-31223.json b/_data/chains/eip155-31223.json index 6fc14357..55589d50 100644 --- a/_data/chains/eip155-31223.json +++ b/_data/chains/eip155-31223.json @@ -2,12 +2,12 @@ "name": "CloudTx Mainnet", "chain": "CLD", "icon": "cloudtx", - "rpc": ["https://mainnetrpc.num.network"], + "rpc": ["https://mainnet-rpc.cloudtx.finance"], "faucets": [], "nativeCurrency": { "name": "CloudTx", "symbol": "CLD", - "decimals": 18 + "decimals": 9 }, "infoURL": "https://cloudtx.finance", "shortName": "CLDTX", diff --git a/_data/chains/eip155-31224.json b/_data/chains/eip155-31224.json index 960091be..ad6476e6 100644 --- a/_data/chains/eip155-31224.json +++ b/_data/chains/eip155-31224.json @@ -6,7 +6,7 @@ "nativeCurrency": { "name": "CloudTx", "symbol": "CLOUD", - "decimals": 18 + "decimals": 9 }, "infoURL": "https://cloudtx.finance/", "shortName": "CLD",