-
Hi, on the 6th lesson/Networks in Hardhat section, I wanted to add Arbitrum network. Code works. But the given tx hash is giving me an empty page on arbiscan. What I ran: What I expected: Fail transaction due to not having any ETH on Arbitrum or similar. What I got:
but this 0x hash above, is not giving anything on Arbiscan eventhough I run What is the reason that I can not deploy to Arbitrum?
deploy.js
hardhat.config.js
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Oh my god, I've just realized I've assigned After fixing the error, I got: Looked for the Sorry for the headache folks 🙋🏻♂️ |
Beta Was this translation helpful? Give feedback.
Oh my god, I've just realized I've assigned
ARBITRUM_RPC_URL
toprocess.env.SEPOLIA_RPC_URL
.After fixing the error, I got:
Error: insufficient funds for intrinsic transaction cost
Looked for the
delete discussion
button but could not find it. Therefore I'm gonna mark it as resolved.Sorry for the headache folks 🙋🏻♂️