cronos-blockscout icon indicating copy to clipboard operation
cronos-blockscout copied to clipboard

network switcher dropdown

Open crypto-facs opened this issue 4 years ago • 0 comments

Network switcher to switch between cosmos and EVM explorer . This change will require new environment variables (with the corresponding URLS):

export CHAIN_NETWORK=testnet
export COSMOS_EXPLORER_MAINNET_URL=https://cronos.crypto.org/explorer/cosmos/testnet3
export COSMOS_EXPLORER_TESTNET_URL=http://localhost:4002/
export EVM_EXPLORER_MAINNET_URL=https://cronos.crypto.org/explorer/evm/testnet3
export EVM_EXPLORER_TESTNET_URL=http://localhost:4000/

image

crypto-facs avatar Oct 31 '21 22:10 crypto-facs