diff options
Diffstat (limited to 'packages/contract-wrappers/src/schemas/tx_opts_schema.ts')
-rw-r--r-- | packages/contract-wrappers/src/schemas/tx_opts_schema.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/contract-wrappers/src/schemas/tx_opts_schema.ts b/packages/contract-wrappers/src/schemas/tx_opts_schema.ts index 83c819be2..1c1588db7 100644 --- a/packages/contract-wrappers/src/schemas/tx_opts_schema.ts +++ b/packages/contract-wrappers/src/schemas/tx_opts_schema.ts @@ -3,6 +3,7 @@ export const txOptsSchema = { properties: { gasPrice: { $ref: '/numberSchema' }, gasLimit: { type: 'number' }, + nonce: { type: 'number' }, }, type: 'object', }; |