2018-07-05 09:57:01 +00:00
|
|
|
const data = [
|
2018-07-17 15:03:50 +00:00
|
|
|
'Ethereum Foundation',
|
|
|
|
'Ethereum Community Fund',
|
|
|
|
'Solidity',
|
|
|
|
'Go-ethereum',
|
|
|
|
'Parity',
|
|
|
|
'Remix',
|
|
|
|
'Swarm',
|
|
|
|
'Vyper',
|
|
|
|
'eWASM',
|
|
|
|
'Casper/PoS'
|
2018-07-05 09:57:01 +00:00
|
|
|
];
|
|
|
|
|
|
|
|
export default data;
|