mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-25 17:14:57 +02:00
Railway rootDirectory isolates build context — postinstall cp from ../shared/ fails because parent dirs aren't in the Nixpacks image. Commit JSON/CJS configs directly into scripts/shared/. - Remove useless postinstall from scripts/package.json - Remove scripts/shared/ from .gitignore - Commit all shared config files into scripts/shared/ - Add sync test to catch drift between shared/ and scripts/shared/
11 lines
277 B
JSON
11 lines
277 B
JSON
{
|
|
"ids": ["tether", "usd-coin", "dai", "first-digital-usd", "ethena-usde"],
|
|
"coinpaprika": {
|
|
"tether": "usdt-tether",
|
|
"usd-coin": "usdc-usd-coin",
|
|
"dai": "dai-dai",
|
|
"first-digital-usd": "fdusd-first-digital-usd",
|
|
"ethena-usde": "usde-ethena-usde"
|
|
}
|
|
}
|