UNPKG

@coinbase/onchaintestkit

Version:

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

7 lines (6 loc) 265 B
import type { Page } from "@playwright/test"; /** * Enables test mode in Phantom wallet to support testnets like Base Sepolia * @param page - The Playwright page object for the Phantom wallet */ export declare function enableTestMode(page: Page): Promise<void>;