- 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>
6 lines
No EOL
211 B
JavaScript
6 lines
No EOL
211 B
JavaScript
import letheanWallet from "./letheanWallet.js";
|
|
import { useLetheanWallet } from "./hooks.js";
|
|
export { useLetheanWallet };
|
|
export * from "./types.js";
|
|
export { letheanWallet };
|
|
//# sourceMappingURL=index.js.map
|