graphprotocol / graph-network-subgraph

The subgraph, the smart contracts, the tests, and documents for the Graph Explorer Decentralized Application
MIT License
70 stars 45 forks source link

Make ethereumDIDRegistry configurable per chain #202

Closed juanmardefago closed 1 year ago

juanmardefago commented 1 year ago

In the past, all networks had the same contract address for the ethereumDIDRegistry that we were using, and thus, the address was hardcoded. Now it's using the same address as stated in the contract package in each of the different chains, to accommodate for different deployments.