Move weth.io url to constants
This commit is contained in:
@@ -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">
|
||||
|
@@ -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',
|
||||
|
Reference in New Issue
Block a user