/** * Four.meme bundle 配置 helper(实现见 bundle-core/) */ import type { FourBundleMerkleConfig, FourSignConfig } from './types.js'; export type { FourBundleMerkleConfig, FourSignConfig }; export type FourAnyConfig = FourBundleMerkleConfig | FourSignConfig; export { BUNDLE_ERRORS as ERRORS, getBundleErrorMessage as getErrorMessage } from '../../../bundle-core/errors.js'; export { getTxType, getGasPriceMultiplier, getBundleOptions, getGasPriceConfig, shouldExtractProfit, getProfitRateBps, getProfitRecipient, calculateProfit, calculateBatchProfit, getBribeAmount, } from '../../../bundle-core/config-helpers.js';