Skip to content

Commit

Permalink
Merge branch 'main' into dominik/guild-3295-on-modal-close-the-page-s…
Browse files Browse the repository at this point in the history
…crolls-to-top
  • Loading branch information
dominik-stumpf committed Jul 3, 2024
2 parents e7fe8c3 + 12fcefd commit 0a24199
Show file tree
Hide file tree
Showing 687 changed files with 6,184 additions and 6,918 deletions.
38 changes: 38 additions & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
ALCHEMY_KEY=""
ARBITRUM_ALCHEMY_KEY=""
BALANCY_TOKEN=""
BASE_ALCHEMY_KEY=""
CYPRESS_RECORD_KEY=""
EDGE_CONFIG=""
GOERLI_ALCHEMY_KEY=""
GUILD_API_KEY=""
IPFS_GATEWAY=""
KV_REST_API_READ_ONLY_TOKEN=""
KV_REST_API_TOKEN=""
KV_REST_API_URL=""
KV_URL=""
LEADERBOARD_REVALIDATION_SECRET=""
MAINNET_ALCHEMY_KEY=""
NACL_PUBLIC=""
NETWORK_NAME=""
NOOX_KEY=""
OPENSEA_API_KEY=""
OPTIMISM_ALCHEMY_KEY=""
PINATA_ADMIN_JWT=""
PINATA_ADMIN_KEY=""
PINATA_ADMIN_SECRET=""
POLYGON_ALCHEMY_KEY=""
POLYGON_MUMBAI_ALCHEMY_KEY=""
POSTGRES_DATABASE=""
POSTGRES_HOST=""
POSTGRES_PASSWORD=""
POSTGRES_PRISMA_URL=""
POSTGRES_URL=""
POSTGRES_URL_NON_POOLING=""
POSTGRES_USER=""
SECRET_WORDS=""
SEPOLIA_ALCHEMY_KEY=""
SOUND_API_KEY=""
WAAS_VIEM_URL=""
WAAS_WEB_URL=""
ZEROX_API_KEY=""
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"parser": "@typescript-eslint/parser",
"parserOptions": {
"project": "./tsconfig.json"
},
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,6 @@ yarn-error.log*
cypress/screenshots
cypress/videos

.idea
.idea

*.tsbuildinfo
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Open source interface for Guild.xyz -- a tool for platformless membership manage

1. `npm i`
2. `npm run dev`
3. If you don't have the `WAAS_WEB_URL` and `WAAS_VIEM_URL` variables defined in `.env.local`, you need to run `node mockWaas.js` after `npm i`. The Google login functionality won't be available in this case
3. If you don't have the secret environment variables, copy the `.env.examples` as `.env.local`. After that you need to run `node mockWaas.js` after `npm i`. The Google login functionality won't be available in this case

Open [http://localhost:3000](http://localhost:3000) in your browser to see the result.

Expand Down
210 changes: 0 additions & 210 deletions cypress/e2e/0-guild/0-create-guild.spec.ts

This file was deleted.

51 changes: 0 additions & 51 deletions cypress/e2e/0-guild/1-edit-guild.spec.ts

This file was deleted.

50 changes: 0 additions & 50 deletions cypress/e2e/0-guild/3-cleanup.spec.ts

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ describe("roles", () => {
"input[name='name'] ~ .chakra-collapse .chakra-form__error-message"
).should("not.exist")

cy.contains("Connect your Ethereum wallet").should("exist")
cy.contains("Open access").should("exist")

cy.getByDataTest("save-role-button").click()

Expand Down Expand Up @@ -119,7 +119,7 @@ describe("roles", () => {
.should("eq", 201)
})

cy.contains("Connect your Ethereum wallet").should("not.exist")
cy.contains("Open access").should("not.exist")
})

it("can edit requirements list", () => {
Expand Down
Loading

0 comments on commit 0a24199

Please sign in to comment.