neonevm / neon-evm.docs

MIT License
19 stars 27 forks source link

Correct "Option 2: Running Solana Testnet via a proxy hosted locally" #32

Closed vasiliy-zaznobin closed 3 years ago

vasiliy-zaznobin commented 3 years ago

after the appearance of the image cybercoredev/proxy:v0.2.0, you need to fix the documentation on https://docs.neonlabs.org/docs/devportal/testnet/connect_to_solana_via_proxy#option-2-running-solana-testnet-via-a-proxy-hosted-locally

now launching proxy from docker is done by commands: for devnet: docker run --rm -ti --network=host -e CONFIG=devnet cybercoredev/proxy:v0.2.0 for testnet: docker run --rm -ti --network=host -e CONFIG=testnet cybercoredev/proxy:v0.2.0

https://github.com/neonlabsorg/proxy-model.py/pull/181

anazarov79 commented 3 years ago

Description of the option 2 has been corrected. The fix is waiting for an approval.