UNPKG

@faktoryfun/core-sdk

Version:

The official SDK for interacting with Faktory tokens and DEX contracts

7 lines (6 loc) 210 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DEFAULT_GAS_FEE = exports.DEX_VERSION = void 0; // constants.ts exports.DEX_VERSION = "v1"; exports.DEFAULT_GAS_FEE = 10000;