Merge pull request #38 from zkokk/REF-1

Adding output.txt
This commit is contained in:
zkokk 2024-06-15 21:33:50 +03:00 committed by GitHub
commit 12b6deeeee
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

61
hardhat/output.txt Normal file
View file

@ -0,0 +1,61 @@
Downloading compiler 0.8.24
Downloading compiler 0.8.24
Compiled 2 Solidity files successfully (evm target: paris).
You are running Hardhat Ignition against an in-process instance of Hardhat Network.
This will execute the deployment, but the results will be lost.
You can use --network <network-name> to deploy to a different network.
Hardhat Ignition starting for [ Apollo ]...Hardhat Ignition 🚀
Deploying [ Apollo ]
Batch #1
Executing Apollo#Rocket...
Batch #1
Executing Apollo#Rocket...
Batch #1
Executed Apollo#Rocket
Batch #1
Executed Apollo#Rocket
Batch #2
Executing Apollo#Rocket.launch...
Batch #2
Executing Apollo#Rocket.launch...
Batch #2
Executed Apollo#Rocket.launch
Batch #2
Executed Apollo#Rocket.launch
[ Apollo ] successfully deployed 🚀
Deployed Addresses
Apollo#Rocket - 0x5FbDB2315678afecb367f032d93F642f64180aa3
Lock
Deployment
✔ Should set the right unlockTime (437ms)
✔ Should set the right owner
✔ Should receive and store the funds to lock
✔ Should fail if the unlockTime is not in the future
Withdrawals
Validations
✔ Should revert with the right error if called too soon
✔ Should revert with the right error if called from another account
✔ Shouldn't fail if the unlockTime has arrived and the owner calls it
Events
✔ Should emit an event on withdrawals
Transfers
✔ Should transfer the funds to the owner
9 passing (480ms)