File tree Expand file tree Collapse file tree 3 files changed +37
-0
lines changed Expand file tree Collapse file tree 3 files changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -25,6 +25,7 @@ import Bloxstaking from "../../assets/staking/bloxstaking-glyph.svg"
25
25
import Dappnode from "../../assets/staking/dappnode-glyph.svg"
26
26
import DefaultOpenSource from "../../assets/staking/default-open-source-glyph.svg"
27
27
import Docker from "../../assets/staking/docker-icon.svg"
28
+ import Kiln from "../../assets/staking/kiln-glyph.svg"
28
29
import Lido from "../../assets/staking/lido-glyph.svg"
29
30
import RocketPool from "../../assets/staking/rocket-pool-glyph.svg"
30
31
import Stafi from "../../assets/staking/stafi-glyph.svg"
@@ -173,6 +174,7 @@ const getSvgFromPath = (
173
174
"dappnode-glyph.svg" : Dappnode ,
174
175
"docker-icon.svg" : Docker ,
175
176
"default-open-source-glyph.svg" : DefaultOpenSource ,
177
+ "kiln-glyph.svg" : Kiln ,
176
178
"lido-glyph.svg" : Lido ,
177
179
"rocket-pool-glyph.svg" : RocketPool ,
178
180
"stafi-glyph.svg" : Stafi ,
Original file line number Diff line number Diff line change 253
253
}
254
254
],
255
255
"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
+ },
256
287
{
257
288
"name" : " Allnodes" ,
258
289
"svgPath" : " allnodes-glyph.svg" ,
You can’t perform that action at this time.
0 commit comments