-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #20 from argentlabs/develop
release v1.0.12
- Loading branch information
Showing
7 changed files
with
98 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
export const OFFCHAIN_SESSION_KEYS_EXECUTE_POPUP_WIDTH = 1 | ||
export const OFFCHAIN_SESSION_KEYS_EXECUTE_POPUP_HEIGHT = 1 | ||
|
||
/* all these sizes are optimistic */ | ||
export const EXECUTE_POPUP_WIDTH = 385 | ||
export const EXECUTE_POPUP_HEIGHT = 775 | ||
|
||
export const SIGN_MESSAGE_POPUP_WIDTH = 385 | ||
export const SIGN_MESSAGE_POPUP_HEIGHT = 440 | ||
|
||
export const ENABLE_POPUP_WIDTH = 886 | ||
export const ENABLE_POPUP_HEIGHT = 562 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters