Skip to content

Commit 4e2872b

Browse files
committed
fix: set flat bonding curve in all L2 configs
1 parent 43e719b commit 4e2872b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

config/graph.arbitrum-localhost.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ contracts:
6666
controller: "${{Controller.address}}"
6767
bondingCurve: "${{BancorFormula.address}}"
6868
curationTokenMaster: "${{GraphCurationToken.address}}"
69-
reserveRatio: 500000 # in parts per million
69+
reserveRatio: 1000000 # in parts per million
7070
curationTaxPercentage: 10000 # in parts per million
7171
minimumCurationDeposit: "1000000000000000000" # in wei
7272
calls:

config/graph.arbitrum-one.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ contracts:
6666
controller: "${{Controller.address}}"
6767
bondingCurve: "${{BancorFormula.address}}"
6868
curationTokenMaster: "${{GraphCurationToken.address}}"
69-
reserveRatio: 500000 # in parts per million
69+
reserveRatio: 1000000 # in parts per million
7070
curationTaxPercentage: 10000 # in parts per million
7171
minimumCurationDeposit: "1000000000000000000" # in wei
7272
calls:

0 commit comments

Comments
 (0)