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 9e3e7e0 commit e2fa257Copy full SHA for e2fa257
javascript/engine-js/src/repo/sources/RegistryScriptURI.ts
@@ -173,7 +173,7 @@ export class RegistryScriptURI implements SourceInterface {
173
order: i+1,
174
authenticated: thisSourceData.isAuthenticated,
175
sourceId: chain + "-" + contractAddr,
176
- scriptId: typeof thisSourceData.tokenId === 'bigint' ? Number(thisSourceData.tokenId) : thisSourceData.tokenId,
+ scriptId: "7738_" + thisSourceData.tokenId.toString(),
177
sourceUrl: thisSourceData.scriptURI,
178
type: ScriptSourceType.SCRIPT_REGISTRY
179
});
0 commit comments