Skip to content

Commit

Permalink
Add /api to endpoints
Browse files Browse the repository at this point in the history
  • Loading branch information
tientran3 committed Aug 19, 2024
1 parent 996eea0 commit ed5e9c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hosted-sdk-demo/src/helper.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import axios from 'axios';
import { ethers } from 'ethers';

const HOSTED_SDK_URL = 'https://api-v2.pendle.finance/external/';
const HOSTED_SDK_URL = 'https://api-v2.pendle.finance/api/external/';

type MethodReturnType<Data> = {
tx: {
Expand Down

0 comments on commit ed5e9c9

Please sign in to comment.