Skip to content

Commit

Permalink
fix env var for permissioned_stake_table
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Dec 9, 2024
1 parent 27bf006 commit 94a07a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/src/deployer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ pub struct DeployedContracts {
fee_contract_proxy: Option<Address>,

/// Use an already-deployed PermissonedStakeTable.sol proxy instead of deploying a new one.
#[clap(long, env = Contract::FeeContractProxy)]
#[clap(long, env = Contract::PermissonedStakeTable)]
permissioned_stake_table: Option<Address>,
}

Expand Down

0 comments on commit 94a07a4

Please sign in to comment.