removedInput schema / properties / address
Removed value: -{
- "pattern": "^0x[0-9a-fA-F]{40}$",
- "type": "string"
-}
removedInput schema / properties / asset
Removed value: -{
- "pattern": "^0x[0-9a-fA-F]{40}$",
- "type": "string"
-}
addedInput schema / properties / base
Added value: +{
+ "pattern": "^0x[0-9a-fA-F]{40}$",
+ "type": "string"
+}
addedInput schema / properties / chains
Added value: +{
+ "enum": [
+ "base"
+ ],
+ "type": "string"
+}
removedInput schema / properties / counterparty
Removed value: -{
- "pattern": "^0x[0-9a-fA-F]{40}$",
- "type": "string"
-}
removedInput schema / properties / direction
Removed value: -{
- "enum": [
- "in",
- "out",
- "both"
- ],
- "type": "string"
-}
addedInput schema / properties / flow
Added value: +{
+ "enum": [
+ "in",
+ "out",
+ "all"
+ ],
+ "type": "string"
+}
removedInput schema / properties / from_timestamp
Removed value: -{
- "format": "date-time",
- "type": "string"
-}
addedInput schema / properties / offset
Added value: +{
+ "maximum": 9950,
+ "minimum": 0,
+ "type": "integer"
+}
removedInput schema / properties / to_timestamp
Removed value: -{
- "format": "date-time",
- "type": "string"
-}
addedInput schema / properties / tokens
Added value: +{
+ "pattern": "^0x[0-9a-fA-F]{40}$",
+ "type": "string"
+}
changedInput schema / required
Previous value: -[
- "address",
- "direction"
-]New value: +[
+ "base"
+]