PROVIDER_URL?
Closed this issue · 2 comments
compojoom commented
PROVIDER_URL from the .env.example doesn't seem to be used anywhere in the code? What is the intended purpose of that argument - specifying an RPC endpoint, instead of the hardcoded default RPCs?
shresthagrawal commented
Thanks for pointing that out. I will fix it to use PROVIDER_URL env to override the default
rista404 commented
Please use --rpc cli argument. I've removed PROVIDER_URL from .env.example to avoid confusion.