sora-xor / sora2-network

SORA is a new economic system aimed at creating a supranational, world economic system with built-in tools for decentralized finance (DeFi). The SORA network implements a new way of parachain architecture on Polkadot and Kusama network, with the capability to bridge external blockchains (like Ethereum) to the Polkadot ecosystem.
Other
50 stars 22 forks source link

feature(kensetsu): improve rate precision #1088

Open Alexey-N-Chernyshov opened 3 weeks ago

Alexey-N-Chernyshov commented 3 weeks ago

Improves stability fee rate precision.

This feature requires change on frontend, in sora2-substrate-js-library/packages/util/src/kensetsu/index.ts, function updateCollateralInterestCoefficient, function now returned value should be changed from ms to seconds (divide by 1000).

Alexey-N-Chernyshov commented 2 weeks ago

Let's keep it for the next release, our frontend is overloaded with tasks.