File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,7 @@ const allContracts = [
2424 'GraphToken' ,
2525 'ServiceRegistry' ,
2626 'Curation' ,
27+ 'SubgraphNFTDescriptor' ,
2728 'GNS' ,
2829 'Staking' ,
2930 'RewardsManager' ,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ contracts:
6262 init :
6363 controller : " ${{Controller.address}}"
6464 bondingCurve : " ${{BancorFormula.address}}"
65- didRegistry : " 0xdca7ef03e98e0dc2b855be647c39abe984fcf21b "
65+ tokenDescriptor : " ${{SubgraphNFTDescriptor.address}} "
6666 calls :
6767 - fn : " approveAll"
6868 Staking :
@@ -89,4 +89,4 @@ contracts:
8989 proxy : true
9090 init :
9191 controller : " ${{Controller.address}}"
92- issuanceRate : " 1000000012184945188" # 3% annual rate (per block increase of total supply, blocks in a year = 365*60*60*24/13)
92+ issuanceRate : " 1000000012184945188" # 3% annual rate (per block increase of total supply, blocks in a year = 365*60*60*24/13)
You can’t perform that action at this time.
0 commit comments