Skip to content

Commit

Permalink
starknet: fix Event.address name
Browse files Browse the repository at this point in the history
  • Loading branch information
fracek committed Nov 29, 2024
1 parent f833444 commit 7eac89d
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 11 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"type": "prerelease",
"comment": "starknet: fix Event.address name",
"packageName": "@apibara/starknet",
"email": "[email protected]",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion packages/starknet/proto/data.proto
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ message DeployAccountTransactionReceipt { FieldElement contract_address = 1; }
message Event {
repeated uint32 filter_ids = 1;
// The contract that emitted the event.
FieldElement from_address = 2;
FieldElement address = 2;
// The event keys.
repeated FieldElement keys = 3;
// The event data.
Expand Down
20 changes: 10 additions & 10 deletions packages/starknet/src/proto/data.ts

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7eac89d

Please sign in to comment.