UNPKG

@unchainedshop/plugins

Version:

Official plugin collection for the Unchained Engine with payment, delivery, and pricing adapters

11 lines (10 loc) 347 B
import {} from '@unchainedshop/core'; import { ETHMinter } from "./adapter.js"; export const ETHMinterPlugin = { key: 'shop.unchained.warehousing.infinite-minter', label: 'ETH Infinite Minter Warehousing Plugin', version: '1.0.0', adapters: [ETHMinter], }; export default ETHMinterPlugin; export { ETHMinter } from "./adapter.js";