Skip to content

Commit 9d8e4e3

Browse files
committed
update new contract addresses
1 parent f05bfab commit 9d8e4e3

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
1. The `brevis` binary and `brevis.toml` are required to run as an operator. The `brevis` binary should be run under Linux AMD64 system. It can also be built from source with command: go build -o brevis
44
2. Make sure the total stake > 0.01 eth in Eigen Layer, we support same strategies as Eigen DA
55
3. Add bls and ecdsa key of Eigenlayer info to the `brevis.toml` config file, both are required to join Brevis. Also recommend to change ethereum gateway RPC in the config file to a private one
6-
4. Run `brevis join --chainid 1 --quorums 0x01` cmd to opt-in Brevis AVS
6+
4. Run `brevis join --chainid 1` cmd to opt-in Brevis AVS
77
5. Add operator id printed by last `brevis join` command (bytes32 hex string) to config file, note it's NOT your ETH addr
88
6. (optional but recommended): Remove ecdsa key info from config file as it's not needed for normal operation. only bls key is needed
99
7. Operator runs `brevis run` cmd which monitors Brevis contract for new requests, and signs w/ BLS key, then posts to Brevis gateway. Brevis operator process by default uses port 8081 to accept imcoming requests, such as health check. If the port already has been used by other process, please run the cmd with `--port` param to specify another one
@@ -165,4 +165,4 @@ To start a data usage process, the user sends `PrepareQueryRequest` to the gatew
165165

166166
1) BrevisRequest - 0x63A825ADD2129410628a8561dDD059646FB49aB0
167167
2) BrevisProof - 0x9E10764042A2168dE8B8Aab8E7862eF98E759F90
168-
3) BrevisEigen - 0x9FC952BdCbB7Daca7d420fA55b942405B073A89d
168+
3) BrevisEigen - 0x0328635BA5FF28476118595234b5b7236b906c0B

brevis.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ gateway = "https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
2020
BlkInterval = 12
2121
BlkDelay = 2
2222
Brevis = "0x63A825ADD2129410628a8561dDD059646FB49aB0"
23-
BrvEigen = "0x9FC952BdCbB7Daca7d420fA55b942405B073A89d"
24-
BrvRegCo = "0x434621cfd8BcDbe8839a33c85aE2B2893a4d596C"
23+
BrvEigen = "0x0328635BA5FF28476118595234b5b7236b906c0B"
24+
BrvRegCo = "0x8B83b9808DE79D5EEE97417bB14f82c41bCcD6F0"
2525
AVSDir = "0x135dda560e946695d6f155dacafc6f1f25c1f5af"

gateway.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@ gateway = "https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"
1111
BlkDelay = 2
1212
BlkInterval = 12
1313
Brevis = "0x63A825ADD2129410628a8561dDD059646FB49aB0"
14-
BrvEigen = "0x9FC952BdCbB7Daca7d420fA55b942405B073A89d"
15-
BrvRegCo = "0x434621cfd8BcDbe8839a33c85aE2B2893a4d596C"
14+
BrvEigen = "0x0328635BA5FF28476118595234b5b7236b906c0B"
15+
BrvRegCo = "0x8B83b9808DE79D5EEE97417bB14f82c41bCcD6F0"
1616
AVSDir = "0x135dda560e946695d6f155dacafc6f1f25c1f5af"
1717

1818
# must set properly for gw to get old pubkey reg events
1919
MaxBlkDelta = 50000
2020

2121
# gateway only
2222
OpStateRetriever = "0xD5D7fB4647cE79740E6e83819EFDf43fa74F8C31"
23-
BlsApkReg = "0x8F37e6B19563969a4a68E7E2CC048EB005982C84"
23+
BlsApkReg = "0xb258A34450666d838621dFA9a0063193e7edF308"
2424
BlsApkStartBlk = 19620721

0 commit comments

Comments
 (0)