mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
fixed web3 version evaluation
This commit is contained in:
parent
71edc43676
commit
b8ae411835
@ -1,9 +1,8 @@
|
||||
import * as Web3 from "web3"
|
||||
import * as web3pkg from "../../node_modules/web3/package.json"
|
||||
import Config from "../models/Config"
|
||||
import Logger from "../utils/Logger"
|
||||
|
||||
Logger.log("using web3", web3pkg.version)
|
||||
Logger.log("using web3", Web3.version)
|
||||
|
||||
export default class Web3Helper {
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user