Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions chain/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ export namespace ethereum {
public difficulty: BigInt,
public totalDifficulty: BigInt,
public size: BigInt | null,
public baseFeePerGas: BigInt | null,
) {}
}

Expand All @@ -355,6 +356,7 @@ export namespace ethereum {
public gasLimit: BigInt,
public gasPrice: BigInt,
public input: Bytes,
public nonce: Bytes,
) {}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@graphprotocol/graph-ts",
"description": "TypeScript/AssemblyScript library for writing subgraph mappings for The Graph",
"version": "0.23.1",
"version": "0.24.0-alpha.0",
"module": "index.ts",
"types": "index.ts",
"main": "index.ts",
Expand Down