File tree Expand file tree Collapse file tree 2 files changed +24
-1
lines changed
Expand file tree Collapse file tree 2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -186,3 +186,26 @@ dataSources:
186186 - event : PoolCreated(indexed address)
187187 handler : handleQuantAMMWeightedPoolCreated
188188 file : ./src/mappings/quantamm.ts
189+ - kind : ethereum
190+ name : ReClammPoolV2Factory
191+ network : sonic
192+ source :
193+ abi : BasePoolFactory
194+ address : " 0x99c13B259138a8ad8badbBfB87A4074591310De0"
195+ startBlock : 38897147
196+ mapping :
197+ kind : ethereum/events
198+ apiVersion : 0.0.7
199+ language : wasm/assemblyscript
200+ entities :
201+ - Factory
202+ - Pool
203+ abis :
204+ - name : ReClammPool
205+ file : ./abis/ReClammPool.json
206+ - name : BasePoolFactory
207+ file : ./abis/BasePoolFactory.json
208+ eventHandlers :
209+ - event : PoolCreated(indexed address)
210+ handler : handleReClammPoolV2Created
211+ file : ./src/mappings/reclamm.ts
Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ dataSources:
277277 handler : handleReClammPoolV2Created
278278 file : ./src/mappings/reclamm.ts
279279 {{/if}}
280- {{#if ReClammPoolFactory }}
280+ {{#if ReClammPoolV2Factory }}
281281templates :
282282 - kind : ethereum/contract
283283 name : ReClammPool
You can’t perform that action at this time.
0 commit comments