Skip to content

Commit

Permalink
Update hosted SDK endpoint (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
tientran3 authored Sep 5, 2024
1 parent e5f2f27 commit 263f7e3
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/api/external/';
const HOSTED_SDK_URL = 'https://api-v2.pendle.finance/core/';

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

0 comments on commit 263f7e3

Please sign in to comment.