1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

Update src/models/Config.ts

Co-authored-by: Matthias Kretschmann <m@kretschmann.io>
This commit is contained in:
Alex Coseru 2020-09-23 16:28:00 +03:00 committed by GitHub
parent 2128bfc52f
commit c1dc373fcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -95,7 +95,7 @@ export class Config {
* DDOContractABI
* @type {any}
*/
public MetadataContractABI?: AbiItem | AbiItem[]
public metadataContractABI?: AbiItem | AbiItem[]
/**
* Log level.
* @type {boolean | LogLevel}