UNPKG

@yerofey/cryptowallet-cli

Version:
34 lines (33 loc) 785 B
{ "title": "Dogecoin", "defaultFormat": "legacy", "formats": { "bech32": { "format": "bech32", "startsWith": "dc1q", "prefixTest": "[0-9a-z]", "rareSymbols": "[0-9]", "path": "m/84'/3", "purpose": 84, "flags": ["f", "g", "m", "n", "p", "s"] }, "legacy": { "format": "legacy", "startsWith": "D", "prefixTest": "(?![0OI])[1-9a-zA-Z]", "rareSymbols": "[1-9]", "path": "m/44'/3", "purpose": 44, "flags": ["f", "g", "m", "n", "p", "s"] }, "segwit": { "format": "segwit", "startsWith": "A", "prefixTest": "(?![0OI])[1-9a-zA-Z]", "rareSymbols": "[1-9]", "path": "m/49'/3", "purpose": 49, "flags": ["f", "g", "m", "n", "p", "s"] } } }