|
| 1 | +export const pastApplicationsByApplicationId = { |
| 2 | + applications: [ |
| 3 | + { |
| 4 | + project: { |
| 5 | + applications: [ |
| 6 | + { |
| 7 | + id: "8", |
| 8 | + roundId: "18", |
| 9 | + statusSnapshots: [ |
| 10 | + { |
| 11 | + status: "PENDING", |
| 12 | + updatedAt: "2024-05-08T21:50:53.000Z", |
| 13 | + updatedAtBlock: "119803138", |
| 14 | + }, |
| 15 | + { |
| 16 | + status: "APPROVED", |
| 17 | + updatedAt: "2024-05-09T22:11:51.000Z", |
| 18 | + updatedAtBlock: "119846967", |
| 19 | + }, |
| 20 | + ], |
| 21 | + status: "APPROVED", |
| 22 | + round: { |
| 23 | + roundMetadata: { |
| 24 | + name: "HyperLocalizer Round One (Mocked)", |
| 25 | + support: { |
| 26 | + info: "https://t.me/hyperlocalizer_chat", |
| 27 | + type: "Telegram Group Invite Link", |
| 28 | + }, |
| 29 | + roundType: "public", |
| 30 | + eligibility: { |
| 31 | + description: "Experimental round to fund public goods for local impact", |
| 32 | + requirements: [ |
| 33 | + { |
| 34 | + requirement: "Public good that does local impact", |
| 35 | + }, |
| 36 | + ], |
| 37 | + }, |
| 38 | + feesAddress: "", |
| 39 | + feesPercentage: 0, |
| 40 | + programContractAddress: |
| 41 | + "0x690ca3292c6b22f71dc881efdc80938eefff014d8cd92fd950819287f758d229", |
| 42 | + quadraticFundingConfig: { |
| 43 | + matchingCap: true, |
| 44 | + sybilDefense: false, |
| 45 | + matchingCapAmount: 20, |
| 46 | + minDonationThreshold: false, |
| 47 | + matchingFundsAvailable: 50, |
| 48 | + }, |
| 49 | + }, |
| 50 | + }, |
| 51 | + }, |
| 52 | + { |
| 53 | + id: "1", |
| 54 | + roundId: "7", |
| 55 | + statusSnapshots: [ |
| 56 | + { |
| 57 | + status: "PENDING", |
| 58 | + updatedAt: "2024-03-28T09:44:37.000Z", |
| 59 | + updatedAtBlock: "118010150", |
| 60 | + }, |
| 61 | + { |
| 62 | + status: "APPROVED", |
| 63 | + updatedAt: "2024-03-29T06:35:21.000Z", |
| 64 | + updatedAtBlock: "118047672", |
| 65 | + }, |
| 66 | + ], |
| 67 | + status: "APPROVED", |
| 68 | + round: { |
| 69 | + roundMetadata: { |
| 70 | + name: "Allo 2 🌐♻️ EcoSynthesisX Spring Round on Optimism (Mocked)", |
| 71 | + support: { |
| 72 | + info: "https://discord.gg/qkSy83uf", |
| 73 | + type: "Discord Group Invite Link", |
| 74 | + }, |
| 75 | + roundType: "public", |
| 76 | + eligibility: { |
| 77 | + description: |
| 78 | + "Allo 2 protocol. EcoSynthesisX Spring round as a space for showcase public good projects, foster coordination and bring funding for bigger impact! Experimental approach on public good funding utilizing hyperstructure vision and Gitcoin infrastructure. Open for applications. Our Discord https://discord.gg/qkSy83uf", |
| 79 | + requirements: [ |
| 80 | + { |
| 81 | + requirement: "", |
| 82 | + }, |
| 83 | + ], |
| 84 | + }, |
| 85 | + feesAddress: "", |
| 86 | + feesPercentage: 0, |
| 87 | + programContractAddress: |
| 88 | + "0x6c2402cc20967444d61900db0a5e4823d78be1eb379ca4942bb90b3d045f6690", |
| 89 | + quadraticFundingConfig: { |
| 90 | + matchingCap: false, |
| 91 | + sybilDefense: false, |
| 92 | + minDonationThreshold: true, |
| 93 | + matchingFundsAvailable: 1000, |
| 94 | + minDonationThresholdAmount: 1, |
| 95 | + }, |
| 96 | + }, |
| 97 | + }, |
| 98 | + }, |
| 99 | + ], |
| 100 | + }, |
| 101 | + }, |
| 102 | + ], |
| 103 | +}; |
0 commit comments