diff options
author | Fabio Berger <me@fabioberger.com> | 2017-12-20 06:36:37 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-12-20 06:36:37 +0800 |
commit | d1c36f50d5849e70e16b785f5fff8f58435536d7 (patch) | |
tree | 713c69e926fefa4953fa80fa98bc903ba94f6da3 /packages/website/ts/utils/constants.ts | |
parent | c39ac903a972930d538f8fa3292c658201b1c5e5 (diff) | |
parent | 484312e677d1f1f1b280cdada92acddf5effd525 (diff) | |
download | dexon-0x-contracts-d1c36f50d5849e70e16b785f5fff8f58435536d7.tar.gz dexon-0x-contracts-d1c36f50d5849e70e16b785f5fff8f58435536d7.tar.zst dexon-0x-contracts-d1c36f50d5849e70e16b785f5fff8f58435536d7.zip |
Merge pull request #283 from 0xProject/createWethPage
Merge WETH page improvements into development
Diffstat (limited to 'packages/website/ts/utils/constants.ts')
-rw-r--r-- | packages/website/ts/utils/constants.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/website/ts/utils/constants.ts b/packages/website/ts/utils/constants.ts index 0e4a1056a..761d00ef7 100644 --- a/packages/website/ts/utils/constants.ts +++ b/packages/website/ts/utils/constants.ts @@ -16,6 +16,7 @@ export const constants = { HOME_SCROLL_DURATION_MS: 500, HTTP_NO_CONTENT_STATUS_CODE: 204, LOCAL_STORAGE_KEY_ACCEPT_DISCLAIMER: 'didAcceptPortalDisclaimer', + LOCAL_STORAGE_KEY_DISMISS_WETH_NOTICE: 'hasDismissedWethNotice', MAKER_FEE: new BigNumber(0), MAINNET_NAME: 'Main network', MINT_AMOUNT: new BigNumber('100000000000000000000'), @@ -81,5 +82,6 @@ export const constants = { 'https://github.com/0xProject/web3-typescript-typings/blob/f5bcb96/index.d.ts#L123', URL_WEB3_LOG_ENTRY_EVENT: 'https://github.com/0xProject/web3-typescript-typings/blob/f5bcb96/index.d.ts#L127', URL_WEB3_PROVIDER_DOCS: 'https://github.com/0xProject/web3-typescript-typings/blob/f5bcb96/index.d.ts#L150', + URL_WETH_IO: 'https://weth.io/', URL_ZEROEX_CHAT: 'https://chat.0xproject.com', }; |