Skip to content

Commit

Permalink
Feature/tracking changes (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
scastleman-immutable authored Dec 11, 2023
1 parent dd5b8ed commit b1bb20a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/passport/sdk/src/confirmation/confirmation.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import { openPopupCenter } from './popup';
import { PassportConfiguration } from '../config';

const CONFIRMATION_WINDOW_TITLE = 'Confirm this transaction';
const CONFIRMATION_WINDOW_HEIGHT = 380;
const CONFIRMATION_WINDOW_HEIGHT = 720;
const CONFIRMATION_WINDOW_WIDTH = 480;
const CONFIRMATION_WINDOW_CLOSED_POLLING_DURATION = 1000;

Expand Down

0 comments on commit b1bb20a

Please sign in to comment.