Skip to content

Commit

Permalink
Changed Ghostnet URL
Browse files Browse the repository at this point in the history
  • Loading branch information
ashutoshpw committed May 27, 2024
1 parent 0909129 commit fe4b763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/services/beacon/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export const ALICE_PRIV_KEY = "edsk3QoqBuvdamxouPhin7swCvkQNgq4jP5KZPbwWNnwdZpSp

export const rpcNodes: Record<Network, string> = {
mainnet: "https://mainnet.api.tez.ie",
ghostnet: "https://ghostnet.tezos.marigold.dev"
ghostnet: "https://ghostnet.smartpy.io"
}

export const getTezosNetwork = (): Network => {
Expand Down

0 comments on commit fe4b763

Please sign in to comment.