UNPKG
@digitalnative/ethereum-utils
Version:
latest (1.0.1)
1.0.1
1.0.0
ethereum utils for stnd
standard.tech
digitalnativeinc/additionals
@digitalnative/ethereum-utils
/
src
/
Specs
/
ChainCode.js
10 lines
(8 loc)
•
120 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
const
ChainCode
=
{
MAINNET:
1
,
ROPSTEN:
3
,
RINKEBY:
4
,
GÖRLI:
5
,
KOVAN:
42
, }
;
module.exports
=
ChainCode;