We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba0cb81 commit a0e19efCopy full SHA for a0e19ef
1 file changed
bin/cancel-all-pending-txs.js
@@ -112,10 +112,7 @@ async function listPendingTransactions (f0address) {
112
function createSigner () {
113
const fetchRequest = new ethers.FetchRequest('https://api.node.glif.io/rpc/v1')
114
fetchRequest.setHeader('Authorization', `Bearer ${GLIF_TOKEN}`)
115
- const provider = new ethers.JsonRpcProvider(fetchRequest, null, {
116
- polling: true,
117
- batchMaxCount: 10
118
- })
+ const provider = new ethers.JsonRpcProvider(fetchRequest)
119
120
const signer = ethers.Wallet.fromPhrase(WALLET_SEED, provider)
121
const walletDelegatedAddress = newDelegatedEthAddress(/** @type {any} */(signer.address), CoinType.MAIN).toString()
0 commit comments