olympus-module
Version:
Module made by Olympus Labs for easier access to the Olympus protocol through Javascript/Typescript
12 lines • 427 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var config_1 = require("./config");
exports.config = function (privateKey, walletAddress, web3Url) {
config_1.updateDefaultOptions({
// TODO REMOVE
web3Url: web3Url || "https://kovan.infura.io/xiNNVkYQ6V3IsiPWTTNT",
privateKey: privateKey,
walletAddress: walletAddress,
});
};
//# sourceMappingURL=index.js.map