File tree Expand file tree Collapse file tree
examples/ethereum-basic-event-handlers Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 !
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments