From 4d3bf92dde0ca450425177532358a9f66e8f58d0 Mon Sep 17 00:00:00 2001 From: jat <153528475+jatZama@users.noreply.github.com> Date: Thu, 25 Jul 2024 14:11:03 +0200 Subject: [PATCH] Revert "fix faucet script" --- package.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index fb24b26..c9cf6d1 100644 --- a/package.json +++ b/package.json @@ -90,13 +90,13 @@ "fhevm:stop": "make clean", "fhevm:restart": "fhevm:stop && fhevm:start", "fhevm:faucet": "npm run fhevm:faucet:alice && sleep 5 && npm run fhevm:faucet:bob && sleep 5 && npm run fhevm:faucet:carol && sleep 5 && npm run fhevm:faucet:dave && sleep 5 && npm run fhevm:faucet:eve", - "fhevm:faucet:alice": "docker exec -i zama-dev-fhevm-validator-1 faucet $(npx hardhat task:getEthereumAddressAlice)", - "fhevm:faucet:bob": "docker exec -i zama-dev-fhevm-validator-1 faucet $(npx hardhat task:getEthereumAddressBob)", - "fhevm:faucet:carol": "docker exec -i zama-dev-fhevm-validator-1 faucet $(npx hardhat task:getEthereumAddressCarol)", - "fhevm:faucet:dave": "docker exec -i zama-dev-fhevm-validator-1 faucet $(npx hardhat task:getEthereumAddressDave)", - "fhevm:faucet:eve": "docker exec -i zama-dev-fhevm-validator-1 faucet $(npx hardhat task:getEthereumAddressEve)" + "fhevm:faucet:alice": "docker exec -i fhevm zama-kms-validator-1 $(npx hardhat task:getEthereumAddressAlice)", + "fhevm:faucet:bob": "docker exec -i fhevm zama-kms-validator-1 $(npx hardhat task:getEthereumAddressBob)", + "fhevm:faucet:carol": "docker exec -i fhevm zama-kms-validator-1 $(npx hardhat task:getEthereumAddressCarol)", + "fhevm:faucet:dave": "docker exec -i fhevm zama-kms-validator-1 $(npx hardhat task:getEthereumAddressDave)", + "fhevm:faucet:eve": "docker exec -i fhevm zama-kms-validator-1 $(npx hardhat task:getEthereumAddressEve)" }, "dependencies": { "hardhat-ignore-warnings": "^0.2.11" } -} \ No newline at end of file +}