mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-23 17:38:57 +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
26 lines
496 B
Plaintext
26 lines
496 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`handleNodeChangeIntent* should get the next network 1`] = `
|
|
Object {
|
|
"@@redux-saga/IO": true,
|
|
"SELECT": Object {
|
|
"args": Array [
|
|
"ELLA",
|
|
],
|
|
"selector": [Function],
|
|
},
|
|
}
|
|
`;
|
|
|
|
exports[`handleNodeChangeIntent* should select getCustomNodeConfig and match race snapshot 1`] = `
|
|
Object {
|
|
"@@redux-saga/IO": true,
|
|
"SELECT": Object {
|
|
"args": Array [
|
|
"CustomNetworkId",
|
|
],
|
|
"selector": [Function],
|
|
},
|
|
}
|
|
`;
|