@ledgerhq/live-common
Version:
Common ground for the Ledger Live apps
31 lines • 892 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.suiConfig = void 0;
const live_env_1 = require("@ledgerhq/live-env");
exports.suiConfig = {
config_currency_sui: {
type: "object",
default: {
status: {
type: "active",
features: [{ id: "blockchain_txs", status: "active" }],
},
node: {
url: (0, live_env_1.getEnv)("API_SUI_NODE_PROXY"),
},
},
},
config_currency_sui_testnet: {
type: "object",
default: {
status: {
type: "active",
features: [{ id: "blockchain_txs", status: "active" }],
},
node: {
url: (0, live_env_1.getEnv)("API_SUI_TESTNET_NODE_PROXY"),
},
},
},
};
//# sourceMappingURL=config.js.map