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];
|