Skip to content

Commit

Permalink
chore: testnet redeployment
Browse files Browse the repository at this point in the history
  • Loading branch information
wei3erHase committed Jul 15, 2024
1 parent 96c63a8 commit 85c6c57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ yarn test # run the tests

# Deployments
Sepolia:
- BCoWFactory: (0x25E497A2930788e0ecb97D0aA3E1274793F83A91)[https://sepolia.etherscan.io/address/0x25E497A2930788e0ecb97D0aA3E1274793F83A91#code]
- BCoWPool: (0x2a64Ce865730b26b61e8A92021dCd3cd2F20a2F0)[https://sepolia.etherscan.io/address/0x2a64Ce865730b26b61e8A92021dCd3cd2F20a2F0#code]
- BCoWFactory: (0x9F2D5C967DfF57Ede89269C8Fe1dbE2e836BE591)[https://sepolia.etherscan.io/address/0x9F2D5C967DfF57Ede89269C8Fe1dbE2e836BE591#code]
- BCoWPool: (0xFe1ce255D68B3Bff95E71DDef1c8fc55459aaCd7)[https://sepolia.etherscan.io/address/0xFe1ce255D68B3Bff95E71DDef1c8fc55459aaCd7#code]
2 changes: 1 addition & 1 deletion script/TestnetScript.s.sol
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import {Params} from 'script/Params.s.sol';

contract TestnetScript is Script, Params {
/// @notice BFactory contract deployment address
IBFactory public bFactory = IBFactory(address(0x25E497A2930788e0ecb97D0aA3E1274793F83A91));
IBFactory public bFactory = IBFactory(address(0x9F2D5C967DfF57Ede89269C8Fe1dbE2e836BE591));

function run() public {
vm.startBroadcast();
Expand Down

0 comments on commit 85c6c57

Please sign in to comment.