da0df7904
702b75688
badebe017
a2320c76f
468bc96bd
1
2 3
4 5 6
7 8
9
10
11 12
13
export const ETH = 'ETH' export const GWEI = 'GWEI' export const WEI = 'WEI' export const PRIMARY = 'PRIMARY' export const SECONDARY = 'SECONDARY' export const NETWORK_TYPES = { KOVAN: 'kovan', MAINNET: 'mainnet', RINKEBY: 'rinkeby', ROPSTEN: 'ropsten', }