diff --git a/src/mappings/gns.ts b/src/mappings/gns.ts index 303c0c59..056077b0 100644 --- a/src/mappings/gns.ts +++ b/src/mappings/gns.ts @@ -760,6 +760,7 @@ export function handleSubgraphPublishedV2(event: SubgraphPublished1): void { subgraph.reserveRatio = event.params.reserveRatio.toI32() subgraph.migrated = true subgraph.initializing = true + subgraph.creatorAddress = changetype(event.transaction.from) subgraph.save() // Create subgraph deployment, if needed. Can happen if the deployment has never been staked on