Skip to content

Commit 29cec2e

Browse files
committed
update test
1 parent 1e93759 commit 29cec2e

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

examples/ethereum-basic-event-handlers/build/schema.graphql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
type NewGravatar @entity {
1+
type NewGravatar @entity(immutable: false) {
22
id: ID!
33
owner: Bytes!
44
displayName: String!
55
imageUrl: String!
66
}
77

8-
type UpdatedGravatar @entity {
8+
type UpdatedGravatar @entity(immutable: false) {
99
id: ID!
1010
owner: Bytes!
1111
displayName: String!

examples/ethereum-basic-event-handlers/build/subgraph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dataSources:
88
name: Gravity
99
network: test
1010
source:
11-
address: "0x8f86403A4DE0BB5791fa46B8e795C547942fE4Cf"
11+
address: "0x5FbDB2315678afecb367f032d93F642f64180aa3"
1212
abi: Gravity
1313
mapping:
1414
kind: ethereum/events

examples/ethereum-basic-event-handlers/subgraph.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dataSources:
88
name: Gravity
99
network: test
1010
source:
11-
address: '0x8f86403A4DE0BB5791fa46B8e795C547942fE4Cf'
11+
address: '0x5FbDB2315678afecb367f032d93F642f64180aa3'
1212
abi: Gravity
1313
mapping:
1414
kind: ethereum/events

0 commit comments

Comments
 (0)