Skip to content

Commit

Permalink
manually update swagger in lieu of [SLT-453] (see: #3367)
Browse files Browse the repository at this point in the history
  • Loading branch information
trajan0x committed Nov 2, 2024
1 parent a750e89 commit 89fea77
Showing 1 changed file with 16 additions and 10 deletions.
26 changes: 16 additions & 10 deletions packages/rest-api/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -257,10 +257,16 @@
"type": "integer"
},
"maxAmountOutStr": {
"type": "string"
"type": "string",
"description": "The formatted maximum output amount"
},
"bridgeFeeFormatted": {
"type": "string"
"type": "string",
"description": "The formatted bridge fee"
},
"txData": {
"type": "string",
"description": "Encoded transaction calldata for the bridge function"
}
}
}
Expand Down Expand Up @@ -323,7 +329,8 @@
"originChainId": 1,
"destChainId": 42161,
"maxAmountOutStr": "999046.695719",
"bridgeFeeFormatted": "400"
"bridgeFeeFormatted": "400",
"txData": "0x3f4c16de000000000000000000000000..."
}
]
}
Expand Down Expand Up @@ -1408,11 +1415,12 @@
}
},
"example": {
"data": "0xb5d1cdd4000000000000000000000000abb4f79430002534df3f62e964d62659a010ef3c000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000000000000000000000000000000000003b9aca0000000000000000000000000000000000000000000000000000000000000000800000000000000000000000007e7a0e201fd38d3adaa9523da6c109a07118c96a000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000000000000000000000000000000000003b96eaed0000000000000000000000000000000000000000000000000000000066ecbb7c00000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001116898dda4015ed8ddefb84b6e8bc24528af2d800000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002",
"to": "0x7E7A0e201FD38d3ADAA9523Da6C109a07118C96a",
"value": {
"type": "BigNumber",
"hex": "0x00"
"data": "0xb5d1cdd4000000000000000000000000abb4f79430002534df3f62e964d62659a010ef3c000000000000000000000000a0b86991c6218b36c1d19d4a2e9eb0ce3606eb48000000000000000000000000000000000000000000000000000000003b9aca000000000000000000000000000000000000000000000000000000000000000080000000000000000000000007e7a0e201fd38d3adaa9523da6c109a07118c96a000000000000000000000000dac17f958d2ee523a2206206994597c13d831ec7000000000000000000000000000000000000000000000000000000003b96eaed0000000000000000000000000000000000000000000000000000000066ecbb7c00000000000000000000000000000000000000000000000000000000000000a0000000000000000000000000000000000000000000000000000000000000008000000000000000000000000000000000000000000000000000000000000000000000000000000000000000001116898dda4015ed8ddefb84b6e8bc24528af2d800000000000000000000000000000000000000000000000000000000000000010000000000000000000000000000000000000000000000000000000000000002",
"to": "0x7E7A0e201FD38d3ADAA9523Da6C109a07118C96a",
"value": {
"type": "BigNumber",
"hex": "0x00"
}
}
}
}
Expand Down Expand Up @@ -2288,7 +2296,6 @@
}
}
}
}
},
"tags": ["RFQ Indexer API"]
}
Expand Down Expand Up @@ -2378,7 +2385,6 @@
}
}
}
}
},
"tags": ["RFQ Indexer API"]
}
Expand Down

0 comments on commit 89fea77

Please sign in to comment.