From 96516e81811c4969018c7af43501a7be8eda7785 Mon Sep 17 00:00:00 2001 From: lalexgap Date: Wed, 18 Oct 2023 15:43:33 -0700 Subject: [PATCH] fix bob's address --- .env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.env b/.env index 0e70172..7d7d442 100644 --- a/.env +++ b/.env @@ -21,7 +21,7 @@ VITE_DEPLOY_SALT_STRING="State channels are cool!" # These are the expected adresses when deploying to a local hardhat node using the above salt VITE_ENTRYPOINT_ADDRESS=0x5FbDB2315678afecb367f032d93F642f64180aa3 VITE_ALICE_SCW_ADDRESS=0xe7f1725E7734CE288F8367e1Bb143E90bb3F0512 -VITE_BOB_SCW_ADDRESS=0xCf7Ed3AccA5a467e9e704C703E8D87F634fB0Fc9 +VITE_BOB_SCW_ADDRESS=0x9fE46736679d2D9a65F0992F2272dE9f3c7fa6e0 VITE_SCW_DEPOSIT=10000000000000000 # 0.01 ETH VITE_INTERMEDIARY_BALANCE=5000000000000000 # 0.005 ETH