From d78f5f3c7e0b7335aaaafdf4c524f3a14da9b656 Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Fri, 3 Apr 2026 11:50:03 +0200 Subject: [PATCH] Add some monad rpc nodes --- updates/rpc_nodes/v11.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/updates/rpc_nodes/v11.json b/updates/rpc_nodes/v11.json index 3b8ec95..40e1459 100644 --- a/updates/rpc_nodes/v11.json +++ b/updates/rpc_nodes/v11.json @@ -455,6 +455,38 @@ "owned": false, "active": true, "blockchain": "HYPERLIQUID" + }, + { + "name": "monad official", + "endpoint": "https://rpc.monad.xyz", + "weight": 0.30, + "owned": false, + "active": true, + "blockchain": "MONAD" + }, + { + "name": "monad drpc", + "endpoint": "https://monad-mainnet.drpc.org", + "weight": 0.25, + "owned": false, + "active": true, + "blockchain": "MONAD" + }, + { + "name": "monad onfinality", + "endpoint": "https://monad-mainnet.api.onfinality.io/public", + "weight": 0.25, + "owned": false, + "active": true, + "blockchain": "MONAD" + }, + { + "name": "monad monadinfra", + "endpoint": "https://rpc-mainnet.monadinfra.com", + "weight": 0.20, + "owned": false, + "active": true, + "blockchain": "MONAD" } ] }