Skip to content

Commit

Permalink
station: update enable json-rpc request batching (#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangruber authored May 15, 2024
1 parent ae43b57 commit 493aa4e
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions commands/station.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,11 +109,7 @@ export const station = async ({ json, experimental }) => {
'Authorization',
'Bearer RXQ2SKH/BVuwN7wisZh3b5uXStGPj1JQIrIWD+rxF0Y='
)
const provider = new ethers.JsonRpcProvider(
fetchRequest,
null,
{ batchMaxCount: 1 }
)
const provider = new ethers.JsonRpcProvider(fetchRequest)
const abi = JSON.parse(
await fs.readFile(
fileURLToPath(new URL('../lib/abi.json', import.meta.url)),
Expand Down

0 comments on commit 493aa4e

Please sign in to comment.