diff --git a/SIPS/sip-30.md b/SIPS/sip-30.md index c172019..6763ce9 100644 --- a/SIPS/sip-30.md +++ b/SIPS/sip-30.md @@ -48,7 +48,7 @@ export type BIP44Node = { path: string[]; }; -export type EntropySource { +export type EntropySource = { name: string; id: string; type: "mnemonic";