We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52ef245 commit c65008bCopy full SHA for c65008b
javascript/engine-js/src/repo/Repo.ts
@@ -16,8 +16,8 @@ export class Repo {
16
* Any number of sources can be defined and their order changed.
17
*/
18
static REPO_SOURCES: SourceInterfaceConstructor[] = [
19
- //ScriptURI,
20
- //RegistryScriptURI,
+ ScriptURI,
+ RegistryScriptURI,
21
LaunchpadAPI,
22
TokenScriptRepo
23
];
0 commit comments