@dapplets/dapplet-extension
Version:
The Bridge to the Augmented Web.
15 lines (14 loc) • 634 B
TypeScript
declare const IPFS_GATEWAY = "https://ipfs-gateway.mooo.com";
declare const DEFAULT_NETWORK = "sepolia";
declare const DEFAULT_CHAIN_ID = 11155111;
declare const DEFAULT_ECOSYSTEM = "zoo";
declare const DEFAULT_APP_TYPE = 1;
declare const ERROR_MESSAGES: {
IPFS_UPLOAD_FAIL: string;
MINING_ERROR: string;
PROVIDER_ADDITION_INCORRECT_ADDRESS: string;
PROVIDER_ADDITION_INCORRECT_ADDRESS_WRONG_NETWORK: string;
TOKEN_ICON_INPUT_OVER_SIZE: string;
TOKEN_ICON_INPUT_UNSUPPORTED_EXTENSION: string;
};
export { DEFAULT_ECOSYSTEM, DEFAULT_APP_TYPE, IPFS_GATEWAY, DEFAULT_NETWORK, DEFAULT_CHAIN_ID, ERROR_MESSAGES, };