-
Notifications
You must be signed in to change notification settings - Fork 307
chore(bug): remove MTR token pyth ID #3012
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.
6 Skipped Deployments
|
| }, | ||
| { | ||
| "id": "MTR", | ||
| "pythId": "8cdc9b2118d2ce55a299f8f1d700d0127cf4036d1aa666a8cd51dcab4254284f", |
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.
Just remove the MTR token
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.
I wasn't sure of the consequences at other place (if any).
will remove it.
Summary
Running
pnpm exec ts-node scripts/fetch_fees.tsfrom contract-manager returns 404 error abruptly.Removed the MTR token pyth ID that was causing the issue, making the script run.
Rationale
How has this been tested?