You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the 5th point of README.md.
After we are asked to start the development blockchain.
We had 2 options :
npm run dev (this command is giving no issues).
npm run linea
Getting these issues while running "npm run linea" command.
I tried to solve these with changing the rpc url from https:// to wss:// and adding some timeout in the /packages/form-XChange/truffle-config.js file as stated in this stackoverflow answer
but still after doing all that getting this error
Note : I have checked my metamask. I have more than enough linea (0.5 linea eth) to deploy this contract.
Have also added the dotenv file in the packages/form-XChange directory with the MNEMONIC as 12 word phrase as well as my private keys. (you guys have forgot to mention this as well in your README.MD file) 😅
The text was updated successfully, but these errors were encountered:
Hey guys,
In the 5th point of README.md.
After we are asked to start the development blockchain.
We had 2 options :
npm run dev
(this command is giving no issues).npm run linea
Getting these issues while running "npm run linea" command.
I tried to solve these with changing the rpc url from
https://
towss://
and adding some timeout in the/packages/form-XChange/truffle-config.js
file as stated in this stackoverflow answerbut still after doing all that getting this error
Note : I have checked my metamask. I have more than enough linea (0.5 linea eth) to deploy this contract.
Have also added the dotenv file in the packages/form-XChange directory with the
MNEMONIC
as 12 word phrase as well as my private keys. (you guys have forgot to mention this as well in your README.MD file) 😅The text was updated successfully, but these errors were encountered: