From 85c6c57f88f0cd9964f4ab7ef65324a1805c2379 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wei=C3=9Fer=20Hase?= Date: Mon, 15 Jul 2024 19:53:54 +0200 Subject: [PATCH] chore: testnet redeployment --- README.md | 4 ++-- script/TestnetScript.s.sol | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6cba788..7a76851d 100644 --- a/README.md +++ b/README.md @@ -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] \ No newline at end of file + - BCoWFactory: (0x9F2D5C967DfF57Ede89269C8Fe1dbE2e836BE591)[https://sepolia.etherscan.io/address/0x9F2D5C967DfF57Ede89269C8Fe1dbE2e836BE591#code] + - BCoWPool: (0xFe1ce255D68B3Bff95E71DDef1c8fc55459aaCd7)[https://sepolia.etherscan.io/address/0xFe1ce255D68B3Bff95E71DDef1c8fc55459aaCd7#code] \ No newline at end of file diff --git a/script/TestnetScript.s.sol b/script/TestnetScript.s.sol index 9c36df20..34390221 100644 --- a/script/TestnetScript.s.sol +++ b/script/TestnetScript.s.sol @@ -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();