Skip to content
This repository has been archived by the owner on Feb 23, 2023. It is now read-only.

v0.24.1 #234

Merged
merged 2 commits into from
Nov 24, 2021
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: 1 addition & 1 deletion chain/ethereum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ export namespace ethereum {
public gasLimit: BigInt,
public gasPrice: BigInt,
public input: Bytes,
public nonce: Bytes,
public nonce: BigInt,
) {}
}

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.24.0",
"version": "0.24.1",
"module": "index.ts",
"types": "index.ts",
"main": "index.ts",
Expand Down