dp-contract-proxy-kit
Version:
Enable batched transactions and contract account interactions using a unique deterministic Gnosis Safe.
8 lines (7 loc) • 441 B
TypeScript
import { OperationType } from './transactions';
export declare const zeroAddress: string;
export declare const sentinelModules = "0x0000000000000000000000000000000000000001";
export declare const defaultTxOperation = OperationType.Call;
export declare const defaultTxValue = "0x0";
export declare const defaultTxData = "0x";
export declare const predeterminedSaltNonce = "0xcfe33a586323e7325be6aa6ecd8b4600d232a9037e83c8ece69413b777dabe65";