From ba64cbb4ee256bf3b39e1de33a3f0c85d8f471d6 Mon Sep 17 00:00:00 2001 From: dkeysil Date: Tue, 9 Apr 2024 12:51:34 +0200 Subject: [PATCH] Update base sepolia rpc --- registry/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/registry/client.go b/registry/client.go index 076965a..9404722 100644 --- a/registry/client.go +++ b/registry/client.go @@ -246,7 +246,7 @@ var defaultConfig = ClientConfig{ } var devConfig = ClientConfig{ - JsonRpcUrl: "https://rpc-mumbai.matic.today", + JsonRpcUrl: "https://sepolia.base.org", ENSAddress: "0x650AFCA8545964064b60ad040F9a09F788F714ed", Name: "registry-client", }