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 = [
24
24
'GraphToken' ,
25
25
'ServiceRegistry' ,
26
26
'Curation' ,
27
+ 'SubgraphNFTDescriptor' ,
27
28
'GNS' ,
28
29
'Staking' ,
29
30
'RewardsManager' ,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ contracts:
62
62
init :
63
63
controller : " ${{Controller.address}}"
64
64
bondingCurve : " ${{BancorFormula.address}}"
65
- didRegistry : " 0xdca7ef03e98e0dc2b855be647c39abe984fcf21b "
65
+ tokenDescriptor : " ${{SubgraphNFTDescriptor.address}} "
66
66
calls :
67
67
- fn : " approveAll"
68
68
Staking :
@@ -89,4 +89,4 @@ contracts:
89
89
proxy : true
90
90
init :
91
91
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