diff --git a/contracts/scripts/deployRound.ts b/contracts/scripts/deployRound.ts index a15935947..91e71e8a5 100644 --- a/contracts/scripts/deployRound.ts +++ b/contracts/scripts/deployRound.ts @@ -132,7 +132,7 @@ async function main() { teamName: 'metadata.teamName', teamDescription: 'metadata.teamDescription', githubUrl: 'https://github.com/', - radicleUrl: 'https://radicle.com/', + radicleUrl: 'https://radicle.xyz/', websiteUrl: 'https://website.com/', twitterUrl: 'https://twitter.com/', discordUrl: 'https://discord.com/', @@ -153,7 +153,7 @@ async function main() { teamName: 'metadata.teamName', teamDescription: 'metadata.teamDescription', githubUrl: 'https://github.com/', - radicleUrl: 'https://radicle.com/', + radicleUrl: 'https://radicle.xyz/', websiteUrl: 'https://website.com/', twitterUrl: 'https://twitter.com/', discordUrl: 'https://discord.com/', diff --git a/contracts/scripts/deployTestRound.ts b/contracts/scripts/deployTestRound.ts index dcaf07979..9e2f89fec 100644 --- a/contracts/scripts/deployTestRound.ts +++ b/contracts/scripts/deployTestRound.ts @@ -110,7 +110,7 @@ async function main() { teamName: 'metadata.teamName', teamDescription: 'metadata.teamDescription', githubUrl: 'https://github.com/', - radicleUrl: 'https://radicle.com/', + radicleUrl: 'https://radicle.xyz/', websiteUrl: 'https://website.com/', twitterUrl: 'https://twitter.com/', discordUrl: 'https://discord.com/', @@ -131,7 +131,7 @@ async function main() { teamName: 'metadata.teamName', teamDescription: 'metadata.teamDescription', githubUrl: 'https://github.com/', - radicleUrl: 'https://radicle.com/', + radicleUrl: 'https://radicle.xyz/', websiteUrl: 'https://website.com/', twitterUrl: 'https://twitter.com/', discordUrl: 'https://discord.com/', @@ -151,7 +151,7 @@ async function main() { teamName: 'metadata.teamName', teamDescription: 'metadata.teamDescription', githubUrl: 'https://github.com/', - radicleUrl: 'https://radicle.com/', + radicleUrl: 'https://radicle.xyz/', websiteUrl: 'https://website.com/', twitterUrl: 'https://twitter.com/', discordUrl: 'https://discord.com/', @@ -171,7 +171,7 @@ async function main() { teamName: 'metadata.teamName', teamDescription: 'metadata.teamDescription', githubUrl: 'https://github.com/', - radicleUrl: 'https://radicle.com/', + radicleUrl: 'https://radicle.xyz/', websiteUrl: 'https://website.com/', twitterUrl: 'https://twitter.com/', discordUrl: 'https://discord.com/', @@ -190,7 +190,7 @@ async function main() { teamName: 'metadata.teamName', teamDescription: 'metadata.teamDescription', githubUrl: 'https://github.com/', - radicleUrl: 'https://radicle.com/', + radicleUrl: 'https://radicle.xyz/', websiteUrl: 'https://website.com/', twitterUrl: 'https://twitter.com/', discordUrl: 'https://discord.com/', @@ -210,7 +210,7 @@ async function main() { teamName: 'metadata.teamName', teamDescription: 'metadata.teamDescription', githubUrl: 'https://github.com/', - radicleUrl: 'https://radicle.com/', + radicleUrl: 'https://radicle.xyz/', websiteUrl: 'https://website.com/', twitterUrl: 'https://twitter.com/', discordUrl: 'https://discord.com/', @@ -229,7 +229,7 @@ async function main() { teamName: 'metadata.teamName', teamDescription: 'metadata.teamDescription', githubUrl: 'https://github.com/', - radicleUrl: 'https://radicle.com/', + radicleUrl: 'https://radicle.xyz/', websiteUrl: 'https://website.com/', twitterUrl: 'https://twitter.com/', discordUrl: 'https://discord.com/', @@ -249,7 +249,7 @@ async function main() { teamName: 'metadata.teamName', teamDescription: 'metadata.teamDescription', githubUrl: 'https://github.com/', - radicleUrl: 'https://radicle.com/', + radicleUrl: 'https://radicle.xyz/', websiteUrl: 'https://website.com/', twitterUrl: 'https://twitter.com/', discordUrl: 'https://discord.com/', @@ -268,7 +268,7 @@ async function main() { teamName: 'metadata.teamName', teamDescription: 'metadata.teamDescription', githubUrl: 'https://github.com/', - radicleUrl: 'https://radicle.com/', + radicleUrl: 'https://radicle.xyz/', websiteUrl: 'https://website.com/', twitterUrl: 'https://twitter.com/', discordUrl: 'https://discord.com/', diff --git a/netlify.toml b/netlify.toml new file mode 100644 index 000000000..878c4ee24 --- /dev/null +++ b/netlify.toml @@ -0,0 +1,12 @@ +[build] + command = "yarn build" + functions = "vue-app/dist/lambda" + publish = "vue-app/dist" + +[context.kyc-info.environment] + VUE_APP_ETHEREUM_API_URL = "https://arb-rinkeby.g.alchemy.com/v2/wPwZJEp0lIu0XwccG_t0MAqF-phtI3og" + VUE_APP_ETHEREUM_API_CHAINID = "421611" + VUE_APP_CLRFUND_FACTORY_ADDRESS = "0x70FeEfA879603BD978CcaaE4B0BDb10320aE0C16" + VUE_APP_SUBGRAPH_URL = "https://api.thegraph.com/subgraphs/name/pettinarip/clrfundrinkarby2" + VUE_APP_USER_REGISTRY_TYPE = "brightid" + VUE_APP_BRIGHTID_CONTEXT = "CLRFundTest" \ No newline at end of file diff --git a/vue-app/src/components/CriteriaModal.vue b/vue-app/src/components/CriteriaModal.vue index 8c09a3eb0..6bc1db690 100644 --- a/vue-app/src/components/CriteriaModal.vue +++ b/vue-app/src/components/CriteriaModal.vue @@ -11,10 +11,14 @@

- For this pilot round, {{ operator }} members will remove any projects - that don't meet the round criteria. So read carefully! In later rounds + The registry admin ({{ operator }}) will remove any projects that + don't meet the round criteria. So read carefully! In later rounds we're hoping that this review process can be done by the community.

+

+ Learn more about the project application process in our + recipient guide. +

-
-

CLR.fund

+

Ethereum Staking CLR

diff --git a/vue-app/src/plugins/round/criteria.ts b/vue-app/src/plugins/round/criteria.ts index 0608dced0..4f5a84dc9 100644 --- a/vue-app/src/plugins/round/criteria.ts +++ b/vue-app/src/plugins/round/criteria.ts @@ -4,7 +4,7 @@ export interface Criterion { description: string } -const baseCriterion: Criterion[] = [ +const BASE_CRITERION: Criterion[] = [ { emoji: '🤲', criterion: 'Free and open source', @@ -29,12 +29,6 @@ const baseCriterion: Criterion[] = [ description: 'The project must be yours or you must have permission from the project owner.', }, - { - emoji: '💻', - criterion: 'No clients', - description: - 'Client teams are so important but this round of funding is focused on supporting other parts of the ecosystem.', - }, ] /** @@ -43,7 +37,7 @@ const baseCriterion: Criterion[] = [ const ADDITIONAL_CRITERION: Criterion[] = [ { emoji: '💰', - criterion: 'Related to Ethereum upgrades and staking', + criterion: 'Related to Ethereum staking', description: 'Your project must support Ethereum staking/validating.', }, { @@ -52,6 +46,21 @@ const ADDITIONAL_CRITERION: Criterion[] = [ description: 'Client teams are so important but this round of funding is focused on supporting other parts of the ecosystem.', }, + { + emoji: '💦', + criterion: 'No pools', + description: + 'No pools directly, but useful infrastructure and tooling built by pools can be supported.', + }, + { + emoji: '🆔', + criterion: 'KYC', + description: + "You'll be contacted by the registry admin and must complete some basic KYC/AML requirements.", + }, ] -export const criteria: Criterion[] = [...baseCriterion, ...ADDITIONAL_CRITERION] +export const criteria: Criterion[] = [ + ...BASE_CRITERION, + ...ADDITIONAL_CRITERION, +] diff --git a/vue-app/src/router/index.ts b/vue-app/src/router/index.ts index 7cd34f5c3..312446857 100644 --- a/vue-app/src/router/index.ts +++ b/vue-app/src/router/index.ts @@ -35,7 +35,7 @@ const routes = [ name: 'landing', component: Landing, meta: { - title: 'Clr.fund', + title: 'Ethereum Staking CLR', }, }, { diff --git a/vue-app/src/views/AboutContributors.vue b/vue-app/src/views/AboutContributors.vue index c45d8e900..876d97d30 100644 --- a/vue-app/src/views/AboutContributors.vue +++ b/vue-app/src/views/AboutContributors.vue @@ -1,6 +1,10 @@