File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @code4rena/components-library" ,
3
- "version" : " 4.5.10 " ,
3
+ "version" : " 4.5.11 " ,
4
4
"description" : " Code4rena's official components library " ,
5
5
"types" : " ./dist/lib.d.ts" ,
6
6
"exports" : {
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ export enum ContestTileVariant {
8
8
COMPACT_DARK = "COMPACT_DARK"
9
9
}
10
10
11
- export type ContestEcosystem = "Algorand" | "Aptos" | "Blast" | "Cosmos" | "EVM" | "Hyperlink " | "NEAR" | "Polkadot" | "Scroll" | "Sei" | "Solana" | "StarkNet" | "Stellar" | "Sui" | "Other" ;
11
+ export type ContestEcosystem = "Algorand" | "Aptos" | "Blast" | "Cosmos" | "EVM" | "Hyperliquid " | "NEAR" | "Polkadot" | "Scroll" | "Sei" | "Solana" | "StarkNet" | "Stellar" | "Sui" | "Other" ;
12
12
13
13
export type CodingLanguage = "Cairo" | "GO" | "HUFF" | "Ink" | "Move" | "Noir" | "Other" | "Rain" | "Rust" | "Rust evm" | "Solidity" | "Vyper" | "Yul" ;
14
14
You can’t perform that action at this time.
0 commit comments