Replies: 1 comment 2 replies
-
Hello @Jae-7, it is |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
i tried deploying the contract as named above but got the following error
'''
ae7@DESKTOP-LTMC3UP:~/foundry-f23/foundry-simple-storage-f23$ forge script script/DeploySimpleStorage.s.sol --rpc-url http://127.0.0.1:8545 --broadcast --pirvate-key 0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
error: unexpected argument '--pirvate-key' found
tip: a similar argument exists: '--private-key'
Usage: forge script --fork-url --broadcast <--froms [...]|--interactives |--private-keys <RAW_PRIVATE_KEYS>|--private-key <RAW_PRIVATE_KEY>|--mnemonics |--mnemonic-passphrases |--mnemonic-derivation-paths |--mnemonic-indexes |--keystore |--account <ACCOUNT_NAMES>|--password |--password-file |--ledger|--trezor|--aws> [ARGS]...
For more information, try '--help'.
'''
Any idea on how to resolve this ?
Beta Was this translation helpful? Give feedback.
All reactions