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/
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"ids": [
|
|
"bitcoin", "ethereum", "binancecoin", "solana",
|
|
"ripple", "cardano", "dogecoin", "tron",
|
|
"avalanche-2", "chainlink"
|
|
],
|
|
"meta": {
|
|
"bitcoin": { "name": "Bitcoin", "symbol": "BTC" },
|
|
"ethereum": { "name": "Ethereum", "symbol": "ETH" },
|
|
"binancecoin": { "name": "BNB", "symbol": "BNB" },
|
|
"solana": { "name": "Solana", "symbol": "SOL" },
|
|
"ripple": { "name": "XRP", "symbol": "XRP" },
|
|
"cardano": { "name": "Cardano", "symbol": "ADA" },
|
|
"dogecoin": { "name": "Dogecoin", "symbol": "DOGE" },
|
|
"tron": { "name": "TRON", "symbol": "TRX" },
|
|
"avalanche-2": { "name": "Avalanche", "symbol": "AVAX" },
|
|
"chainlink": { "name": "Chainlink", "symbol": "LINK" }
|
|
},
|
|
"coinpaprika": {
|
|
"bitcoin": "btc-bitcoin",
|
|
"ethereum": "eth-ethereum",
|
|
"binancecoin": "bnb-binance-coin",
|
|
"solana": "sol-solana",
|
|
"ripple": "xrp-xrp",
|
|
"cardano": "ada-cardano",
|
|
"dogecoin": "doge-dogecoin",
|
|
"tron": "trx-tron",
|
|
"avalanche-2": "avax-avalanche",
|
|
"chainlink": "link-chainlink"
|
|
}
|
|
}
|