Move weth.io url to constants

This commit is contained in:
Fabio Berger
2017-12-17 17:10:51 -05:00
parent 95dfac6f9b
commit 681617480a
2 changed files with 2 additions and 1 deletions

View File

@@ -99,7 +99,7 @@ export class EthWrappers extends React.Component<EthWrappersProps, EthWrappersSt
<div className="absolute" style={{top: 0, right: 0}}>
<a
target="_blank"
href="https://weth.io/"
href={constants.WETH_IO_URL}
style={{color: LIGHT_GRAY}}
>
<div className="flex">

View File

@@ -83,6 +83,7 @@ export const constants = {
WEB3_DECODED_LOG_ENTRY_EVENT_URL:
'https://github.com/0xProject/web3-typescript-typings/blob/f5bcb96/index.d.ts#L123',
WEB3_LOG_ENTRY_EVENT_URL: 'https://github.com/0xProject/web3-typescript-typings/blob/f5bcb96/index.d.ts#L127',
WETH_IO_URL: 'https://weth.io/',
ZEROEX_CHAT_URL: 'https://chat.0xproject.com',
// Projects
ETHFINEX_URL: 'https://www.bitfinex.com/ethfinex',