Make every RPC overridable in the zsh script
parithosh opened this issue · 0 comments
parithosh commented
You can use the override var $PROVIDED_RPC or something and if it doesn't exist you can fallback to the basic RPC. Should allow us to use the scripts more widely. syntax is ${parameter:-default}
afaik