Skip to content

Commit 5ac0ac0

Browse files
committed
fix: remove grafting and run codegen
1 parent c1c4cb5 commit 5ac0ac0

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

subgraph.yaml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
specVersion: 0.0.4
2-
features:
3-
- grafting
4-
graft:
5-
base: QmcFKMGsBUCCE7fkxHn8FwXkK4eRqWNoLdtY6EwiFqKEBE # Subgraph ID of base subgraph
6-
block: 68694611
2+
# features:
3+
# - grafting
4+
# graft:
5+
# base: QmP7WDBUeazfUc96uGa71ukM8ZUZHS3GunviVSrJvxSy62 # Subgraph ID of base subgraph
6+
# block: 68694611
7+
# Block number
78
description: Aavegotchi Core Matic
89
repository:
910
schema:
@@ -168,6 +169,10 @@ dataSources:
168169
handler: handleERC1155BuyOrderExecute
169170
- event: ERC1155BuyOrderCancel(indexed uint256,uint256)
170171
handler: handleERC1155BuyOrderCancel
172+
- event: WearablesConfigCreated(indexed address,indexed uint256,indexed uint16,uint16[16],uint256)
173+
handler: handleWearablesConfigCreated
174+
- event: WearablesConfigUpdated(indexed address,indexed uint256,indexed uint16,uint16[16])
175+
handler: handleWearablesConfigUpdated
171176

172177
- kind: ethereum/contract
173178
name: RealmDiamond

0 commit comments

Comments
 (0)