1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00
This commit is contained in:
alexcos20 2020-07-15 03:42:18 -07:00
parent a03c9b888f
commit fec14ec139

View File

@ -104,7 +104,7 @@ export default class Account extends Instantiable {
] ]
let result = null let result = null
try { try {
const token = new this.web3.eth.Contract(minABI, TokenAdress, { const token = new this.web3.eth.Contract(minABI as any, TokenAdress, {
from: this.id from: this.id
}) })
result = this.web3.utils.fromWei( result = this.web3.utils.fromWei(