diff --git a/src/models/Config.ts b/src/models/Config.ts index e2876de1..2693db2c 100644 --- a/src/models/Config.ts +++ b/src/models/Config.ts @@ -31,7 +31,13 @@ export class Config { * @type {any} */ public web3Provider?: any - + + /** + * Ocean Token address + * @type {string} + */ + public oceanTokenAddress?: string + /** * Factory address * @type {string}