Skip to content

Commit 125e4ce

Browse files
authored
Merge pull request #7170 from ethereum/kiln-saas
Kiln (kiln.fi) SaaS provider listing [Closes #6447]
2 parents 4f42ce1 + 5675375 commit 125e4ce

File tree

3 files changed

+37
-0
lines changed

3 files changed

+37
-0
lines changed

src/assets/staking/kiln-glyph.svg

Lines changed: 4 additions & 0 deletions
Loading

src/components/Staking/StakingProductsCardGrid.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ import Bloxstaking from "../../assets/staking/bloxstaking-glyph.svg"
2525
import Dappnode from "../../assets/staking/dappnode-glyph.svg"
2626
import DefaultOpenSource from "../../assets/staking/default-open-source-glyph.svg"
2727
import Docker from "../../assets/staking/docker-icon.svg"
28+
import Kiln from "../../assets/staking/kiln-glyph.svg"
2829
import Lido from "../../assets/staking/lido-glyph.svg"
2930
import RocketPool from "../../assets/staking/rocket-pool-glyph.svg"
3031
import Stafi from "../../assets/staking/stafi-glyph.svg"
@@ -173,6 +174,7 @@ const getSvgFromPath = (
173174
"dappnode-glyph.svg": Dappnode,
174175
"docker-icon.svg": Docker,
175176
"default-open-source-glyph.svg": DefaultOpenSource,
177+
"kiln-glyph.svg": Kiln,
176178
"lido-glyph.svg": Lido,
177179
"rocket-pool-glyph.svg": RocketPool,
178180
"stafi-glyph.svg": Stafi,

src/data/staking-products.json

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,37 @@
253253
}
254254
],
255255
"saas": [
256+
{
257+
"name": "Kiln",
258+
"svgPath": "kiln-glyph.svg",
259+
"hue": 20,
260+
"launchDate": "2021-03-01",
261+
"url": "https://www.kiln.fi/",
262+
"audits": [],
263+
"minEth": 32,
264+
"additionalStake": null,
265+
"additionalStakeUnit": null,
266+
"monthlyFee": 8,
267+
"monthlyFeeUnit": "%",
268+
"isFoss": false,
269+
"hasBugBounty": false,
270+
"isTrustless": false,
271+
"isPermissionless": false,
272+
"pctMajorityClient": null,
273+
"isSelfCustody": false,
274+
"platforms": ["Browser"],
275+
"ui": ["GUI"],
276+
"socials": {
277+
"linkedin": "https://www.linkedin.com/company/28150174",
278+
"twitter": "https://twitter.com/Kiln_finance",
279+
"github": "https://github.com/kilnfi/"
280+
},
281+
"matomo": {
282+
"eventCategory": "StakingProductCard",
283+
"eventAction": "Clicked",
284+
"eventName": "Clicked Kiln (saas) go to link"
285+
}
286+
},
256287
{
257288
"name": "Allnodes",
258289
"svgPath": "allnodes-glyph.svg",

0 commit comments

Comments
 (0)