Skip to content

Commit

Permalink
feat(sdk): set base url to api.sifi.org (sifiorg#411)
Browse files Browse the repository at this point in the history
  • Loading branch information
xykota authored Nov 7, 2023
1 parent 1436a60 commit 806e473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sdk/src/Sifi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ async function handleResponse(response: Response) {
export const ETH_ADDRESS = '0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE';

export class Sifi {
constructor(private readonly baseUrl = 'https://api.sideshift.fi/v1/') {}
constructor(private readonly baseUrl = 'https://api.sifi.org/v1/') {}

async getQuote(options: GetQuoteOptions): Promise<Quote> {
const params: Record<string, string> = {
Expand Down

0 comments on commit 806e473

Please sign in to comment.