We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
$: gitHubProposalUrl = ${repoUrl}/new/${defaultBranch}?filename=FUNDING.json&value=${encodeURIComponent( code, )};
${repoUrl}/new/${defaultBranch}?filename=FUNDING.json&value=${encodeURIComponent( code, )}
but need encode uri componenet https://github.com/drips-network/app/blob/43c0925dd40d3439e94a7b2c0f64b10f6c14003a/src/lib/components/code-box/code-box.svelte#L57
<CodeBox repoUrl={$context.gitUrl} defaultBranch={$context.projectMetadata?.defaultBranch} path="./FUNDING.json" code={dripsJsonTemplate( $walletStore.address ?? unreachable(), $walletStore.network.name ? $walletStore.network.name === 'homestead' ? 'ethereum' : $walletStore.network.name : unreachable(), )} />
https://github.com/drips-network/app/blob/43c0925dd40d3439e94a7b2c0f64b10f6c14003a/src/lib/flows/claim-project-flow/steps/add-ethereum-address/add-ethereum-address.svelte#L23
https://github.com/drips-network/app/blob/43c0925dd40d3439e94a7b2c0f64b10f6c14003a/src/lib/utils/github/GitHub.ts#L35
verifying funding json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
$: gitHubProposalUrl =
${repoUrl}/new/${defaultBranch}?filename=FUNDING.json&value=${encodeURIComponent( code, )}
;but need encode uri componenet
https://github.com/drips-network/app/blob/43c0925dd40d3439e94a7b2c0f64b10f6c14003a/src/lib/components/code-box/code-box.svelte#L57
<CodeBox
repoUrl={$context.gitUrl}
defaultBranch={$context.projectMetadata?.defaultBranch}
path="./FUNDING.json"
code={dripsJsonTemplate(
$walletStore.address ?? unreachable(),
$walletStore.network.name
? $walletStore.network.name === 'homestead'
? 'ethereum'
: $walletStore.network.name
: unreachable(),
)}
/>
https://github.com/drips-network/app/blob/43c0925dd40d3439e94a7b2c0f64b10f6c14003a/src/lib/flows/claim-project-flow/steps/add-ethereum-address/add-ethereum-address.svelte#L23
https://github.com/drips-network/app/blob/43c0925dd40d3439e94a7b2c0f64b10f6c14003a/src/lib/utils/github/GitHub.ts#L35
verifying funding json
The text was updated successfully, but these errors were encountered: