UNPKG

@coinbase/onchaintestkit

Version:

End-to-end testing toolkit for blockchain applications, powered by Playwright

8 lines (7 loc) 217 B
export type WalletConfig = { password?: string; seedPhrase?: string; privateKey?: string; name?: string; }; export type SupportedChain = "solana" | "ethereum" | "base" | "sui" | "polygon" | "bitcoin";