import { from } from './from';
import { gas } from './gas';
import { nonce } from './nonce';
export const network = [from, ...gas, nonce];