UNPKG

@ledgerhq/coin-tester

Version:
8 lines (6 loc) 148 B
export type BridgeStrategy = "legacy" | "generic-adapter"; export type ENV = { GH_TOKEN: string; SEED: string; SPECULOS_API_PORT: string; };