mirror of
https://github.com/oceanprotocol/ocean.js.git
synced 2024-11-26 20:39:05 +01:00
fix tsc
This commit is contained in:
parent
a03c9b888f
commit
fec14ec139
@ -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(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user