UNPKG

@ledgerhq/live-common

Version:
28 lines 755 B
import { getEnv } from "@ledgerhq/live-env"; export const suiConfig = { config_currency_sui: { type: "object", default: { status: { type: "active", features: [{ id: "blockchain_txs", status: "active" }], }, node: { url: getEnv("API_SUI_NODE_PROXY"), }, }, }, config_currency_sui_testnet: { type: "object", default: { status: { type: "active", features: [{ id: "blockchain_txs", status: "active" }], }, node: { url: getEnv("API_SUI_TESTNET_NODE_PROXY"), }, }, }, }; //# sourceMappingURL=config.js.map