efdevcon / pretix-eth-payment-plugin

An etheruem payment provider plugin for pretix
Other
42 stars 21 forks source link

Plug-in settings need to ensure that Node URLs are input for networks #220

Open theschweitz opened 2 years ago

theschweitz commented 2 years ago

Currently, for example, system allows user to select Optimism Network without an RPC or token input.

Payment plugin should not allow user to save network without RPC/token URL.

there's a TO-DO in the code ready to make this change.