mirror of
https://github.com/oceanprotocol-archive/squid-js.git
synced 2024-02-02 15:31:51 +01:00
fix unit test
This commit is contained in:
parent
9782c24488
commit
56971ea308
@ -7,6 +7,13 @@ import config from '../config'
|
||||
interface ContractTest extends Contract {
|
||||
testContract?: boolean
|
||||
$initialized?: boolean
|
||||
options?: {
|
||||
address: string
|
||||
}
|
||||
methods?: {
|
||||
addMinter(address: string): any
|
||||
initialize(...args: any[]): any
|
||||
}
|
||||
}
|
||||
|
||||
export default class TestContractHandler extends ContractHandler {
|
||||
|
Loading…
Reference in New Issue
Block a user