-
|
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 17 replies
-
Hello @skpkss, I am convinced this is more a Foundry issue than the course issue. Please check the official Foundry GitHub to see if any similar issue has been reported recently. |
Beta Was this translation helpful? Give feedback.
-
You can also try running |
Beta Was this translation helpful? Give feedback.
-
I have already tried it.It's not helping. |
Beta Was this translation helpful? Give feedback.
-
no. is this has to do something with the version of make? i am using 0.8.1 |
Beta Was this translation helpful? Give feedback.
-
Can you run this at your end? My forge version is forge 0.2.0 (a0a0020 2024-08-12T00:25:05.209264900Z) |
Beta Was this translation helpful? Give feedback.
-
So I did as you instructed here is my output DEPLOYMENT make deploy
[⠒] Compiling...
[⠔] Compiling 16 files with Solc 0.8.18
[⠒] Solc 0.8.18 finished in 2.42s
Compiler run successful!
EIP-3855 is not supported in one or more of the RPCs used.
Unsupported Chain IDs: 31337.
Contracts deployed with a Solidity version equal or higher than 0.8.20 might not work properly.
For more information, please see https://eips.ethereum.org/EIPS/eip-3855
Script ran successfully.
== Return ==
0: contract PasswordStore 0x5FbDB2315678afecb367f032d93F642f64180aa3
## Setting up 1 EVM.
==========================
Chain 31337
Estimated gas price: 2.000000001 gwei
Estimated total gas used for script: 450223
Estimated amount required: 0.000900446000450223 ETH
==========================
##### anvil-hardhat
✅ [Success]Hash: 0x77dceaade57b07bce8ee61e3047769709707dd11178e3e00deaccf59fe15032b
Contract Address: 0x5FbDB2315678afecb367f032d93F642f64180aa3
Block: 1
Paid: 0.000295344000295344 ETH (295344 gas * 1.000000001 gwei)
##### anvil-hardhat
✅ [Success]Hash: 0xc376757e1c78caf0e7c09709ac6231f1447098d3d784f06820a392c5a32d9fc8
Block: 2
Paid: 0.000039817434378978 ETH (45378 gas * 0.877461201 gwei)
✅ Sequence #1 on anvil-hardhat | Total Paid: 0.000335161434674322 ETH (340722 gas * avg 0.938730601 gwei)
==========================
ONCHAIN EXECUTION COMPLETE & SUCCESSFUL.
Transactions saved to: /Users/loyalty/Desktop/CyfrinGig/SECURITY&AUDITING/2023-10-PasswordStore/broadcast/DeployPasswordStore.s.sol/31337/run-latest.json
Sensitive values saved to: /Users/loyalty/Desktop/CyfrinGig/SECURITY&AUDITING/2023-10-PasswordStore/cache/DeployPasswordStore.s.sol/31337/run-latest.json RETRIEVING VALUE FROM STORAGE SLOT 1 cast storage 0x5fbdb2315678afecb367f032d93f642f64180aa3 1
0x6d7950617373776f726400000000000000000000000000000000000000000014 It seems to work properly for me. |
Beta Was this translation helpful? Give feedback.
Hey @EngrPips the issue was resolved.First of all, i installed scoop from https://scoop.sh/ by running commands on powershell. And after that searched for make and ran the make installation commands on cmd.