cronos-blockscout
cronos-blockscout copied to clipboard
network switcher dropdown
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/
