Skip to content

Commit d8fccb6

Browse files
authored
Feat/update env comment (#39)
* update VERIFY_SUBMITTER_ADDR comment in .env align with upgrade procedure. * increment version to v1.1.2
1 parent bcbdd60 commit d8fccb6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.env.sample.mainnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ MR_FINALIZER_ADDR=<messageRelayer>
4343
MR_FINALIZER_KEY=
4444

4545
## `verse-verifier` is used for submitting signatures to the L1 verification contract.
46-
VERIFY_SUBMITTER_ADDR=<new address>
46+
VERIFY_SUBMITTER_ADDR=<submitter of oasvlfy>
4747
VERIFY_SUBMITTER_KEY=
4848

4949
# Container published ports

.env.sample.testnet

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ MR_FINALIZER_ADDR=<messageRelayer>
4141
MR_FINALIZER_KEY=
4242

4343
## `verse-verifier` is used for submitting signatures to the L1 verification contract.
44-
VERIFY_SUBMITTER_ADDR=<new address>
44+
VERIFY_SUBMITTER_ADDR=<submitter of oasvlfy>
4545
VERIFY_SUBMITTER_KEY=
4646

4747
# Container published ports

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "verse-layer-opstack",
3-
"version": "1.0.0",
3+
"version": "1.1.2",
44
"repository": "git@github.com:oasysgames/verse-layer-opstack.git",
55
"license": "MIT",
66
"dependencies": {

0 commit comments

Comments
 (0)