From e297d96d101857f98e0fbba10168b6dc7b55d9c0 Mon Sep 17 00:00:00 2001 From: Bruce Riley Date: Thu, 26 Sep 2024 11:35:55 -0500 Subject: [PATCH] go-sdk: Add xLabs public RPC --- sdk/mainnet_consts.go | 1 + 1 file changed, 1 insertion(+) diff --git a/sdk/mainnet_consts.go b/sdk/mainnet_consts.go index 968a718842..aec129a723 100644 --- a/sdk/mainnet_consts.go +++ b/sdk/mainnet_consts.go @@ -15,6 +15,7 @@ var PublicRPCEndpoints = []string{ "https://wormhole-v2-mainnet-api.mcf.rocks", "https://wormhole-v2-mainnet-api.chainlayer.network", "https://wormhole-v2-mainnet-api.staking.fund", + "https://guardian.mainnet.xlabs.xyz", } type (