From 948d62200a23b4da59278f976e9757cfc3c9234e Mon Sep 17 00:00:00 2001 From: fragosti Date: Thu, 25 Oct 2018 18:53:16 -0700 Subject: feat: change network to networkId --- packages/instant/public/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages/instant/public') diff --git a/packages/instant/public/index.html b/packages/instant/public/index.html index 0ee144a28..9f1dfdb64 100644 --- a/packages/instant/public/index.html +++ b/packages/instant/public/index.html @@ -62,7 +62,7 @@ const renderOptionsOverrides = { liquiditySource: liquiditySourceOverride === 'provided' ? [providedOrder] : liquiditySourceOverride, assetData: queryParams.getQueryParamValue('assetData'), - network: +queryParams.getQueryParamValue('network') || undefined, + networkId: +queryParams.getQueryParamValue('networkId') || undefined, defaultAssetBuyAmount: +queryParams.getQueryParamValue('defaultAssetBuyAmount') || undefined, } const renderOptions = Object.assign({}, renderOptionsDefaults, removeUndefined(renderOptionsOverrides)); -- cgit v1.2.3