Instead of requiring the maker and taker fee amounts as configs, fetch them dynamically from the SRA /v2/order_config endpoint. This way, one only needs to specify them in one place instead of two. This also allows the fees to be changed dynamically by the relayer backend.
Instead of requiring the maker and taker fee amounts as configs, fetch them dynamically from the SRA
/v2/order_config
endpoint. This way, one only needs to specify them in one place instead of two. This also allows the fees to be changed dynamically by the relayer backend.