Skip to content

Commit

Permalink
update Pipeline address
Browse files Browse the repository at this point in the history
  • Loading branch information
publiuss committed Jul 7, 2023
1 parent 88edb31 commit 6a91216
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion protocol/contracts/beanstalk/farm/DepotFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import "contracts/libraries/Token/LibEth.sol";

contract DepotFacet {
address private constant PIPELINE =
0xb1bE0000bFdcDDc92A8290202830C4Ef689dCeaa; // TO DO: Update with final address.
0xb1bE0000C6B3C62749b5F0c92480146452D15423; // TO DO: Update with final address.

/**
* @notice Pipe a PipeCall through Pipeline.
Expand Down
2 changes: 1 addition & 1 deletion protocol/test/utils/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ module.exports = {
BEANSTALK_FARMS: '0x21DE18B6A8f78eDe6D16C50A167f6B222DC08DF7',
BEAN_SPROUT: '0xb7ab3f0667eFF5e2299d39C23Aa0C956e8982235',
ETH_USDC_UNISWAP_V3: '0x8ad599c3A0ff1De082011EFDDc58f1908eb6e6D8',
PIPELINE: '0xb1bE0000bFdcDDc92A8290202830C4Ef689dCeaa',
PIPELINE: '0xb1bE0000C6B3C62749b5F0c92480146452D15423',
PIPELINE_DEPLOYER: '0x36585Dee035286F41d842DD858aCA1ddF1d00925',
DEPOT: '0xDEb0f000082fD56C10f449d4f8497682494da84D',
DEPOT_DEPLOYER: '0x2ab5D0acF1A61A2D6935f8Cfb2B1CAA2Fc3Ffbda'
Expand Down

0 comments on commit 6a91216

Please sign in to comment.