Skip to content

Commit

Permalink
Merge branch 'develop' into dependabot/npm_and_yarn/glob-parent-5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
snario committed Jun 9, 2021
2 parents 09341c5 + 0c18e19 commit 3047565
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions packages/data-transport-layer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# data transport layer

## 0.3.5

### Patch Changes

- 1b692415: incorrect parsing of eth_getBlockRange result

## 0.3.4

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/data-transport-layer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@eth-optimism/data-transport-layer",
"version": "0.3.4",
"version": "0.3.5",
"private": true,
"main": "dist/index",
"files": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ export class L2IngestionService extends BaseService<L2IngestionServiceOptions> {
const respJson = await bfj.parse(resp.data, {
yieldRate: 4096, // this yields abit more often than the default of 16384
})
blocks = respJson.data
blocks = respJson.result
}

for (const block of blocks) {
Expand Down

0 comments on commit 3047565

Please sign in to comment.