Skip to content

Commit

Permalink
Fixed Ghostnet URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshpw committed May 27, 2024
1 parent facc92d commit 3459173
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) => {
Expand Down

0 comments on commit 3459173

Please sign in to comment.