Skip to content
This repository was archived by the owner on Aug 7, 2025. It is now read-only.

Commit e3edb8c

Browse files
committed
modifications
1 parent bdf20df commit e3edb8c

File tree

4 files changed

+7
-15
lines changed

4 files changed

+7
-15
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,3 @@ node_modules
88
.temp
99
.vite_opt_cache
1010
.vscode
11-
./new

.vitepress/config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default withMermaid({
135135
},
136136

137137
editLink: {
138-
pattern: "https://github.com/evolve/docs/edit/main/:path",
138+
pattern: "https://github.com/evstack/docs/edit/main/:path",
139139
text: "Edit this page on GitHub",
140140
},
141141

@@ -147,8 +147,8 @@ export default withMermaid({
147147

148148
socialLinks: [
149149
{ icon: "github", link: "https://github.com/evstack" },
150-
{ icon: "twitter", link: "https://twitter.com/EvolveDev" },
151-
{ icon: { svg: telegramSVG }, link: "https://t.me/evolve" },
150+
{ icon: "twitter", link: "https://twitter.com/ev_stack" },
151+
{ icon: { svg: telegramSVG }, link: "https://t.me/+2p8-IYf6sQ0zNmEx" },
152152
],
153153
},
154154
transformPageData(pageData) {

.vitepress/constants/constants.js

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
const constants = Object.freeze({
2-
golangVersion: "go1.22.3",
2+
golangVersion: "go1.24.0",
33

4-
evolveLatestTag: "v1.0.0-beta.1",
4+
evolveLatestTag: "v1.0.0-beta.2",
55
evolveLatestSha: "cd1970de",
6-
evolveCosmosSDKVersion: "v0.50.6-evolve-v0.13.3-no-fraud-proofs",
7-
evolveIgniteAppVersion: "evolve/v0.2.1",
6+
evolveIgniteAppVersion: "rollkit/v0.3.0",
87

98
localDALatestTag: "v1.0.0-beta.1",
109
igniteVersionTag: "v28.5.3",
@@ -15,11 +14,5 @@ const constants = Object.freeze({
1514
celestiaNodeMochaEvolveTag: "v1.0.0-beta.1",
1615
celestiaNodeMainnetTag: "v0.22.3",
1716
celestiaNodeMainnetEvolveTag: "v1.0.0-beta.1",
18-
19-
// Legacy compatibility - can be removed later
20-
rollkitLatestTag: "v1.0.0-beta.1",
21-
rollkitLatestSha: "cd1970de",
22-
rollkitCosmosSDKVersion: "v0.50.6-evolve-v0.13.3-no-fraud-proofs",
23-
rollkitIgniteAppVersion: "evolve/v0.2.1",
2417
});
2518
export default constants;

learn/about.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Some still call them rollups. You'll just call it your network.
2020

2121
Evolve reframes the conversation: these aren't second-class layers. These are networks — with full execution freedom, developer control, and modular power.
2222

23-
Evolve is an [open-source framework](https://github.com/evolve/evolve). It features ev-node, a modular node that can run networks and exposes an [ABCI-compatible client interface](https://github.com/cometbft/cometbft/tree/main/abci), which can be used as a substitute for CometBFT in any ABCI-compatible blockchain application.
23+
Evolve is an [open-source framework](https://github.com/evstack/ev-node). It features ev-node, a modular node that can run networks and exposes an [ABCI-compatible client interface](https://github.com/cometbft/cometbft/tree/main/abci), which can be used as a substitute for CometBFT in any ABCI-compatible blockchain application.
2424

2525
With Evolve, you get:
2626

0 commit comments

Comments
 (0)