UNPKG

@j0nnyboi/amman

Version:

A modern mandatory toolbelt to help test solana SDK libraries and apps on a locally running validator.

9 lines 362 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_SNAPSHOT_CONFIG = exports.ACCOUNTS_FOLDER = exports.DEFAULT_ASSETS_FOLDER = void 0; exports.DEFAULT_ASSETS_FOLDER = '.amman'; exports.ACCOUNTS_FOLDER = 'accounts'; exports.DEFAULT_SNAPSHOT_CONFIG = { snapshotFolder: 'snapshots', }; //# sourceMappingURL=types.js.map