Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 21 additions & 1 deletion api.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23342,6 +23342,9 @@ paths:
schema:
type: object
properties:
tokenName:
type: string
minLength: 1
amount:
type: string
minLength: 1
Expand All @@ -23359,6 +23362,8 @@ paths:
required:
- maxFeePerGas
- maxPriorityFeePerGas
required:
- tokenName
responses:
'200':
description: OK
Expand Down Expand Up @@ -34835,6 +34840,16 @@ components:
- address
- amount
- data
eip1559:
type: object
properties:
maxFeePerGas:
type: string
maxPriorityFeePerGas:
type: string
required:
- maxFeePerGas
- maxPriorityFeePerGas
required:
- txHex
- txInfo
Expand Down Expand Up @@ -35828,6 +35843,9 @@ components:
type: string
description: The time at which this rule becomes immutable
format: date-time
generatePolicy:
type: boolean
description: When undefined or set to true, generates a policy enforcing the whitelist (if one has not been generated already) after the whitelist is created. If set to false, no policy will be generated.
required:
- id
- type
Expand Down Expand Up @@ -36292,7 +36310,6 @@ components:
properties:
username:
type: string
format: email
required:
- username
DeployAddressAndForwardTokenResponse:
Expand Down Expand Up @@ -45191,6 +45208,9 @@ components:
allOf:
- $ref: '#/components/schemas/PolicyRuleUpdateCondition'
description: The condition of the policy rule
generatePolicy:
type: boolean
description: Should generate new whitelist policy when generatePolicy is undefined *
id:
type: string
description: The ID of the policy rule
Expand Down