UNPKG
@animoca/ethereum-contracts-assets
Version:
latest (3.0.1)
3.0.1
3.0.0
3.0.0-pre.0
2.0.0
2.0.0-pre.1
2.0.0-pre.0
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
Base assets contracts
github.com/animoca/ethereum-contracts-assets
animoca/ethereum-contracts-assets
@animoca/ethereum-contracts-assets
/
hardhat-config
/
networks.config.js
14 lines
(13 loc)
•
301 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
module.exports
=
{
networks:
{
localhost:
{
accounts:
{
initialIndex:
0
,
count:
20
,
path:
"m/44'/60'/0'/0"
,
mnemonic:
'test test test test test test test test test test test junk'
,
accountsBalance:
'10000000000000000000000'
, }, }, }, }
;