From 74bb6ac36afbb22ceac81a9696cec9ba8d393ad9 Mon Sep 17 00:00:00 2001 From: Roie Natan Date: Sun, 11 Oct 2020 11:36:35 +0300 Subject: [PATCH] support xdai in 2.0 --- constants.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants.js b/constants.js index 0c21dcc..c7137d8 100644 --- a/constants.js +++ b/constants.js @@ -2,7 +2,7 @@ exports.ALCHEMY_V1_SETTINGS_FILE_URL = "https://raw.githubusercontent.com/daosta exports.ALCHEMY_V2_SETTINGS_FILE_URL = "https://raw.githubusercontent.com/daostack/alchemy/dev-2/src/subgraph_endpoints.json"; exports.ETHPLORER_API_KEY = process.env.ETHPLORER_API_KEY; exports.V1_NETWORKS = ['http_main', 'http_xdai']; -exports.V2_NETWORKS = ['http_main', 'http_rinkeby', 'http_kovan']; +exports.V2_NETWORKS = ['http_main', 'http_xdai', 'http_rinkeby', 'http_kovan']; exports.WEI = Math.pow(10,18); exports.SI = [ { value: 1, symbol: "" },