From 267bc53b36bc0730fb68f13716fbd7dde80db346 Mon Sep 17 00:00:00 2001 From: Interchained Date: Mon, 4 Jan 2021 15:51:50 -0500 Subject: [PATCH] Update crystaleum.json --- config_examples/crystaleum.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config_examples/crystaleum.json b/config_examples/crystaleum.json index 34119ef..8debe75 100644 --- a/config_examples/crystaleum.json +++ b/config_examples/crystaleum.json @@ -1,7 +1,7 @@ { "poolHost": "CRFI_POOL_ADDRESS", - "blockchainExplorer": "https://oracle.crystaleum.com/block/{id}", - "transactionExplorer": "https://oracle.crystaleum.com/tx/{id}", + "blockchainExplorer": "https://oracle.crystaleum.org/block/{id}", + "transactionExplorer": "https://oracle.crystaleum.org/tx/{id}", "includeHeight": false, "includeAlgo": null, "isRandomX": false,