-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
86 additions
and
227 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,4 +16,7 @@ module.exports = { | |
testEnvironmentOptions: { | ||
url: 'https://station.massa', | ||
}, | ||
globals: { | ||
window: {}, | ||
}, | ||
}; |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,2 @@ | ||
/** | ||
* The snap origin to use. | ||
* Will default to the local hosted snap if no value is provided in environment. | ||
* | ||
* You may be tempted to change this to the URL where your production snap is hosted, but please | ||
* don't. Instead, rename `.env.production.dist` to `.env.production` and set the production URL | ||
* there. Running `yarn build` will automatically use the production environment variables. | ||
*/ | ||
// TODO - Change this to the massa snap origin when published | ||
export const MASSA_SNAP_ID = `local:http://localhost:8080`; | ||
export const MASSA_SNAP_ID = 'npm:@massalabs/metamask-snap'; | ||
// export const MASSA_SNAP_ID = `local:http://localhost:8080`; |
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
Oops, something went wrong.