UNPKG

dop-stick

Version:

Source control tooling for versionable-upgradeable smart contracts

19 lines 845 B
export declare const GAS_LIMITS: { DEFAULT: number; HIGH: number; EXTREME: number; }; export declare const RETRY_CONFIG: { MAX_ATTEMPTS: number; DELAY_MS: number; }; export declare const DEFAULT_CONFIG_PATH = "upgrade.config.json"; export declare const ERROR_MESSAGES: { readonly MISSING_PRIVATE_KEY: "PRIVATE_KEY environment variable is not set"; readonly MISSING_DIAMOND_ADDRESS: "DIAMOND_ADDRESS environment variable not set"; readonly DEPLOYMENT_FAILED: "Cannot execute upgrade due to deployment failures"; readonly DIAMOND_PAUSED: "Diamond is currently paused. Cannot perform upgrade."; readonly GAS_ESTIMATION_FAILED: "Gas estimation failed in strict/auto-pilot mode. Cancelling upgrade."; readonly DIAMOND_CUT_FAILED: "Diamond cut transaction failed"; }; //# sourceMappingURL=constants.d.ts.map