You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As there are already DOCKER_LOCAL_MIRROR_NODE_MENU_NAME and DOCKER_LOCAL_MIRROR_NODE_URL, it will be very helpful to have environment variables that will enable us to manage the rest of the values.
Alternatives
No response
The text was updated successfully, but these errors were encountered:
We would like to deprecate the use of the DOCKER_LOCAL_MIRROR_NODE_XXX variables and instead recommend to use a mount point allowing to provide a (complete) custom network configuration to the Explorer.
The impact on Local Node would be to include its own networks-config.json in its repo and add the definition of a volume in its docker-compose.yml, something like:
So, assuming you want to keep the same config used by Explorer in production (for mainnet, testnet, previewnet) and add the local node configuration, you can copy the existing config at <hashscan-url>/networks-config.json and just add your custom entry for LOCALNET to it.
I am currently using the suggested approach.
As you are planing to deprecate the use of the DOCKER_LOCAL_MIRROR_NODE_XXX variables, I will close this issues.
Problem
Hello,
We are currently working on issue Add support for smart contract verification #558 in local node repo.
We need to be able to manage
sourcifySetup
innetworks-config.json
having as end result:Solution
As there are already
DOCKER_LOCAL_MIRROR_NODE_MENU_NAME
andDOCKER_LOCAL_MIRROR_NODE_URL
, it will be very helpful to have environment variables that will enable us to manage the rest of the values.Alternatives
No response
The text was updated successfully, but these errors were encountered: