aboutsummaryrefslogtreecommitdiffstats
path: root/packages/instant/public/index.html
diff options
context:
space:
mode:
authorBrandon Millman <brandon@0xproject.com>2018-12-04 01:56:10 +0800
committerGitHub <noreply@github.com>2018-12-04 01:56:10 +0800
commit57986c0e1e4f3fb79a78d13f09e5b55efa3b8547 (patch)
tree7f5822e9eddb66658fd3cfde5b00961ad0ce9de5 /packages/instant/public/index.html
parent5a16e78b545a2698be5cd2c3a4f89b7c2fed49b0 (diff)
parentf4e0f74a6df7b8ec89308e10757e7adc9929198f (diff)
downloaddexon-0x-contracts-57986c0e1e4f3fb79a78d13f09e5b55efa3b8547.tar.gz
dexon-0x-contracts-57986c0e1e4f3fb79a78d13f09e5b55efa3b8547.tar.zst
dexon-0x-contracts-57986c0e1e4f3fb79a78d13f09e5b55efa3b8547.zip
Merge pull request #1366 from 0xProject/feature/instant/provider-name
[instant] provide a custom wallet display name option
Diffstat (limited to 'packages/instant/public/index.html')
-rw-r--r--packages/instant/public/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/instant/public/index.html b/packages/instant/public/index.html
index df39994ef..d10618c58 100644
--- a/packages/instant/public/index.html
+++ b/packages/instant/public/index.html
@@ -175,6 +175,7 @@
defaultSelectedAssetData: queryParams.getQueryParamValue('defaultSelectedAssetData'),
affiliateInfo: affiliateInfoOverride,
shouldDisablePushToHistory: !!queryParams.getQueryParamValue('shouldDisablePushToHistory'),
+ walletDisplayName: queryParams.getQueryParamValue('walletDisplayName') || undefined,
};
return renderOptionsOverrides;
};