You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: api.yaml
+21-1Lines changed: 21 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23342,6 +23342,9 @@ paths:
23342
23342
schema:
23343
23343
type: object
23344
23344
properties:
23345
+
tokenName:
23346
+
type: string
23347
+
minLength: 1
23345
23348
amount:
23346
23349
type: string
23347
23350
minLength: 1
@@ -23359,6 +23362,8 @@ paths:
23359
23362
required:
23360
23363
- maxFeePerGas
23361
23364
- maxPriorityFeePerGas
23365
+
required:
23366
+
- tokenName
23362
23367
responses:
23363
23368
'200':
23364
23369
description: OK
@@ -34835,6 +34840,16 @@ components:
34835
34840
- address
34836
34841
- amount
34837
34842
- data
34843
+
eip1559:
34844
+
type: object
34845
+
properties:
34846
+
maxFeePerGas:
34847
+
type: string
34848
+
maxPriorityFeePerGas:
34849
+
type: string
34850
+
required:
34851
+
- maxFeePerGas
34852
+
- maxPriorityFeePerGas
34838
34853
required:
34839
34854
- txHex
34840
34855
- txInfo
@@ -35828,6 +35843,9 @@ components:
35828
35843
type: string
35829
35844
description: The time at which this rule becomes immutable
35830
35845
format: date-time
35846
+
generatePolicy:
35847
+
type: boolean
35848
+
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.
0 commit comments