icon-project / icon-bridge

The centralized bridge of ICON
Apache License 2.0
21 stars 15 forks source link

bug(bts): Missing get_fee ratio method in Near BTS #800

Closed hemz10 closed 1 year ago

hemz10 commented 1 year ago

Overview

Method to get fee ratio by passing coin_name as argument is missing in NEAR BTS contract

Expected Behavior

get_fee_ratio is expected to be present in the contract which takes coin_name as argument and returns feeNumerator, fixedFee and err.