UNPKG

@ledgerhq/live-common

Version:
15 lines 352 B
import { getEnv } from "@ledgerhq/live-env"; export const suiConfig = { config_currency_sui: { type: "object", default: { status: { type: "active", }, node: { url: getEnv("API_SUI_NODE_PROXY"), }, }, }, }; //# sourceMappingURL=config.js.map