Skip to content

Commit

Permalink
fix: add order to the post path
Browse files Browse the repository at this point in the history
  • Loading branch information
marktoda committed Apr 11, 2024
1 parent 3caab30 commit 1475be3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/providers/order/uniswapxService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class UniswapXServiceProvider implements OrderServiceProvider {

try {
await axios.post(
this.uniswapxServiceUrl,
`${this.uniswapxServiceUrl}order`,
{
encodedOrder: order.serialize(),
signature: signature,
Expand Down

0 comments on commit 1475be3

Please sign in to comment.