@broxus/tvm-connect
Version:
TypeScript SDK for connecting to Nekoton-compatible wallets using a unified interface.
16 lines (15 loc) • 466 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getPredefinedNetworks = getPredefinedNetworks;
const networks_1 = require("../misc/networks");
function getPredefinedNetworks() {
return [
networks_1.tonMainnet,
networks_1.venomMainnet,
networks_1.everscaleMainnet,
networks_1.tychoTestnet,
networks_1.humoMainnet,
networks_1.mShariaMainnet,
networks_1.vanLang,
];
}