Skip to content

[fix] Use "." in Savers Endpoint Asset

Ursa (9R) requested to merge ursa/savers into develop

I believe the intent in #1422 (closed) was to use the . notation in the asset address for the savers so it matches the pool.

Before: http://localhost:1317/thorchain/pool/bnb_bnb/savers
 After: http://localhost:1317/thorchain/pool/bnb.bnb/savers

Merge request reports