Skip to content

Commit

Permalink
Trigger tests
Browse files Browse the repository at this point in the history
  • Loading branch information
elvijsTDL committed Jul 11, 2024
1 parent f436093 commit d350d17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -75,7 +75,7 @@ const demoPaymentDetails: WidgetProps["paymentDetails"] = {
} as const,
],
};

//
const defaultPaymentDetails: WidgetProps["paymentDetails"] = {
paymentOptions: [
{
Expand Down
2 changes: 1 addition & 1 deletion tests/pageObjects/basePage.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ export const demoOptions: PaymentOption[] = [
{
network: "Optimism Sepolia",
superToken: "ETHx",
superTokenName: "ETHx",
superTokenName: "Super ETH",
chainId: "11155420",
flowRate: "1",
receiver: "0xF26Ce9749f29E61c25d0333bCE2301CB2DFd3a22",
Expand Down

0 comments on commit d350d17

Please sign in to comment.