UNPKG

@chainlink/wbtc-address-set

Version:
7 lines 381 B
"use strict"; const ea_bootstrap_1 = require("@chainlink/ea-bootstrap"); const adapter_1 = require("./adapter"); const config_1 = require("./config"); const NAME = 'WBTC'; module.exports = { NAME, execute: adapter_1.execute, ...ea_bootstrap_1.expose(ea_bootstrap_1.util.wrapExecute(adapter_1.executeWithDefaults)), getConfig: config_1.getConfig }; //# sourceMappingURL=index.js.map