ethpandaops/ansible-collection-general

Make every RPC overridable in the zsh script

Closed this issue · 0 comments

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