File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ interface CurvePool:
29
29
def fee_gamma () -> uint256 : view
30
30
def gamma () -> uint256 : view
31
31
def get_virtual_price () -> uint256 : view
32
- def ma_half_time () -> uint256 : view
32
+ def ma_time () -> uint256 : view
33
33
def mid_fee () -> uint256 : view
34
34
def out_fee () -> uint256 : view
35
35
def virtual_price () -> uint256 : view
@@ -390,7 +390,7 @@ def get_pool_params(_pool: address) -> uint256[20]:
390
390
pool_params[3 ] = CurvePool (_pool).allowed_extra_profit ()
391
391
pool_params[4 ] = CurvePool (_pool).fee_gamma ()
392
392
pool_params[5 ] = CurvePool (_pool).adjustment_step ()
393
- pool_params[6 ] = CurvePool (_pool).ma_half_time ()
393
+ pool_params[6 ] = CurvePool (_pool).ma_time ()
394
394
return pool_params
395
395
396
396
You can’t perform that action at this time.
0 commit comments