Merge branch 'main' into zkbesu

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
This commit is contained in:
Daniel Lehrner
2024-12-04 15:28:16 +01:00
118 changed files with 1319 additions and 882 deletions

View File

@@ -25,7 +25,7 @@ import java.util.Optional;
*/
public interface CodeDelegation {
/** The cost of delegating code on an existing account. */
long PER_AUTH_BASE_COST = 2_500L;
long PER_AUTH_BASE_COST = 12_500L;
/**
* Return the chain id.