Skip to content

Commit 5d2e1ca

Browse files
committed
chore: update pse domain
Former-commit-id: 6f7dd99
1 parent 9d24c81 commit 5d2e1ca

File tree

21 files changed

+39
-39
lines changed

21 files changed

+39
-39
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
with:
4242
build_dir: docs
4343
jekyll: false
44-
fqdn: js.semaphore.appliedzkp.org
44+
fqdn: js.semaphore.pse.dev
4545
env:
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
🔎 Issues
5353
</a>
5454
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
55-
<a href="https://semaphore.appliedzkp.org/discord">
55+
<a href="https://semaphore.pse.dev/discord">
5656
🗣️ Chat &amp; Support
5757
</a>
5858
</h4>
@@ -61,7 +61,7 @@
6161
| Semaphore is a protocol, designed to be a simple and generic privacy layer for Ethereum DApps. Using zero knowledge, Ethereum users can prove their membership of a group and send signals such as votes or endorsements without revealing their original identity. |
6262
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
6363

64-
The core of the Semaphore protocol is in the [circuit logic](/packages/circuits/scheme.png). However Semaphore also provides [Solidity contracts](/packages/contracts) and JavaScript libraries to make the steps for offchain proof creation and onchain verification easier. To learn more about Semaphore visit [semaphore.appliedzkp.org](https://semaphore.appliedzkp.org).
64+
The core of the Semaphore protocol is in the [circuit logic](/packages/circuits/scheme.png). However Semaphore also provides [Solidity contracts](/packages/contracts) and JavaScript libraries to make the steps for offchain proof creation and onchain verification easier. To learn more about Semaphore visit [semaphore.pse.dev](https://semaphore.pse.dev).
6565

6666
## 📦 Packages
6767

@@ -94,7 +94,7 @@ The core of the Semaphore protocol is in the [circuit logic](/packages/circuits/
9494
<a href="/packages/identity">
9595
@semaphore-protocol/identity
9696
</a>
97-
<a href="https://js.semaphore.appliedzkp.org/identity">
97+
<a href="https://js.semaphore.pse.dev/identity">
9898
(docs)
9999
</a>
100100
</td>
@@ -116,7 +116,7 @@ The core of the Semaphore protocol is in the [circuit logic](/packages/circuits/
116116
<a href="/packages/group">
117117
@semaphore-protocol/group
118118
</a>
119-
<a href="https://js.semaphore.appliedzkp.org/group">
119+
<a href="https://js.semaphore.pse.dev/group">
120120
(docs)
121121
</a>
122122
</td>
@@ -138,7 +138,7 @@ The core of the Semaphore protocol is in the [circuit logic](/packages/circuits/
138138
<a href="/packages/proof">
139139
@semaphore-protocol/proof
140140
</a>
141-
<a href="https://js.semaphore.appliedzkp.org/proof">
141+
<a href="https://js.semaphore.pse.dev/proof">
142142
(docs)
143143
</a>
144144
</td>
@@ -160,7 +160,7 @@ The core of the Semaphore protocol is in the [circuit logic](/packages/circuits/
160160
<a href="/packages/data">
161161
@semaphore-protocol/data
162162
</a>
163-
<a href="https://js.semaphore.appliedzkp.org/data">
163+
<a href="https://js.semaphore.pse.dev/data">
164164
(docs)
165165
</a>
166166
</td>
@@ -220,7 +220,7 @@ The core of the Semaphore protocol is in the [circuit logic](/packages/circuits/
220220
<a href="/packages/heyauthn">
221221
@semaphore-protocol/heyauthn
222222
</a>
223-
<a href="https://js.semaphore.appliedzkp.org/heyauthn">
223+
<a href="https://js.semaphore.pse.dev/heyauthn">
224224
(docs)
225225
</a>
226226
</td>
@@ -251,7 +251,7 @@ The following are some of the internal and external projects that use Semaphore.
251251
<tbody>
252252
<tr>
253253
<td>
254-
<a href="https://explorer.semaphore.appliedzkp.org">
254+
<a href="https://explorer.semaphore.pse.dev">
255255
Semaphore Explorer
256256
</a>
257257
</td>
@@ -262,7 +262,7 @@ The following are some of the internal and external projects that use Semaphore.
262262
<a href="https://github.com/semaphore-protocol/explorer">
263263
Github
264264
</a>|
265-
<a href="https://semaphore.appliedzkp.org/discord">
265+
<a href="https://semaphore.pse.dev/discord">
266266
Discord
267267
</a>
268268
</td>
@@ -280,7 +280,7 @@ The following are some of the internal and external projects that use Semaphore.
280280
<a href="https://github.com/semaphore-protocol/discord-bot">
281281
Github
282282
</a>|
283-
<a href="https://semaphore.appliedzkp.org/discord">
283+
<a href="https://semaphore.pse.dev/discord">
284284
Discord
285285
</a>
286286
</td>

packages/circuits/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
🔎 Issues
2929
</a>
3030
<span>&nbsp;&nbsp;|&nbsp;&nbsp;</span>
31-
<a href="https://semaphore.appliedzkp.org/discord">
31+
<a href="https://semaphore.pse.dev/discord">
3232
🗣️ Chat &amp; Support
3333
</a>
3434
</h4>
3535
</div>
3636

37-
To learn more about circuits visit [semaphore.appliedzkp.org](https://semaphore.appliedzkp.org/docs/technical-reference/circuits).
37+
To learn more about circuits visit [semaphore.pse.dev](https://semaphore.pse.dev/docs/technical-reference/circuits).

packages/cli-template-contracts-hardhat/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ yarn deploy --semaphore <semaphore-address> --group <group-id> --network goerli
4848
```
4949

5050
> **Note**
51-
> Check the Semaphore contract addresses [here](https://semaphore.appliedzkp.org/docs/deployed-contracts#semaphore).
51+
> Check the Semaphore contract addresses [here](https://semaphore.pse.dev/docs/deployed-contracts#semaphore).
5252
5353
> **Warning**
5454
> The group id is a number!

packages/cli-template-monorepo-ethers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ yarn deploy --semaphore <semaphore-address> --group <group-id> --network arbitru
3333
3. Copy your contract artifacts from `apps/contracts/build/contracts/contracts` folder to `apps/web-app/contract-artifacts` folders manually. Or run `yarn copy:contract-artifacts` in the project root to do it automatically.
3434

3535
> **Note**
36-
> Check the Semaphore contract addresses [here](https://semaphore.appliedzkp.org/docs/deployed-contracts).
36+
> Check the Semaphore contract addresses [here](https://semaphore.pse.dev/docs/deployed-contracts).
3737
3838
> **Warning**
3939
> The group id is a number!

packages/cli-template-monorepo-ethers/apps/web-app/src/pages/groups.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default function GroupsPage() {
8484
<p>
8585
Semaphore{" "}
8686
<a
87-
href="https://semaphore.appliedzkp.org/docs/guides/groups"
87+
href="https://semaphore.pse.dev/docs/guides/groups"
8888
target="_blank"
8989
rel="noreferrer noopener nofollow"
9090
>

packages/cli-template-monorepo-ethers/apps/web-app/src/pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default function IdentitiesPage() {
4040
<p>
4141
Users interact with the protocol using a Semaphore{" "}
4242
<a
43-
href="https://semaphore.appliedzkp.org/docs/guides/identities"
43+
href="https://semaphore.pse.dev/docs/guides/identities"
4444
target="_blank"
4545
rel="noreferrer noopener nofollow"
4646
>

packages/cli-template-monorepo-ethers/apps/web-app/src/pages/proofs.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ export default function ProofsPage() {
112112
<p>
113113
Semaphore members can anonymously{" "}
114114
<a
115-
href="https://semaphore.appliedzkp.org/docs/guides/proofs"
115+
href="https://semaphore.pse.dev/docs/guides/proofs"
116116
target="_blank"
117117
rel="noreferrer noopener nofollow"
118118
>

packages/cli-template-monorepo-subgraph/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ yarn deploy --semaphore <semaphore-address> --group <group-id> --network arbitru
3333
3. Copy your contract artifacts from `apps/contracts/build/contracts/contracts` folder to `apps/web-app/contract-artifacts` folders manually. Or run `yarn copy:contract-artifacts` in the project root to do it automatically.
3434

3535
> **Note**
36-
> Check the Semaphore contract addresses [here](https://semaphore.appliedzkp.org/docs/deployed-contracts).
36+
> Check the Semaphore contract addresses [here](https://semaphore.pse.dev/docs/deployed-contracts).
3737
3838
> **Warning**
3939
> The group id is a number!

packages/cli-template-monorepo-subgraph/apps/web-app/src/pages/groups.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ export default function GroupsPage() {
8484
<p>
8585
Semaphore{" "}
8686
<a
87-
href="https://semaphore.appliedzkp.org/docs/guides/groups"
87+
href="https://semaphore.pse.dev/docs/guides/groups"
8888
target="_blank"
8989
rel="noreferrer noopener nofollow"
9090
>

0 commit comments

Comments
 (0)