Skip to content

Commit 3e5c697

Browse files
authored
feat: add spec_version.json for network <> version mapping (#35)
* feat: add spec_version.json for network <> version mapping * feat: provide details about spec_version.json in executor and challenger README
1 parent 34c8216 commit 3e5c697

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

challenger/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ To configure the Challenger, fill in the values in the `~/.opinit/challenger.jso
1616
```json
1717
{
1818
// Version is the version used to build output root.
19+
// Please refer to `spec_version.json` for the correct version for each network.
1920
"version": 1,
2021
// ListenAddress is the address to listen for incoming requests.
2122
"listen_address": "localhost:3001",

executor/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ To configure the Executor, fill in the values in the `~/.opinit/executor.json` f
1414
```json
1515
{
1616
// Version is the version used to build output root.
17+
// Please refer to `spec_version.json` for the correct version for each network.
1718
"version": 1,
1819
// ListenAddress is the address to listen for incoming requests.
1920
"listen_address": "localhost:3000",

spec_version.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"initiation-2": 1
3+
}

0 commit comments

Comments
 (0)