UNPKG

@bananahq/banana-sdk

Version:

Smart contract wallet sdk package by Banana Wallet

19 lines (18 loc) 926 B
import UserOperation from '../utils/userOperation'; export declare const DUMMY_Q0 = "0x22d968b22fc4107a690af417d12d50fda02c3bb86e01073f967b7c51732c5d51"; export declare const DUMMY_Q1 = "0xab97a2dfeca530708da4df5ba0fb22189fcbb1c4b1e6b5aa277ef7ba43c2a929"; export declare const ZERO_ADDRESS = "0x0000000000000000000000000000000000000000"; export declare const JUNK_ADDRESS = "0x0000000000000000000000000000000000000123"; export declare const HAS_INITCODE = false; export declare const JUNK_ID = "C8Oef8N6pBCBGNGYwcXyWqg7dO_K__WTomiFWrnel_c"; export declare const JUNK_USERNAME = "dummyUserName"; export declare const DUMMY_URL = "'https://eth-goerli.g.alchemy.com/v2/dummy_alchemy_key'"; export declare const JUNK_HASH: string; export declare const JUNK_CREDENTIALS: { q0: string; q1: string; walletAddress: string; initcode: boolean; encodedId: string; }; export declare const JUNK_USER_OP: UserOperation;