-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change in Ghostnet Network URL #844
Conversation
✅ Deploy Preview for tezos-homebase ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
src/services/beacon/utils.ts
Outdated
@@ -10,7 +10,7 @@ export const ALICE_PRIV_KEY = "edsk3QoqBuvdamxouPhin7swCvkQNgq4jP5KZPbwWNnwdZpSp | |||
|
|||
export const rpcNodes: Record<Network, string> = { | |||
mainnet: "https://mainnet.api.tez.ie", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's do the env thing for mainnet as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Man-Jain done.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
one comment
The existing defined network at following URL is not working anymore
https://ghostnet.tezos.marigold.dev/
This changes the URL to the following and also allows an option to set the URL via Env Variable:
https://ghostnet.smartpy.io
Corresponding PR for the Backend
dOrgTech/homebase-lite-backend#28