skalenetwork / skale-proxy

SKALE Proxy is high performance, easy-to-run public service that provides proxied and load-balanced JSON-RPC endpoints for SKALE chains. It is based on NGINX.
GNU Affero General Public License v3.0
2 stars 3 forks source link

Single Chain Path Configuration #45

Open TheGreatAxios opened 1 year ago

TheGreatAxios commented 1 year ago

Is your feature request related to a problem? Please describe. Currently, the proxy is setup in a way where the default path is <ip-address/url>/v1/. This makes sense when used with multiple chains.

Describe the solution you'd like If only a single chain is setup to use within the proxy (see #44 ) then the path to access the proxy does not necessarily need to include the chain name.

Describe alternatives you've considered Developers could potentially tinker with the nginx.config, however, at a minimum this would require a bit of guidance

Additional context This is a convenience feature request