+
+
+ {config?.erigonURL}
+
+ {connStatus === ConnectionStatus.NOT_ETH_NODE && (
+
+ Make sure your browser can access the URL above.
+
+ If you want to customize the Erigon rpcdaemon endpoint, please
+ follow these{" "}
+
+ instructions
+
+ .
+
+
+ )}
+ {connStatus === ConnectionStatus.NOT_ERIGON && (
+ <>
+
+
+ Make sure you rpcdaemon with Otterscan patches is up and running
+ and the erigon_ namespace is enabled according to
+ the{" "}
+
+ instructions
+
+ .
+
+ >
+ )}
+ {connStatus === ConnectionStatus.NOT_OTTERSCAN_PATCHED && (
+ <>
+
+
+ Make sure you compiled rpcdaemon with Otterscan patches and
+ enabled ots_ namespace according to the{" "}
+
+ instructions
+
+ .
+
+ >
+ )}
+