mirror of
https://github.com/koala73/worldmonitor.git
synced 2026-04-26 01:24:59 +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/
15 lines
506 B
JSON
15 lines
506 B
JSON
{
|
|
"btcSpot": [
|
|
{ "ticker": "IBIT", "issuer": "BlackRock" },
|
|
{ "ticker": "FBTC", "issuer": "Fidelity" },
|
|
{ "ticker": "ARKB", "issuer": "ARK/21Shares" },
|
|
{ "ticker": "BITB", "issuer": "Bitwise" },
|
|
{ "ticker": "GBTC", "issuer": "Grayscale" },
|
|
{ "ticker": "HODL", "issuer": "VanEck" },
|
|
{ "ticker": "BRRR", "issuer": "Valkyrie" },
|
|
{ "ticker": "EZBC", "issuer": "Franklin" },
|
|
{ "ticker": "BTCO", "issuer": "Invesco" },
|
|
{ "ticker": "BTCW", "issuer": "WisdomTree" }
|
|
]
|
|
}
|