Skip to content

Commit 9fd0263

Browse files
committed
chore: update issuanceRate on config files to match actual values
Signed-off-by: Tomás Migone <[email protected]>
1 parent 3fe26fa commit 9fd0263

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/graph.goerli.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ contracts:
132132
controller: "${{Controller.address}}"
133133
calls:
134134
- fn: "setIssuanceRate"
135-
issuanceRate: "1000000012184945188" # per block increase of total supply, blocks in a year = 365*60*60*24/13
135+
issuanceRate: "1000000011247641700" # per block increase of total supply, blocks in a year = 365*60*60*24/13
136136
- fn: "setSubgraphAvailabilityOracle"
137137
subgraphAvailabilityOracle: *availabilityOracle
138138
- fn: "syncAllContracts"

config/graph.mainnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ contracts:
132132
controller: "${{Controller.address}}"
133133
calls:
134134
- fn: "setIssuanceRate"
135-
issuanceRate: "1000000012184945188" # per block increase of total supply, blocks in a year = 365*60*60*24/13
135+
issuanceRate: "1000000011247641700" # per block increase of total supply, blocks in a year = 365*60*60*24/13
136136
- fn: "setSubgraphAvailabilityOracle"
137137
subgraphAvailabilityOracle: *availabilityOracle
138138
- fn: "syncAllContracts"

0 commit comments

Comments
 (0)