Skip to content

Commit

Permalink
chore: change api url
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed Jul 19, 2024
1 parent 967f33b commit fe7184b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widget-playground/src/defaultWidgetConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export const widgetBaseConfig: WidgetConfig = {
// requiredUI: ['toAddress'],
// slippage: 0.003,
sdkConfig: {
apiUrl: 'https://staging.li.quest/v1',
apiUrl: 'https://li.quest/v1',
rpcUrls: {
[ChainId.SOL]: [
'https://chaotic-restless-putty.solana-mainnet.quiknode.pro/',
Expand Down

0 comments on commit fe7184b

Please sign in to comment.