Skip to content
This repository has been archived by the owner on May 11, 2024. It is now read-only.

Commit

Permalink
feat: update OracleProverAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
davidtaikocha committed Jul 2, 2023
1 parent 12d82b1 commit 2ee922a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/encoding/struct.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
)

var (
OracleProverAddress = common.HexToAddress("0x0000000000000000000000000000000000000000")
OracleProverAddress = common.HexToAddress("0x0000000000000000000000000000000000000001")
)

type BlockHeader struct {
Expand Down

0 comments on commit 2ee922a

Please sign in to comment.