Uppercase Networks enum values

This commit is contained in:
Fabio Berger
2018-01-30 21:01:16 +01:00
parent adc6170f02
commit ecf86d1d13
7 changed files with 22 additions and 22 deletions

View File

@@ -129,7 +129,7 @@ export class BlockchainErrDialog extends React.Component<BlockchainErrDialogProp
<div>
The 0x smart contracts are not deployed on the Ethereum network you are currently connected to
(network Id: {this.props.networkId}). In order to use the 0x portal dApp, please connect to the{' '}
{Networks.kovan} testnet (network Id: {constants.NETWORK_ID_KOVAN})
{Networks.Kovan} testnet (network Id: {constants.NETWORK_ID_KOVAN})
{configs.IS_MAINNET_ENABLED
? ` or ${constants.MAINNET_NAME} (network Id: ${constants.NETWORK_ID_MAINNET}).`
: `.`}