UNPKG
@ethers-ancillary/exchain
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
An ethers-compatible provider for OKExChain.
ethers-io/ancillary-exchain
@ethers-ancillary/exchain
/
src.ts
/
index.ts
11 lines
(7 loc)
•
198 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
11
import
{
JsonRpcProvider
,
StaticJsonRpcProvider
}
from
"./json-rpc-provider"
;
import
{ getNetwork }
from
"./networks"
;
export
{
JsonRpcProvider
,
StaticJsonRpcProvider
, getNetwork, };