Skip to content

Commit

Permalink
Updated Etherscan URL in comment about governor alpha holding ETH
Browse files Browse the repository at this point in the history
  • Loading branch information
jferas committed Nov 22, 2023
1 parent e5a5108 commit 8f5e79e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/AlphaGovernor.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ abstract contract AlphaGovernorTest is ProposalTest {

// Counter-intuitively, the Governor (not the Timelock) must hold the ETH.
// See the deployed GovernorAlpha, line 281:
// https://etherscan.io/address/0x31c8EAcBFFdD875c74b94b077895Bd78CF1E64A3#code
// https://etherscan.io/address/0x690e775361AD66D1c4A25d89da9fCd639F5198eD#code
// The governor transfers ETH to the Timelock in the process of executing
// the proposal. The Timelock then just passes that ETH along.
vm.deal(address(governorAlpha), _amount);
Expand Down

0 comments on commit 8f5e79e

Please sign in to comment.