You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.log(access_token,instance_url,'ACCESS TOKEN AND INSTANCE URL')
77
+
78
+
/*
79
+
Project_Name__c
80
+
Estimated_Number_of_Attendees__c: 40,
81
+
Event_Location__c: 'Jardín de Lolita',
82
+
Target_Audience__c: 'People building web3 products, and people interested in learning more about blockchain technology and the different opportunities.',
83
+
Sponsorship_Details__c: 'The purpose of the event is going to be a meetup where builders, contributors, researchers and people interested in web3 and blockchain technology can learn more about projects that are having real-world positive impact in LATAM, and future projects which need development. It is going to have the support from other communities such as Dojo Coding and Web3 Mentorhood.'
84
+
Sponsorship_Topics__c: 'Stablecoins, how they can enable cross-border payment for countries or communities in nation-wide problems\n' +
85
+
'\n' +
86
+
'Community building, how can blockchain and tokenization enable community-driven organizations. (RISE San José)\n' +
87
+
'\n' +
88
+
'Zero Knowledge proofs "Crash Course", how do they work and real world use-cases.\n' +
89
+
'\n' +
90
+
'Identity, how can digital identities be private and enable trustless voting systems (ZK Firma Digital)\n' +
91
+
'\n' +
92
+
'ReFi, how are projects and communities giving back to the world',
93
+
Type_of_Event__c: 'Meetup',
94
+
Sponsorship_Date__c: '2025-07-12',
95
+
Company: 'Ethereum Costa Rica',
96
+
Time_Zone__c: 'GMT–06:00 Central Standard Time (America/El_Salvador)',
97
+
Team_Profile__c: 'Main and official Ethereum community in Costa Rica, in charge of sponsoring and organizing community-led events to promote the adoption of blockchain technologies and encouraging developers to contribute to core protocol development, research and open source projects.',
98
+
99
+
*/
100
+
101
+
// Query for PGR_Destino_Devconnect filtered leads
102
+
// const query = encodeURIComponent(`SELECT Name FROM Lead WHERE LeadSource = 'PGR_Destino_Devconnect'`)
103
+
// const query = encodeURIComponent(
104
+
// `SELECT FIELDS(ALL) FROM Lead WHERE Proactive_Community_Grants_Round__c = 'Destino Devconnect' LIMIT 5`
105
+
// )
106
+
constquery=encodeURIComponent(
107
+
`SELECT FIELDS(ALL) FROM Opportunity WHERE Proactive_Community_Grants_Round__c = 'Destino Devconnect' LIMIT 200`
108
+
)
109
+
// const query = encodeURIComponent(
110
+
// `SELECT Name FROM Lead WHERE Proactive_Community_Grants_Round__c = 'Destino Devconnect' LIMIT 5`
0 commit comments