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

Update Config.ts

This commit is contained in:
Alex Coseru 2020-07-15 12:30:41 +03:00 committed by GitHub
parent 4191efb3b4
commit e13ddbc4c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,6 +32,12 @@ export class Config {
*/ */
public web3Provider?: any public web3Provider?: any
/**
* Ocean Token address
* @type {string}
*/
public oceanTokenAddress?: string
/** /**
* Factory address * Factory address
* @type {string} * @type {string}