Lesson 9 : Fund Subscription #2115
Unanswered
karthikeh02
asked this question in
Q&A
Replies: 1 comment 4 replies
-
Hello @ karthikeh02, I heard that Sepolia testnet has been slow lately, and it seems like it has been costing more to process transactions due to congestion. I don't know what this error |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
in terminal ,
forge script script/Interactions.s.sol:FundSubscription --rpc-url $SEPOLIA_RPC_URL --private-key $PRIVATE_KEY --broadcast
i got this error,
**[⠆] Compiling...
No files changed, compilation skipped
Script ran successfully.
== Logs ==
Funding Subscription : 13496312956504562871155198840805877279739069202521477031477111625079572782821
Using vrfCoordinator : 0x9DdfaCa8183c41ad55329BdeeD9F6A8d53168B1B
On ChainId : 11155111
Setting up 1 EVM.
==========================
Chain 11155111
Estimated gas price: 69.517015229 gwei
Estimated total gas used for script: 5353305
Estimated amount required: 0.372145785210481845 ETH
==========================
Transactions saved to: /home/karthikeh/Desktop/foundry-smartcontract-lottery-karthik/broadcast/Interactions.s.sol/11155111/run-latest.json
Sensitive values saved to: /home/karthikeh/Desktop/foundry-smartcontract-lottery-karthik/cache/Interactions.s.sol/11155111/run-latest.json
Error:
Failed to send transaction
Context:
i had 0.21 something sepolia eth in my wallet. is that not enough when deploying this code?
this is my wallet address pic!
see the out for the past 1 day(those 4 continous out) can anyone explain these?
those two contract creation takes up pretty much - 0.18 sepolia eth why these much?
even though the error is occured, the fund subscription for depositing link in chainlink worked!
Beta Was this translation helpful? Give feedback.
All reactions