Skip to content

Commit 0719e54

Browse files
committed
chore: update deployment script to initialize the new GNS
1 parent f31b65f commit 0719e54

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

cli/commands/migrate.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ const allContracts = [
2424
'GraphToken',
2525
'ServiceRegistry',
2626
'Curation',
27+
'SubgraphNFTDescriptor',
2728
'GNS',
2829
'Staking',
2930
'RewardsManager',

graph.config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)