Skip to content

Conversation

@mg-twentyone
Copy link
Contributor

Description

This PR restore the basic functionality and improve the list of fiat currencies.

What's new?

Changes:

  • Update coindesk API
  • Update requirements packages version
  • Fix test flow
  • Add new fiat currencies (CHF,HKD,CNY,SGD,TWD,THB,KRW,BRL,RUB,TRY)

Issue References

Fixes #5

Demo / Screenshots

rates_plebnet

@mg-twentyone
Copy link
Contributor Author

@bitkarrot @asherp @amsalmeron are you available to review it when you have a chance?

@bitkarrot
Copy link
Member

Merging, however vercel.json needs to be updated to :

{
"builds": [
{ "src": "src/app.py", "use": "@vercel/python" }
],
"routes": [
{ "src": "/(.*)", "dest": "src/app.py" }
],
"env": {
"LC_ALL": "C",
"LC_NUMERIC": "C",
"LANG": "C"
}
}

@bitkarrot bitkarrot merged commit eebe57e into plebnet-dev:main Sep 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Restore app functionality

2 participants