mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-02 22:34:44 +00:00
12 lines
192 B
TypeScript
12 lines
192 B
TypeScript
|
import ETC from './ETC.json';
|
||
|
import ETH from './ETH.json';
|
||
|
import Rinkeby from './Rinkeby.json';
|
||
|
import Ropsten from './Ropsten.json';
|
||
|
|
||
|
export default {
|
||
|
ETC,
|
||
|
ETH,
|
||
|
Rinkeby,
|
||
|
Ropsten
|
||
|
};
|