Skip to content

Commit

Permalink
fix: update proof generation script + generate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxMustermann2 committed Nov 14, 2024
1 parent 0055da2 commit 70c4431
Show file tree
Hide file tree
Showing 13 changed files with 547 additions and 68 deletions.
3 changes: 2 additions & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,14 @@ BOOTSTRAP_ADDRESS=
EXCHANGE_RATES=
BASE_GENESIS_FILE_PATH=
RESULT_GENESIS_FILE_PATH=
BEACON_CHAIN_ENDPOINT=

# For contract verification
ETHERSCAN_API_KEY=

# These are used for integration testing ETH PoS
INTEGRATION_DEPOSIT_ADDRESS=0x6969696969696969696969696969696969696969
INTEGRATION_SECONDS_PER_EPOCH=4
INTEGRATION_SECONDS_PER_SLOT=4
INTEGRATION_SLOTS_PER_EPOCH=3
INTEGRATION_BEACON_GENESIS_TIMESTAMP=
INTEGRATION_DENEB_TIMESTAMP=
Expand Down
291 changes: 288 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
"test": "test"
},
"dependencies": {
"@lodestar/api": "^1.23.0",
"abbrev": "^1.0.9",
"abstract-level": "^1.0.3",
"acorn": "^8.11.2",
Expand Down Expand Up @@ -386,6 +387,7 @@
"scripts": {
"test": "mocha"
},
"type": "module",
"keywords": [],
"author": "",
"license": "ISC"
Expand Down
Loading

0 comments on commit 70c4431

Please sign in to comment.