UNPKG

crypto-wallet-core

Version:

A multi-currency support library for address derivation, private key creation, and transaction creation

24 lines 411 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.FEE_MINIMUMS = void 0; exports.FEE_MINIMUMS = { ETH: { priority: 1 }, MATIC: { priority: 30 * 1e9 }, OP: { priority: 1 }, ARB: { priority: 0 }, BASE: { priority: 1 }, SOL: { priority: 0 } }; //# sourceMappingURL=feeMinimums.js.map