scroll-tech / scroll-contract-deploy-demo

This project demonstrates how to use hardhat or foundry to deploy a contract to Scroll's zkEVM rollup
https://scroll.io
MIT License
530 stars 306 forks source link

Invalid RPC URL #11

Open augmen opened 10 months ago

augmen commented 10 months ago

hi deploying testnet at scroll having issues - at step (C:\Users\Swapnil Bhadade\Downloads\scroll-app\scroll-guides\contract-deploy-demo\node_modules@ethersproject\providers\lib\json-rpc-provider.js:48:23) { code: 'ERR_INVALID_URL', input: '' } @vyzo this command is failing - yarn deploy:scrollTestnet

augmen commented 10 months ago

@pajicf any idea

pajicf commented 10 months ago

Did you create the .env file? There’s an .env.example file you can copy from and input the needed values.

For SCROLL_TESTNET_URL, you can use the Scroll Sepolia testnet RPC, which you can find here

thomasroy12 commented 10 months ago

This works?