From 8086f5de10187f49c5c7a8cc1a2cca5e3a1484ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrian=20Schr=C3=B6ter?= Date: Sun, 24 Nov 2024 07:26:15 +0100 Subject: [PATCH] mainnet place holder --- suse-distro-check.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/suse-distro-check.conf b/suse-distro-check.conf index 69d2081..f82d9a2 100644 --- a/suse-distro-check.conf +++ b/suse-distro-check.conf @@ -7,6 +7,12 @@ http_provider=https://ethereum-holesky-rpc.publicnode.com chainid=17000 contract=0x6135d6ec831bD648852Ea10a3f162d353286D4a5 +[mainnet] +# Production setup should be used ideally via an own node for security +http_provider= +chainid=1 +contract= + [anvil] # for local development http_provider=http://127.0.0.1:8545