mirror of
https://github.com/status-im/MyCrypto.git
synced 2025-01-22 17:08:55 +00:00
5 lines
139 B
TypeScript
5 lines
139 B
TypeScript
import { from } from './from';
|
|||
import { gas } from './gas';
|
|||
import { nonce } from './nonce';
|
|||
export const network = [from, ...gas, nonce];
|