Skip to content

Commit

Permalink
Fixing linting error
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMacaulay committed Oct 25, 2023
1 parent b782d13 commit c377134
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/pages/en/deploying/hosted-service.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ graph init --from-example --product hosted-service <GITHUB_USER>/<SUBGRAPH_NAME>

The example subgraph is based on the Gravity contract by Dani Grant that manages user avatars and emits `NewGravatar` or `UpdateGravatar` events whenever avatars are created or updated. The subgraph handles these events by writing `Gravatar` entities to the Graph Node store and ensuring these are updated according to the events. Continue on to the [subgraph manifest](/developing/creating-a-subgraph#the-subgraph-manifest) to better understand which events from your smart contracts to pay attention to, mappings, and more.


### From a Proxy Contract

To build a subgraph tailored for monitoring a Proxy contract, initialize the subgraph by specifying the address of the implementation contract. Once the initialization process is concluded, the last step involves updating the network name in the subgraph.yaml file to the address of the Proxy contract. You can use the command below.
Expand Down

0 comments on commit c377134

Please sign in to comment.