UNPKG

@yoroi/explorers

Version:

The Explorers package of Yoroi SDK

8 lines (5 loc) 193 B
import {Chain} from '@yoroi/types' import {explorerManager} from '../../explorer-manager' export function useExplorers(network: Chain.SupportedNetworks) { return explorerManager[network] }