Skip to content

Commit

Permalink
Small docs fix
Browse files Browse the repository at this point in the history
  • Loading branch information
m30m committed Feb 5, 2024
1 parent 8edea62 commit f3a8621
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auction-server/src/api/marketplace.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ pub struct LiquidationOpportunity {
#[schema(example = "0xdeadbeefcafe", value_type=String)]
permission_key: Bytes,
/// The chain id where the liquidation will be executed.
#[schema(example = "sepolia")]
#[schema(example = "sepolia", value_type=String)]
chain_id: ChainId,
/// The contract address to call for execution of the liquidation.
#[schema(example = "0xcA11bde05977b3631167028862bE2a173976CA11", value_type=String)]
Expand Down

0 comments on commit f3a8621

Please sign in to comment.