UNPKG
sophon-common
Version:
latest (0.2.0)
0.2.0
0.0.18
Resources common to all Sophon implementations
octonion.institute/susy-js/common
sophon-common
/
index.js
5 lines
(4 loc)
•
172 B
JavaScript
View Raw
1
2
3
4
5
var
params
= require(
'./params.json'
)
params
.genesisState = require(
'./genesisState.json'
)
params
.bootstrapNodes = require(
'./bootstrapNodes.json'
) module.exports =
params