v0.2.0 Monterrey β°οΈ
[DEPRECATED] - All address were updated for version v0.2.1
.
Patch Halborn 01
Hardfork for stAUR π.
[DEPRECATED] Addresses of the deployed contracts:
- AuroraToken π: ----- 0x8BEc47865aDe3B172A928df8f990Bc7f2A3b9f79
- AuroraPlus: --------- 0xccc2b1aD21666A5847A804a73a41F904C4a4A0Ec
- StakingManager: ----- 0x0db2E0AF08757b1a50768a59C27D3EEE716809c0
- Depositor 00: ------- 0xa1B107aF89c773e73F3cb796368953566e6D9Cd1
- Depositor 01: ------- 0xF86100ce765cAE7E6C2aBD1e7555924677EFf7C7
- StakedAuroraVault: -- 0x2262148E0d327Fa4bcC7882c0f2Bb2D4139Cd0E7
- LiquidityPool: ------ 0x4162858459aE2B949Bc24d5383e33963A46CBB63
- ERC4626Router: ------ 0x21DEe40eFebB1F68D58FC2e2b6a0d2D0c7e87403
Consider using the ERC4626Router
to avoid slippage. βοΈ
Difference in the logic with the legacy stAUR implementation:
- the
stAUR
token is π ββοΈ NOT whitelistable:./contracts/utils/Whitelistable.sol
. - the
stAUR
token is π NOT burnable π₯. - a new function
completeDelayUnstake()
to withdraw the staked tokens that completed the 2 day period. - now, the
redeem()
andwithdraw()
functions start the delay unstake.