const options = { // Enable auto reconnection reconnect: { auto: true, delay: 5000, // ms maxAttempts: 5, onTimeout: false } }; var web3 ...
確定! 回上一頁