mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-09 10:41:56 +00:00
682b75b07d
* Fix jest tests with different fetch lib * Make exact dep version
4 lines
93 B
JavaScript
4 lines
93 B
JavaScript
'use strict';
|
|
require('isomorphic-fetch');
|
|
window.BASE_API = 'http://localhost:4000/api/v1';
|