Skip to content

Commit

Permalink
chore: update Solana RPC URL
Browse files Browse the repository at this point in the history
  • Loading branch information
chybisov committed May 7, 2024
1 parent b6d53af commit 3cec528
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 @@ -43,7 +43,7 @@ export const widgetBaseConfig: WidgetConfig = {
apiUrl: 'https://li.quest/v1',
rpcUrls: {
[ChainId.SOL]: [
'https://withered-lingering-frog.solana-mainnet.quiknode.pro/',
'https://chaotic-restless-putty.solana-mainnet.quiknode.pro/',
],
},
routeOptions: {
Expand Down

0 comments on commit 3cec528

Please sign in to comment.