Skip to content

Commit

Permalink
Add Prysm support
Browse files Browse the repository at this point in the history
Update get validators keys logic
lidofinance/lido-dao#4
  • Loading branch information
Klyaus committed Sep 28, 2020
1 parent acc58fb commit f940c36
Show file tree
Hide file tree
Showing 10 changed files with 1,520 additions and 2,876 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
.idea
__pycache__/
*/__pycache__/
.pyc
Будет удалено .idea/
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,12 @@ define the environment variables
```sh
export ETH1_NODE="http://localhost:8545"
export ETH2_NODE="http://localhost:5052"
export ORACLE_CONTRACT="0x2e25c8F88c5cCcbC9400e5bc86cF9C58C7604327"
export DEPOOL_CONTRACT="0x7a80f0b3848242281A5ae126596b54d4010C30FE"
export REPORT_INTVL_EPOCHS="7200"
export ORACLE_CONTRACT="0x12aa6ec7d603dc79eD663792E40a520B54A7ae6A"
export DEPOOL_CONTRACT="0x5ec5DDf7A0cdD3235AD1bCC0ad04F059507EC5a3"
export REPORT_INTVL_SLOTS="7200"
export MANAGER_PRIV_KEY="0xa8a54b2d8197bc0b19bb8a084031be71835580a01e70a45a13babd16c9bc1563"
export DEPOOL_ABI_FILE='./assets/IDePool.json'
export ORACLE_ABI_FILE='./assets/oracle.abi'
export DEPOOL_ABI_FILE='./assets/DePool.json'
export ORACLE_ABI_FILE='./assets/DePoolOracle.json'
python3 oracle.py
```

Expand Down
Loading

0 comments on commit f940c36

Please sign in to comment.