Skip to content

Commit

Permalink
chore: regenerate schemas
Browse files Browse the repository at this point in the history
  • Loading branch information
kerber0x committed Sep 4, 2024
1 parent 36a8cf3 commit 3eb627d
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 33 deletions.
32 changes: 0 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ members = [
"contracts/liquidity_hub/fee-distributor-mock",
"contracts/liquidity_hub/whale_lair",
"contracts/liquidity_hub/vault-network/*",
"contracts/liquidity_hub/epoch-manager",
]

[workspace.package]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@
"operations"
],
"properties": {
"max_spread": {
"anyOf": [
{
"$ref": "#/definitions/Decimal"
},
{
"type": "null"
}
]
},
"offer_amount": {
"$ref": "#/definitions/Uint128"
},
Expand Down Expand Up @@ -163,6 +173,10 @@
}
]
},
"Decimal": {
"description": "A fixed-point decimal value with 18 fractional digits, i.e. Decimal(1_000_000_000_000_000_000) == 1.0\n\nThe greatest possible value that can be represented is 340282366920938463463.374607431768211455 (which is (2^128 - 1) / 10^18)",
"type": "string"
},
"SwapOperation": {
"oneOf": [
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -373,6 +373,16 @@
"operations"
],
"properties": {
"max_spread": {
"anyOf": [
{
"$ref": "#/definitions/Decimal"
},
{
"type": "null"
}
]
},
"offer_amount": {
"$ref": "#/definitions/Uint128"
},
Expand Down Expand Up @@ -506,6 +516,10 @@
}
]
},
"Decimal": {
"description": "A fixed-point decimal value with 18 fractional digits, i.e. Decimal(1_000_000_000_000_000_000) == 1.0\n\nThe greatest possible value that can be represented is 340282366920938463463.374607431768211455 (which is (2^128 - 1) / 10^18)",
"type": "string"
},
"SwapOperation": {
"oneOf": [
{
Expand Down

0 comments on commit 3eb627d

Please sign in to comment.