1
0
Fork 0

Use versioned URL for `manageAccounts` test (#20739)

This commit is contained in:
Frederik Bolding 2023-09-05 18:46:38 +02:00
parent 6c7da3e146
commit 2af52bb8da
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@ module.exports = {
TEST_SNAPS_WEBSITE_URL:
'https://metamask.github.io/snaps/test-snaps/0.38.0-flask.1/',
TEST_SNAPS_SIMPLE_KEYRING_WEBSITE_URL:
'https://metamask.github.io/snap-simple-keyring/latest/',
'https://metamask.github.io/snap-simple-keyring/0.1.4/',
};