Skip to content

Releases: lista-dao/lista-dao-contracts

BNB Oracle: query price from resilientOracle

14 Aug 06:33
Compare
Choose a tag to compare

BNB Oracle will be upgraded with a minor change. Before the upgrade it queries the BNB prices from a single oracle source which is ChainLink. After the upgrade, it will query price from the resilient oracle which is more robust and this can avoid single point of failure.

Proxy: 0xf81748d12171De989A5Bbf2d76bf10BFbBaEC596
current implementation: 0x097c2c40a0deff531832a7fdbf1bbb0aa3315bc2

Upgraded slisBNB Oracle to Multi-Oracles

08 Aug 07:14
Compare
Choose a tag to compare

Upgraded slisBNBOracle, so it can query price from the ResilientOracle instead of a single source oracle.

AMO

08 Aug 07:12
9e06aeb
Compare
Choose a tag to compare
AMO

This PR implement dynamic interest rate mechanism which calculate interest rate based on lisUSD price:

power = (peg - price) / beta
rate = rate0 * e^power

in which rate0 and beta are pre-defined value