@metamask/snaps-simulation
Version:
A simulation framework for MetaMask Snaps, enabling headless testing of Snaps in a controlled environment
39 lines • 1.38 kB
text/typescript
import type { SimulationAccount } from "./options.mjs";
/**
* A secret recovery phrase that is used for testing purposes. Do not use this
* to store any real funds!
*/
export declare const DEFAULT_SRP = "test test test test test test test test test test test ball";
/**
* An alternative secret recovery phrase that is used for testing purposes. Do
* not use this to store any real funds!
*/
export declare const DEFAULT_ALTERNATIVE_SRP = "abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon abandon about";
/**
* The default locale.
*/
export declare const DEFAULT_LOCALE = "en";
/**
* The default currency.
*/
export declare const DEFAULT_CURRENCY = "usd";
/**
* The default JSON-RPC endpoint for Ethereum requests.
*/
export declare const DEFAULT_JSON_RPC_ENDPOINT = "https://cloudflare-eth.com/";
/**
* The types of inputs that can be used in the `typeInField` interface action.
*/
export declare const TYPEABLE_INPUTS: string[];
export declare const DEFAULT_ACCOUNTS: SimulationAccount[];
export declare const DEFAULT_ASSETS: {
'solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp/slip44:501': {
name: string;
symbol: string;
};
'solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp/token:EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v': {
name: string;
symbol: string;
};
};
//# sourceMappingURL=constants.d.mts.map