Browse Source

Updates request and load amounts

feature/sql-semaphore1
Alberto Elias 3 years ago
parent
commit
b2f0b2e314
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      api/swagger.yml

+ 3
- 3
api/swagger.yml

@ -1283,7 +1283,7 @@ components:
allOf:
- $ref: '#/components/schemas/BigInt'
- description: Amount of tokens to be sent.
example: "63"
example: "6300000000000000000"
fee:
$ref: '#/components/schemas/FeeSelector'
nonce:
@ -1438,7 +1438,7 @@ components:
allOf:
- $ref: '#/components/schemas/BigInt'
- description: Amount of tokens to be sent.
- example: "7"
- example: "700000000000000000"
- nullable: true
requestFee:
allOf:
@ -1643,7 +1643,7 @@ components:
allOf:
- $ref: '#/components/schemas/BigInt'
- description: Tokens transfered from L1 to L2.
- example: "49"
- example: "4900000000000000000"
historicLoadAmountUSD:
type: number
description: Load amount in USD, at the moment the transaction was made.

Loading…
Cancel
Save