export const addressScripts = /** @type {const} */ ([ { id: "v0_p2wpkh", label: "P2WPKH" }, { id: "v1_p2tr", label: "P2TR" }, { id: "p2sh_p2wpkh", label: "Nested P2WPKH" }, { id: "p2pkh", label: "P2PKH" }, ]);