Skip to content

Commit c09d1a6

Browse files
authored
Merge pull request #9348 from mikrowelt/ankr-staking-info-update
change min amount to 0 and staking token name, added wallet to platfo…
2 parents d84c4d0 + 420fe50 commit c09d1a6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/data/staking-products.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@
651651
"url": "https://assets.ankr.com/staking/smart_contract_security_audit_aeth_beosin.pdf"
652652
}
653653
],
654-
"minEth": 0.5,
654+
"minEth": 0,
655655
"feePercentage": 15,
656656
"tokens": [
657657
{
@@ -660,8 +660,8 @@
660660
"address": "0xD01ef7C0A5d8c432fc2d1a85c66cF2327362E5C6"
661661
},
662662
{
663-
"name": "Ankr Eth2 Reward Bearing Certificate",
664-
"symbol": "aETHc",
663+
"name": "Ankr Staked ETH",
664+
"symbol": "ankrETH",
665665
"address": "0xE95A203B1a91a908F9B9CE46459d101078c2c3cb"
666666
}
667667
],
@@ -670,7 +670,7 @@
670670
"isTrustless": false,
671671
"hasPermissionlessNodes": false,
672672
"pctMajorityClient": 67.94,
673-
"platforms": ["Browser"],
673+
"platforms": ["Browser", "Wallet"],
674674
"ui": ["GUI"],
675675
"socials": {
676676
"telegram": "https://t.me/stkrsupport",

0 commit comments

Comments
 (0)