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

Commit b5bebf5

Browse files
committed
Merge branch 'main' into claude/rollkit_rpc
2 parents 888b35b + 6e5c1ba commit b5bebf5

Some content is hidden

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

69 files changed

+1650
-1264
lines changed

.github/workflows/auto_review_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
jobs:
88
auto-add-reviewer:
99
name: Auto add reviewer to PR
10-
uses: rollkit/.github/.github/workflows/[email protected]
10+
uses: evstack/.github/.github/workflows/[email protected]
1111
secrets: inherit
1212
permissions:
1313
issues: write

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Node
1515
uses: actions/setup-node@v4
1616
with:
17-
node-version: 18
17+
node-version: 20
1818
cache: yarn # or pnpm / npm
1919
- name: Install dependencies
2020
run: yarn install # or pnpm install / npm ci

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup Node
3434
uses: actions/setup-node@v4
3535
with:
36-
node-version: 18
36+
node-version: 20
3737
cache: yarn # or pnpm / npm
3838
- name: Setup Pages
3939
uses: actions/configure-pages@v5
@@ -46,4 +46,4 @@ jobs:
4646
with:
4747
github_token: ${{ secrets.GITHUB_TOKEN }}
4848
publish_dir: ./.vitepress/dist
49-
cname: rollkit.dev
49+
cname: ev.xyz

.github/workflows/preview.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
name: Deploy PR previews
22

33
on:
4-
# This workflow requires pull_request and won't work with pull_request_target
5-
# due to github permissions
4+
# This workflow requires pull_request and won't work with pull_request_target
5+
# due to github permissions
66
pull_request:
77
types:
88
- opened
@@ -24,7 +24,7 @@ jobs:
2424
- name: Setup Node
2525
uses: actions/setup-node@v4
2626
with:
27-
node-version: 18
27+
node-version: 20
2828
cache: yarn
2929

3030
- name: Install dependencies
@@ -37,7 +37,7 @@ jobs:
3737
uses: rossjrw/pr-preview-action@v1
3838
with:
3939
source-dir: .vitepress/dist
40-
deploy-repository: rollkit/docs-preview
40+
deploy-repository: evstack/docs-preview
4141
token: ${{ secrets.PREVIEW_DEPLOY }}
4242
preview-branch: main
4343
umbrella-dir: .

.vitepress/components/callout.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<template>
22
<div>
3-
<p>This tutorial explores Rollkit, currently in Alpha. If you encounter bugs, please report them via a GitHub <a href="https://github.com/rollkit/docs/issues/new">issue ticket</a> or reach out in our <a href="https://t.me/rollkit">Telegram group</a>.</p>
3+
<p>This tutorial explores Evolve, currently in Alpha. If you encounter bugs, please report them via a GitHub <a href="https://github.com/evstack/docs/issues/new">issue ticket</a> or reach out in our <a href="https://t.me/rollkit">Telegram group</a>.</p>
44
</div>
55
</template>
66

@@ -12,4 +12,4 @@ export default {
1212

1313
<style scoped>
1414
/* Add any custom styles for the component here */
15-
</style>
15+
</style>

.vitepress/components/execution_callout.vue

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

.vitepress/components/rosm.json

Lines changed: 41 additions & 45 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,42 @@
11
{
2-
"rpc":"https://rpc.rosm.rollkit.dev",
3-
"rest":"https://api.rosm.rollkit.dev",
4-
"chainId":"rosm",
5-
"chainName":"Rollkit Cosmwasm Testnet",
6-
"stakeCurrency":{
7-
"coinDenom":"ROSM",
8-
"coinMinimalDenom":"urosm",
9-
"coinDecimals":6
10-
},
11-
"bech32Config":{
12-
"bech32PrefixAccAddr":"wasm",
13-
"bech32PrefixAccPub":"wasmpub",
14-
"bech32PrefixValAddr":"wasmvaloper",
15-
"bech32PrefixValPub":"wasmvaloperpub",
16-
"bech32PrefixConsAddr":"wasmvalcons",
17-
"bech32PrefixConsPub":"wasmvalconspub"
18-
},
19-
"bip44":{
20-
"coinType":118
21-
},
22-
"currencies":[
23-
{
24-
"coinDenom":"ROSM",
25-
"coinMinimalDenom":"urosm",
26-
"coinDecimals":6
27-
}
28-
],
29-
"feeCurrencies":[
30-
{
31-
"coinDenom":"ROSM",
32-
"coinMinimalDenom":"urosm",
33-
"coinDecimals":6
34-
}
35-
],
36-
"gasPriceStep":{
37-
"low":0.05,
38-
"average":0.125,
39-
"high":0.2
40-
},
41-
"features":[
42-
"stargate",
43-
"no-legacy-stdTx",
44-
"ibc-transfer"
45-
]
46-
}
2+
"rpc": "https://rpc.rosm.ev.xyz",
3+
"rest": "https://api.rosm.ev.xyz",
4+
"chainId": "rosm",
5+
"chainName": "Rollkit Cosmwasm Testnet",
6+
"stakeCurrency": {
7+
"coinDenom": "ROSM",
8+
"coinMinimalDenom": "urosm",
9+
"coinDecimals": 6
10+
},
11+
"bech32Config": {
12+
"bech32PrefixAccAddr": "wasm",
13+
"bech32PrefixAccPub": "wasmpub",
14+
"bech32PrefixValAddr": "wasmvaloper",
15+
"bech32PrefixValPub": "wasmvaloperpub",
16+
"bech32PrefixConsAddr": "wasmvalcons",
17+
"bech32PrefixConsPub": "wasmvalconspub"
18+
},
19+
"bip44": {
20+
"coinType": 118
21+
},
22+
"currencies": [
23+
{
24+
"coinDenom": "ROSM",
25+
"coinMinimalDenom": "urosm",
26+
"coinDecimals": 6
27+
}
28+
],
29+
"feeCurrencies": [
30+
{
31+
"coinDenom": "ROSM",
32+
"coinMinimalDenom": "urosm",
33+
"coinDecimals": 6
34+
}
35+
],
36+
"gasPriceStep": {
37+
"low": 0.05,
38+
"average": 0.125,
39+
"high": 0.2
40+
},
41+
"features": ["stargate", "no-legacy-stdTx", "ibc-transfer"]
42+
}

.vitepress/components/twitter.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
<template>
33
<blockquote class="twitter-tweet" data-lang="en" data-theme="dark">
4-
<p lang="de" dir="ltr">rollkit start <a href="https://t.co/tytjFm1Z4Y">pic.twitter.com/tytjFm1Z4Y</a></p>&mdash; Josh Stein 🤳✨ (@JoshCStein) <a href="https://twitter.com/JoshCStein/status/1783880747301880161?ref_src=twsrc%5Etfw">April 26, 2024</a>
4+
<p lang="de" dir="ltr">evolve start <a href="https://t.co/tytjFm1Z4Y">pic.twitter.com/tytjFm1Z4Y</a></p>&mdash; Josh Stein 🤳✨ (@JoshCStein) <a href="https://twitter.com/JoshCStein/status/1783880747301880161?ref_src=twsrc%5Etfw">April 26, 2024</a>
55
</blockquote>
66
</template>
77

0 commit comments

Comments
 (0)