From 5afe6ec1738bea2df953e5cb65f7d1070142438a Mon Sep 17 00:00:00 2001 From: SolidityX <88942434+solidityx@users.noreply.github.com> Date: Thu, 2 Mar 2023 20:42:59 +0530 Subject: [PATCH] fixed rpc url - dogcoin (#2348) * adding mnz logo binary file * adding mnz icons json files for both testnet and mainnet * adding mnz chains json for both testnet and mainnet * fixed explorer URL * fixed the name MNZ to MainnetZ * fixed the name MNZ to MainnetZ * added Sardis bin logo * added sardis icons json files for both mainnet & testnet * added sardis chains json files for both mainnet & testnet * renamed symbol to NetZ * renamed symbol to NetZ * added soverun icon bin file * added soverun icons json for both Soverun mainnet & testnet * added Soverun chains json files for both Soverun mainnet & testnet * added STAND icon bin file * added STAND icons json files for both mainnet & testnet * added STAND chains json files for both mainnet & testnet * add dogs icon bin file * add dogs icon json files both for mainnet & testnet * add dogs chains json files for both testnet & mainnet * add bitindi icon binary file * add bitindi icon json files both for mainnet and testnet * add bitindi chain json files for both mainnet & testnet * fixed explorer link * Delete dogsTestnet duplicate of dogs.json file * update icon * update RPC URL set .me and remove .network * update RPC URL set .me and remove .network --------- Co-authored-by: ligi --- _data/chains/eip155-1117.json | 2 +- _data/chains/eip155-9339.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_data/chains/eip155-1117.json b/_data/chains/eip155-1117.json index b49f42a5..a19f48c8 100644 --- a/_data/chains/eip155-1117.json +++ b/_data/chains/eip155-1117.json @@ -2,7 +2,7 @@ "name": "Dogcoin Mainnet", "chain": "DOGS", "icon": "dogs", - "rpc": ["https://mainnet-rpc.dogcoin.network"], + "rpc": ["https://mainnet-rpc.dogcoin.me"], "faucets": ["https://faucet.dogcoin.network"], "nativeCurrency": { "name": "Dogcoin", diff --git a/_data/chains/eip155-9339.json b/_data/chains/eip155-9339.json index fb64b72a..8186f2d8 100644 --- a/_data/chains/eip155-9339.json +++ b/_data/chains/eip155-9339.json @@ -2,7 +2,7 @@ "name": "Dogcoin Testnet", "chain": "DOGS", "icon": "dogs", - "rpc": ["https://testnet-rpc.dogcoin.network"], + "rpc": ["https://testnet-rpc.dogcoin.me"], "faucets": ["https://faucet.dogcoin.network"], "nativeCurrency": { "name": "Dogcoin",