Skip to content

Commit

Permalink
feat : updated funcs in proxy 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun Jangra authored and Arun Jangra committed Jul 3, 2024
1 parent 6f007c2 commit 7a72a86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/l2/starknet-proxy-client/src/clients/proxy_5_0_0.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ abigen!(
function proxyRemoveGovernor(address governorForRemoval) external
function proxyAcceptGovernance() external
function register_app_governor(address account) external
function registerAppGovernor(address account) external
function registerAppRoleAdmin(address account) external
function registerGovernanceAdmin(address account) external
function registerOperator(address account) external
function register_security_admin(address account) external
function registerSecurityAdmin(address account) external
function registerSecurityAgent(address account) external
function registerTokenAdmin(address account) external
function registerUpgradeGovernor(address account) external
Expand Down

0 comments on commit 7a72a86

Please sign in to comment.