| @@ -69,7 +69,7 @@ async function readHealth(symbol:string, holder: Wallet, count: number = 100): P | |||
| assert(count == resolved.length); | |||
| resolved.forEach(b => { | |||
| //console.log(b.data); | |||
| console.log(b); | |||
| //console.log(b); | |||
| }); | |||
| const end = Date.now(); | |||
| @@ -138,7 +138,7 @@ const holder2 = new Wallet('0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae | |||
| console.log(`목적 서버 : ${gateWay}`); | |||
| async function main() { | |||
| await readHealth('BCG_TEST',holder1,10); | |||
| await readHealth('BCG_TEST',holder1,5000); | |||
| //await readTest('BCG_TEST',holder1,1000); | |||
| } | |||