aboutsummaryrefslogtreecommitdiffstats
path: root/packages/contract-wrappers/src/schemas/tx_opts_schema.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/contract-wrappers/src/schemas/tx_opts_schema.ts')
-rw-r--r--packages/contract-wrappers/src/schemas/tx_opts_schema.ts9
1 files changed, 0 insertions, 9 deletions
diff --git a/packages/contract-wrappers/src/schemas/tx_opts_schema.ts b/packages/contract-wrappers/src/schemas/tx_opts_schema.ts
deleted file mode 100644
index 1c1588db7..000000000
--- a/packages/contract-wrappers/src/schemas/tx_opts_schema.ts
+++ /dev/null
@@ -1,9 +0,0 @@
-export const txOptsSchema = {
- id: '/TxOpts',
- properties: {
- gasPrice: { $ref: '/numberSchema' },
- gasLimit: { type: 'number' },
- nonce: { type: 'number' },
- },
- type: 'object',
-};