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

Commit 5a07b02

Browse files
authored
Merge branch 'main' into patch-1
2 parents 1e22307 + 198985a commit 5a07b02

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

guides/reset-state.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@
33
This guide will walk you through how you reset the state of your chain.
44

55
:::warning Disclaimer
6-
By definition, reseting the state is deleting your chain's data. Make sure you understand the implications of this prior to completion this guide.
6+
By definition, resetting the state is deleting your chain's data. Make sure you understand the implications of this prior to completing this guide.
77
:::
88

99
Some reason you might need to reset the state of your chain are:
1010
* During testing and development
1111
* During upgrades with breaking changes
1212
* Hardforks
1313

14-
## Prerequisities
14+
## Prerequisites
1515

1616
In order to complete this guide, you will need to have completed either the [quick start tutorial](/tutorials/quick-start.md) or the [build our chain tutorial](/tutorials/wordle.md).
1717

@@ -51,7 +51,7 @@ When you launch your chain again with `rollkit start` your `.rollkit` directory
5151

5252
## Wordle
5353

54-
When you ran your wordle chain in the [build your chain turtorial](/tutorials/wordle.md), it created a `.wordle` directory.
54+
When you ran your wordle chain in the [build your chain tutorial](/tutorials/wordle.md), it created a `.wordle` directory.
5555

5656
This directory will look like the following:
5757

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"docs:preview": "vitepress preview"
66
},
77
"devDependencies": {
8-
"@keplr-wallet/types": "0.12.207",
8+
"@keplr-wallet/types": "0.12.212",
99
"i": "^0.3.7",
1010
"mermaid": "^11.4.1",
1111
"vitepress": "^1.5.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -399,10 +399,10 @@
399399
resolved "https://registry.yarnpkg.com/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.5.0.tgz#3188bcb273a414b0d215fd22a58540b989b9409a"
400400
integrity sha512-gv3ZRaISU3fjPAgNsriBRqGWQL6quFx04YMPW/zD8XMLsU32mhCCbfbO6KZFLjvYpCZ8zyDEgqsgf+PwPaM7GQ==
401401

402-
"@keplr-wallet/[email protected].207":
403-
version "0.12.207"
404-
resolved "https://registry.yarnpkg.com/@keplr-wallet/types/-/types-0.12.207.tgz#50865c51dec7c12c063e73c23f7620b40c304072"
405-
integrity sha512-GatUZEXTqOp3K5U7BjG+fqs/+AXZqa3mp/ug1vZstRwdNgGxel/eJBAp9CsBV3J30HwCzFOARO/XPTR5vDXAIA==
402+
"@keplr-wallet/[email protected].212":
403+
version "0.12.212"
404+
resolved "https://registry.yarnpkg.com/@keplr-wallet/types/-/types-0.12.212.tgz#71a406978f243ce20940d2f9c1f074ce0fc623a1"
405+
integrity sha512-UUw01GspPOnB9vDo1ANKIQ7Ms+usl3wKARft7GIlmiLaIUJhRGAYDoJvTWs7eSEYNCyIIB2TY4D8aY5fecdQ5w==
406406
dependencies:
407407
long "^4.0.0"
408408

0 commit comments

Comments
 (0)