You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
trezor-firmware/core/src/apps/solana/__init__.py

8 lines
202 B

CURVE = "ed25519"
SLIP44_ID = 501
PATTERNS = (
"m/44'/coin_type'", # Ledger compatibility
"m/44'/coin_type'/account'", # Ledger compatibility
"m/44'/coin_type'/account'/address_index'",
)