From e13ddbc4c0fa87433f9ef0f089ca7e952f429911 Mon Sep 17 00:00:00 2001 From: Alex Coseru Date: Wed, 15 Jul 2020 12:30:41 +0300 Subject: [PATCH] Update Config.ts --- src/models/Config.ts | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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}