mining-pool/frontend/bower.json
Claude 909bff2dd9
rebrand(lethean): update branding, ports, and config for Lethean blockchain
- Coin: Zano → Lethean, ticker: ZAN/ZANO → LTHN
- Ports: 11211 → 36941 (mainnet RPC), 46941 (testnet RPC)
- Wallet: 11212 → 36944/46944
- Address prefix: iTHN
- URLs: zano.org → lethean.io
- Explorer links: explorer.lthn.io

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-01 22:24:13 +01:00

23 lines
591 B
JSON

{
"name": "lethean-pool-ui",
"private": true,
"dependencies": {
"angular": "~1.6.1",
"angular-route": "~1.6.1",
"angular-loader": "~1.6.1",
"jquery": "~3.1.1",
"angular-material": "~1.1.3",
"angular-moment": "~1.0.1",
"moment": "momentjs#^2.17.1",
"ngstorage": "^0.3.11",
"angular-audio": "^1.7.3",
"angular-material-data-table": "^0.10.10",
"angular-chart.js": "^1.1.1",
"chart.js": "^2.4.0",
"lodash": "^4.17.4",
"angular_page_visibility": "angular-page-visibility#^0.0.4"
},
"resolutions": {
"angular": "~1.6.1"
}
}