mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
04eaa08d6c
* initial mvp * First functioning pass * Add token balance shim * Add working web3 implementation * Fix tests * Fix tsc errors * Implement token batch splitting * Undo logger change * Fix linting errors * Revert makeconfig change * Add typing to token proxy + use string interpolation * Remove useless parameter * Remove logging * Use type coercion to fix proxied methods * Update shepherd * Update to typescript 2.8.1 * Fix merged typings * Address PR comments * replace myc-shepherd with mycrypto-shepherd
4 lines
88 B
JavaScript
4 lines
88 B
JavaScript
module.exports = {
|
|
RpcNodes: ['eth_mycrypto', 'etc_epool', 'etc_epool', 'rop_mew']
|
|
};
|