Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions src/components/icons/staking/bitwise-glyph.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions src/components/icons/staking/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import AuditedIcon from "./audited.svg"
import AvadoGlyphIcon from "./avado-glyph.svg"
import BattleTestedIcon from "./battle-tested.svg"
import BedrockGlyphIcon from "./bedrock-glyph.svg"
import BitwiseGlyphIcon from "./bitwise-glyph.svg"
import BugBountyIcon from "./bug-bounty.svg"
import CautionProductGlyph from "./caution-product-glyph.svg"
import ChainLaboGlyphIcon from "./chain-labo-glyph.svg"
Expand Down Expand Up @@ -54,6 +55,7 @@ export {
AvadoGlyphIcon,
BattleTestedIcon,
BedrockGlyphIcon,
BitwiseGlyphIcon,
BugBountyIcon,
CautionProductGlyph,
ChainLaboGlyphIcon,
Expand Down
42 changes: 42 additions & 0 deletions src/data/staking-products.json
Original file line number Diff line number Diff line change
Expand Up @@ -869,6 +869,48 @@
"eventAction": "Clicked",
"eventName": "Clicked Serenita go to link"
}
},
{
"name": "Bitwise",
"imageName": "Bitwise",
"hue": 210,
"launchDate": "2020-12-01",
"url": "https://www.attestant.io/",
"audits": [
{
"name": "SOC 2 Type II & ISO 27001",
"url": "https://www.attestant.io/certifications/"
},
{
"name": "Dedaub - Batch Validator Depositor",
"url": "https://dedaub.com/audits/ethereum-foundation/ef-batch-validator-depositor-april-02-2025/"
}
],
"minEth": 32,
"additionalStake": null,
"additionalStakeUnit": null,
"monthlyFee": null,
"monthlyFeeUnit": null,
"isFoss": true,
"hasBugBounty": false,
"isTrustless": true,
"isPermissionless": false,
"pctMajorityExecutionClient": 0,
"pctMajorityConsensusClient": 0,
"isSelfCustody": true,
"platforms": ["Browser"],
"ui": ["GUI"],
"socials": {
"twitter": "https://x.com/AttestantIO",
"telegram": "https://t.me/attestant",
"github": "https://github.com/attestantio",
"linkedin": "https://www.linkedin.com/company/attestant"
},
"matomo": {
"eventCategory": "StakingProductCard",
"eventAction": "Clicked",
"eventName": "Clicked Bitwise go to link"
}
}
],
"pools": [
Expand Down