mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-02-10 02:04:32 +00:00
* Move address messages to config folder, add some other messages for common pitfalls. * Fix checksum vs lowercase issues. * Use gas limit if an address message specified one. Allow messages to have a custom severity. Add a function for getting message to reduce complexity. * Handle address message gas limit on all actions, make separate saga fn. * Apparently I used the wrong takeEvery?
5 lines
111 B
TypeScript
5 lines
111 B
TypeScript
export * from './networks';
|
|
export * from './data';
|
|
export * from './bity';
|
|
export * from './addressMessages';
|