mirror of
https://github.com/fullstack-cash/bch-api.git
synced 2026-09-22 17:22:04 -07:00
Removing slp-sdk and slpjs dependencies
This commit is contained in:
@@ -13,18 +13,6 @@ const wlogger = require("../../util/winston-logging")
|
||||
const util = require("util")
|
||||
util.inspect.defaultOptions = { depth: 5 }
|
||||
|
||||
const SLPSDK = require("slp-sdk")
|
||||
const SLP = new SLPSDK()
|
||||
|
||||
// Instantiate SLPJS.
|
||||
const slp = require("slpjs")
|
||||
const slpjs = new slp.Slp(SLP)
|
||||
const utils = slp.Utils
|
||||
|
||||
// SLP tx db (LevelDB for caching)
|
||||
// const level = require("level")
|
||||
// const slpTxDb = level("./slp-tx-db")
|
||||
|
||||
// Setup JSON RPC
|
||||
const BitboxHTTP = axios.create({
|
||||
baseURL: process.env.RPC_BASEURL
|
||||
|
||||
Reference in New Issue
Block a user