UNPKG
@yoroi/explorers
Version:
latest (2.0.0)
2.0.0
1.0.2
1.0.1
The Explorers package of Yoroi SDK
github.com/Emurgo/yoroi/packages/explorers
@yoroi/explorers
/
src
/
translators
/
reactjs
/
useExplorers.ts
8 lines
(5 loc)
•
193 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
import
{
Chain
}
from
'@yoroi/types'
import
{explorerManager}
from
'../../explorer-manager'
export
function
useExplorers
(
network: Chain.SupportedNetworks
) {
return
explorerManager[network] }