Merge pull request #806 from 0xProject/feature/website/mobile-readable-web3-names

Add detection logic for Toshi and Cipher
This commit is contained in:
Brandon Millman
2018-07-02 18:26:16 -07:00
committed by GitHub
4 changed files with 11 additions and 0 deletions

View File

@@ -29,6 +29,8 @@ export const constants = {
PROVIDER_NAME_METAMASK: 'MetaMask',
PROVIDER_NAME_PARITY_SIGNER: 'Parity Signer',
PROVIDER_NAME_MIST: 'Mist',
PROVIDER_NAME_CIPHER: 'Cipher Browser',
PROVIDER_NAME_TOSHI: 'Toshi',
PROVIDER_NAME_GENERIC: 'Injected Web3',
PROVIDER_NAME_PUBLIC: '0x Public',
ROLLBAR_ACCESS_TOKEN: 'a6619002b51c4464928201e6ea94de65',