Skip to content

Commit c8ab6bf

Browse files
authored
Merge branch 'main' into restrict-verifications-to-dentity-url
2 parents b4713a2 + 5e7a523 commit c8ab6bf

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+3113
-595
lines changed

.claude/commands/dev.md

Lines changed: 0 additions & 6 deletions
This file was deleted.

.claude/settings.local.json

Lines changed: 0 additions & 56 deletions
This file was deleted.

.github/workflows/pages-deployment.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@ jobs:
4848
- name: Build and Export with Profiler
4949
if: ${{ github.ref != 'refs/heads/main' }}
5050
run: pnpm build:preview && pnpm export
51+
env:
52+
NEXT_PUBLIC_AVUP_ENDPOINT: https://avatar-upload-staging.ens-cf.workers.dev
5153

5254
- name: Generate sitemap
5355
if: ${{ github.ref == 'refs/heads/main' }}

.github/workflows/test-wallet.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ name: Wallet Tests (Container)
22

33
on:
44
workflow_dispatch:
5-
push:
6-
paths:
7-
#all files
8-
- '**'
5+
# push:
6+
# paths:
7+
# #all files
8+
# - '**'
99

1010
env:
1111
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,3 +78,5 @@ certificates
7878

7979
# Claude
8080
.playwright-mcp
81+
.claude
82+
/thoughts

.vscode/settings.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,4 @@
3232
"[jsonc]": {
3333
"editor.defaultFormatter": "esbenp.prettier-vscode"
3434
},
35-
"workbench.colorCustomizations": {
36-
"titleBar.activeBackground": "#C37609"
37-
}
3835
}

0 commit comments

Comments
 (0)