Skip to content

Commit

Permalink
More test triggers
Browse files Browse the repository at this point in the history
  • Loading branch information
elvijsTDL committed Jul 11, 2024
1 parent 10bf655 commit c1eb814
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/widget-builder/src/hooks/useDemoMode.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ const demoPaymentDetails: WidgetProps["paymentDetails"] = {
} as const,
],
};
//

const defaultPaymentDetails: WidgetProps["paymentDetails"] = {
paymentOptions: [
{
Expand Down
3 changes: 3 additions & 0 deletions tests/walletSetup.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,9 @@ export const test = base.extend<{
id: 11155420,
name: "Optimism Sepolia",
testnet: true,
nativeCurrency: {
symbol: "ETH",
},
rpcUrls: {
default: {
http: "https://rpc-endpoints.superfluid.dev/optimism-sepolia",
Expand Down

0 comments on commit c1eb814

Please sign in to comment.