Skip to content

Commit

Permalink
Whitelist StarkWare SHARP Verifier (#131)
Browse files Browse the repository at this point in the history
  • Loading branch information
remollemo committed Dec 21, 2023
1 parent a4e6152 commit 625a5f4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/whitelist.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ func isOnFunctionWhitelist(data string) bool {

var allowedLargeTxTargets = map[string]bool{
"0xff1f2b4adb9df6fc8eafecdcbf96a2b351680455": true, // Aztec rollup contract
"0x47312450B3Ac8b5b8e247a6bB6d523e7605bDb60": true, // StarkWare SHARP Verifier
}

func init() {
Expand Down

0 comments on commit 625a5f4

Please sign in to comment.