From 34591733e7c686a3828340f8dc455c7042899dd6 Mon Sep 17 00:00:00 2001 From: Ashutosh Kumar Date: Mon, 27 May 2024 23:19:34 +0530 Subject: [PATCH] Fixed Ghostnet URL --- services/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/services/index.js b/services/index.js index 7138995..265cc58 100644 --- a/services/index.js +++ b/services/index.js @@ -7,7 +7,7 @@ const networkNameMap = { const rpcNodes = { mainnet: "https://mainnet.api.tez.ie", - ghostnet: "https://ghostnet.tezos.marigold.dev", + ghostnet: "https://ghostnet.smartpy.io", }; const getTokenMetadata = async (contractAddress, network, tokenId) => {