-
Notifications
You must be signed in to change notification settings - Fork 308
Chore(dev hub) pricefeed improvements #3052
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
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
nidhi-singh02
left a comment
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.
Pls check I see CopyAddress import being removed from a couple of places. It will cause error.
| Express Relay is currently deployed on the following SVM environments: | ||
| --- | ||
|
|
||
| import CopyAddress from "../../../src/components/CopyAddress"; | ||
|
|
||
| <Tabs items={['Production', 'Testing']}> | ||
| <Tab value="production"> | ||
|
|
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.
this page is giving 500 https://developer-loc72zn3h-pyth-network.vercel.app/express-relay/contract-addresses with error Error: Expected component CopyAddress to be defined: you likely forgot to import, pass, or provide it.
CopyAddress shouldn't be removed. Pls check
apps/developer-hub/content/docs/price-feeds/v1/contract-addresses/fuel.mdx
Show resolved
Hide resolved
e376a42 to
26d08e7
Compare
I will fix the copy button in the next PR.
Summary
Rationale
How has this been tested?