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 4a13ed8 commit fc22bd7Copy full SHA for fc22bd7
libs/remix-ui/workspace/src/lib/actions/workspace.ts
@@ -268,9 +268,9 @@ export const loadWorkspacePreset = async (template: WorkspaceTemplate = 'remixDe
268
// const auth = 'Basic ' + Buffer.from(projectId + ':' + projectSecret).toString('base64')
269
270
const ipfs = IpfsHttpClient({ port, host, protocol
271
- // , headers: {
+ , headers: {
272
// authorization: auth
273
- // }
+ }
274
})
275
const hashed = bufferToHex(hash.keccakFromString(params.shareCode))
276
0 commit comments