@tronlink/core
Version:
The library serves as a core module within TronLink Extension, which provides low-level wallet functionality for both Tron and Ethereum networks, primary features includes account generation and transaction signing
13 lines • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = {
baseURL: '/',
timeout: 30000,
mode: 'cors',
credentials: 'include',
headers: {
'Content-Type': 'application/x-www-form-urlencoded',
Accept: 'application/json',
},
};
//# sourceMappingURL=defaultOption.js.map