Skip to content

Commit

Permalink
fix: set issuancePerBlock on goerli config
Browse files Browse the repository at this point in the history
  • Loading branch information
pcarranzav committed Dec 23, 2022
1 parent ce1de68 commit 69e542d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/graph.goerli.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,8 +131,8 @@ contracts:
init:
controller: "${{Controller.address}}"
calls:
- fn: "setIssuanceRate"
issuanceRate: "1000000011247641700" # per block increase of total supply, blocks in a year = 365*60*60*24/13
- fn: "setIssuancePerBlock"
issuancePerBlock: "114155251141552511415" # per block increase of total supply, blocks in a year = 365*60*60*24/12
- fn: "setSubgraphAvailabilityOracle"
subgraphAvailabilityOracle: *availabilityOracle
- fn: "syncAllContracts"
Expand Down

0 comments on commit 69e542d

Please sign in to comment.