This commit is contained in:
aozhiwei 2023-07-04 20:03:48 +08:00
parent 500074e038
commit 0815fc09fe
2 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,11 @@
[
{
"instance_id" : 1,
"listen_port": 8692
"listen_port": 8692,
"nets": [
{
"net_id": 421613
}
]
}
]

View File

@ -121,7 +121,6 @@ async function init() {
'netId': netId,
'Web3': utils.readJsonFromFile(netDir + 'web3.json'),
'Contract': utils.readJsonFromFile(netDir + 'contract.json'),
'Events': net['events'],
};
});
}