mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +01:00
b4668fa402
* initial fixes to E2Es * changed test website * final E2E fixes * fixed getentropy test * missing scroll fix * scrollfix for bip44 firefox * added new function and edited tests
7 lines
218 B
JavaScript
7 lines
218 B
JavaScript
module.exports = {
|
|
TEST_SNAPS_WEBSITE_URL:
|
|
'https://metamask.github.io/snaps/test-snaps/0.37.3-flask.1/',
|
|
TEST_SNAPS_SIMPLE_KEYRING_WEBSITE_URL:
|
|
'https://metamask.github.io/snap-simple-keyring/latest/',
|
|
};
|