node-util/package.json
Claude b955083d06
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
538 B
JSON

{
"name": "lethean-util",
"version": "0.0.1",
"main": "cryptonote",
"author": {
"name": "LucasJones, CryptoZoidberg",
"email": "lucasjonesdev@hotmail.co.uk, crypto.zoidberg@gmail.com"
},
"repository": {
"type": "git",
"url": "https://github.com/hyle-team/lethean-node-util.git"
},
"dependencies": {
"bindings": "*",
"nan": "^2.14.2",
"bignum": "^0.13.1"
},
"keywords": [
"cryptonight",
"cryptonote",
"lethean"
]
}