forked from l2beat/l2beat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: carl <[email protected]> Co-authored-by: sekuba <[email protected]>
- Loading branch information
1 parent
e105a52
commit 0db74bd
Showing
6 changed files
with
80 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
import { EthereumAddress, UnixTime } from '@l2beat/shared-pure' | ||
import { underReviewL2 } from './templates/underReview' | ||
import { Layer2 } from './types' | ||
|
||
export const kontos: Layer2 = underReviewL2({ | ||
id: 'kontos', | ||
createdAt: new UnixTime(1730718191), | ||
display: { | ||
name: 'Kontos', | ||
slug: 'kontos', | ||
description: | ||
'Kontos is a zero-knowledge based layer-2 account protocol. Its architecture enables users to enjoy numerous multichain features, including gasless transactions and other smart account features.', | ||
purposes: ['Universal'], | ||
category: 'ZK Rollup', | ||
links: { | ||
websites: ['https://kontos.io/'], | ||
apps: ['https://wallet.kontos.io/'], | ||
documentation: ['https://docs.kontos.io/'], | ||
explorers: ['https://explorer.kontos.io/'], | ||
repositories: ['https://twitter.com/kontosio'], | ||
socialMedia: [ | ||
'https://discord.com/invite/zecrey', | ||
'https://x.com/kontosio', | ||
'https://t.me/ZecreyAnnouncement', | ||
'https://kontosio.medium.com/', | ||
], | ||
}, | ||
}, | ||
escrows: [ | ||
{ | ||
address: EthereumAddress('0xc08a7164F9E9d8aB66CcB67D49d6FB116b5808dD'), | ||
sinceTimestamp: new UnixTime(1699939643), | ||
tokens: '*', | ||
chain: 'ethereum', | ||
}, | ||
], | ||
}) |
39 changes: 39 additions & 0 deletions
39
packages/config/src/test/snapshots/kontos.riskView.snapshot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
// kontos riskView didn't change 1 | ||
|
||
{ | ||
dataAvailability: { | ||
description: "This risk is currently under review." | ||
sentiment: "UnderReview" | ||
value: "Under Review" | ||
} | ||
destinationToken: { | ||
description: "This risk is currently under review." | ||
sentiment: "UnderReview" | ||
value: "Under Review" | ||
} | ||
exitWindow: { | ||
description: "This risk is currently under review." | ||
sentiment: "UnderReview" | ||
value: "Under Review" | ||
} | ||
proposerFailure: { | ||
description: "This risk is currently under review." | ||
sentiment: "UnderReview" | ||
value: "Under Review" | ||
} | ||
sequencerFailure: { | ||
description: "This risk is currently under review." | ||
sentiment: "UnderReview" | ||
value: "Under Review" | ||
} | ||
stateValidation: { | ||
description: "This risk is currently under review." | ||
sentiment: "UnderReview" | ||
value: "Under Review" | ||
} | ||
validatedBy: { | ||
description: "This risk is currently under review." | ||
sentiment: "UnderReview" | ||
value: "Under Review" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters