From b3cac4a1931ac724a3a4a450fa2895fd4824eb59 Mon Sep 17 00:00:00 2001 From: "prompt.ac/@jeffrey" Date: Sat, 6 Jun 2026 12:57:08 -0700 Subject: [PATCH] tezos: fix dead mainnet RPC (mainnet.api.tez.ie -> rpc.tzbeta.net) mainnet.api.tez.ie no longer resolves (DNS gone) and ecadinfra is also down; every mainnet keeps op (mint, withdraw, royalty, transfer) failed with ENOTFOUND. Switched to Foundation-run rpc.tzbeta.net (verified live). Co-Authored-By: Claude Opus 4.8 (1M context) --- tezos/keeps.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tezos/keeps.mjs b/tezos/keeps.mjs index 48323bcc9..352274066 100644 --- a/tezos/keeps.mjs +++ b/tezos/keeps.mjs @@ -62,7 +62,7 @@ const CONFIG = { explorer: 'https://ghostnet.tzkt.io' }, mainnet: { - rpc: 'https://mainnet.api.tez.ie', // Changed from ecadinfra for better deployment support + rpc: 'https://rpc.tzbeta.net', // mainnet.api.tez.ie + ecadinfra both dead (DNS); tzbeta is Foundation-run name: 'Mainnet', explorer: 'https://tzkt.io' }, -- 2.51.2