You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Not only EVMOS, you can use this script to build for other chains like cosmos,..
17
17
You can find commands to install the above tools [here](https://github.com/VictorTrustyDev/EVMOS-sample-scripts/blob/main/Install-Required-Tools-on-Ubuntu.md)
18
18
19
19
I created all of the following samples on an Ubuntu 22.04 LTS machine with 4 CPU 16 GB RAM. It can run
Copy file name to clipboardExpand all lines: blockchain-in-docker/README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
### This helps you create 2 EVMOS chains ([v12.1.3](https://github.com/evmos/evmos/tree/v12.1.3)) with 3 validators on each chain and run with docker compose
1
+
### This helps you create 2 EVMOS chains ([v12.1.4](https://github.com/evmos/evmos/tree/v12.1.4)) with 3 validators on each chain and run with docker compose
2
2
3
3
### I. Create first chain
4
4
@@ -62,12 +62,12 @@ Here are some of them:
62
62
| Key | Default value | Explain |
63
63
| --- | --- | --- |
64
64
|`CHAIN_1_GIT_REPO`|https://github.com/evmos/evmos.git| Git repo to be used to build chain 1 |
65
-
|`CHAIN_1_GIT_REPO_BRANCH`| v12.1.3| Git branch to be used to build chain 1 |
65
+
|`CHAIN_1_GIT_REPO_BRANCH`| v12.1.4| Git branch to be used to build chain 1 |
66
66
|`CHAIN_1_ID`| evmos_9000-5 | Chain id of chain 1 |
0 commit comments