1
This commit is contained in:
parent
500074e038
commit
0815fc09fe
@ -1,6 +1,11 @@
|
|||||||
[
|
[
|
||||||
{
|
{
|
||||||
"instance_id" : 1,
|
"instance_id" : 1,
|
||||||
"listen_port": 8692
|
"listen_port": 8692,
|
||||||
|
"nets": [
|
||||||
|
{
|
||||||
|
"net_id": 421613
|
||||||
|
}
|
||||||
|
]
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
@ -121,7 +121,6 @@ async function init() {
|
|||||||
'netId': netId,
|
'netId': netId,
|
||||||
'Web3': utils.readJsonFromFile(netDir + 'web3.json'),
|
'Web3': utils.readJsonFromFile(netDir + 'web3.json'),
|
||||||
'Contract': utils.readJsonFromFile(netDir + 'contract.json'),
|
'Contract': utils.readJsonFromFile(netDir + 'contract.json'),
|
||||||
'Events': net['events'],
|
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user