1
0
mirror of https://github.com/oceanprotocol-archive/squid-js.git synced 2024-02-02 15:31:51 +01:00

update config uri

This commit is contained in:
mihaisc 2020-05-11 17:18:51 +03:00
parent 49b61b5590
commit 94e1ea108e

View File

@ -38,6 +38,17 @@ export class Config {
*/
public secretStoreUri: string
/**
* Rating Backend URL.
* @type {string}
*/
public ratingUri?: string
/**
* Faucet URL.
* @type {string}
*/
public faucetUri?: string
/**
* Log level.
* @type {boolean | LogLevel}