Skip to content

Commit bace1ac

Browse files
committed
Removed cross-chain proofs
1 parent a2bfac4 commit bace1ac

File tree

5 files changed

+1
-43
lines changed

5 files changed

+1
-43
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2929
- Old whitepaper;
3030
- Products/Bridging;
3131
- Ecosystem/Token Agnostic Payments;
32+
- "Mutlichain mints", "Cross-chain proofs" use cases;
3233

3334
## [2.0.6] - 04-04-2024
3435

docs/use-cases/cross-chain-proofs.mdx

-29
This file was deleted.

nginx.conf

-5
Original file line numberDiff line numberDiff line change
@@ -141,11 +141,6 @@ http {
141141
permanent;
142142
}
143143

144-
location /use-cases/proofs {
145-
rewrite ^/use-cases/proofs$ /use-cases/cross-chain-proofs
146-
permanent;
147-
}
148-
149144
## products
150145

151146
### base-layer

sidebars.js

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const sidebars = {
2222
'use-cases/organizational-access-control',
2323
'use-cases/gaming-profiles',
2424
'use-cases/social-graphs',
25-
'use-cases/cross-chain-proofs',
2625
],
2726
},
2827
{

src/components/HomepageUseCases/index.tsx

-8
Original file line numberDiff line numberDiff line change
@@ -47,14 +47,6 @@ const useCasesList: UseCase[] = [
4747
isYellow: true,
4848
path: "/use-cases/social-graphs/",
4949
},
50-
{
51-
img: "img/homepage-use-cases/token-agnostic.webp",
52-
modifier: "token-agnostic", // TODO: change image
53-
title: "Cross-Chain Proofs",
54-
text: "Prove ownership of non-fungible tokens on any chain",
55-
path: "/use-cases/cross-chain-proofs/",
56-
isYellow: true,
57-
},
5850
{
5951
img: "img/homepage-use-cases/name-servers.webp",
6052
modifier: "name-servers", // TODO: change image

0 commit comments

Comments
 (0)