mirror of
https://github.com/selfxyz/self.git
synced 2026-01-22 21:17:59 -05:00
Update contribute.ts with new contribute.proofofpassport.com url
This commit is contained in:
committed by
GitHub
parent
f65f301c86
commit
fd010ce2f7
@@ -46,7 +46,7 @@ export async function contribute(passportData: any): Promise<void> {
|
||||
|
||||
console.log("Data to be sent:", JSON.stringify(data));
|
||||
|
||||
const response = await axios.post('https://app.proofofpassport.com/contribute', {
|
||||
const response = await axios.post('https://contribute.proofofpassport.com', {
|
||||
nullifier: forge.md.sha256.create().update(passportData.encryptedDigest.toString()).digest().toHex(),
|
||||
data: data
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user