Skip to content

Commit 70ddbaa

Browse files
committed
gas adjustments
1 parent 00e75e3 commit 70ddbaa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contract.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,13 +106,13 @@ export const gas = {
106106
iearn: {
107107
deposit: x => (225377*x + 522674)*1.5,
108108
withdraw: 3500000,
109-
withdrawShare: 1600000,
109+
withdrawShare: 3000000,
110110
withdrawImbalance: x => (276069*x + 516861)*2.5,
111111
},
112112
busd: {
113113
deposit: x => (225377*x + 522674)*1.5,
114114
withdraw: 3500000,
115-
withdrawShare: 1600000,
115+
withdrawShare: 3000000,
116116
withdrawImbalance: x => (276069*x + 516861)*2.5,
117117
}
118118
}

0 commit comments

Comments
 (0)