File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
src/plugins/stake-plugins/generic/pluginInfo Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 33## Unreleased (develop)
44
55- added: Add Abstract ETH Layer 2 support
6+ - changed: Force max unstake on Kiln ETH positions
67
78## 4.22.0 (staging)
89
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ const kilnPolicyConfig: Array<StakePolicyConfig<EthereumPooledKilnAdapterConfig>
2121 pluginId : 'holesky' ,
2222 rpcProviderUrls : [ `https://ethereum-holesky-rpc.publicnode.com` , 'https://1rpc.io/holesky' ]
2323 } ,
24+ mustMaxUnstake : true , // TODO: This can be removed once engines have LP token balances
2425 hideUnstakeAndClaimAction : true ,
2526 stakeAssets : [ { pluginId : 'holesky' , currencyCode : 'ETH' } ] ,
2627 rewardAssets : [ { pluginId : 'holesky' , currencyCode : 'ETH' } ]
@@ -43,6 +44,7 @@ const kilnPolicyConfig: Array<StakePolicyConfig<EthereumPooledKilnAdapterConfig>
4344 pluginId : 'ethereum' ,
4445 rpcProviderUrls : [ `https://ethereum-rpc.publicnode.com` , 'https://1rpc.io/eth' ]
4546 } ,
47+ mustMaxUnstake : true , // TODO: This can be removed once engines have LP token balances
4648 hideUnstakeAndClaimAction : true ,
4749 stakeAssets : [ { pluginId : 'ethereum' , currencyCode : 'ETH' } ] ,
4850 rewardAssets : [ { pluginId : 'ethereum' , currencyCode : 'ETH' } ]
You can’t perform that action at this time.
0 commit comments