-
Notifications
You must be signed in to change notification settings - Fork 3
/
CODEOWNERS
Validating CODEOWNERS rules...
37 lines (28 loc) · 1.11 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# * @casuwu @gregs @NUnicorn2860 @Schrammel @shanghigh @rrobrms @21Chani
# Bonds UI: @casuwu
# Bonds contract-integeration: @casuwu
apps/cave/components/Bond @casuwu
# LiquidStaking UI: @NUnicorn2860
# LiquidStaking contract-integration: @NUnicorn2860
apps/cave/components/LiquidStaking @NUnicorn2860
# Marketplace UI: @Schrammel
# Marketplace contract-integration: @Schrammel
apps/cave/components/Marketplace @Schrammel
# Swap UI: @greg-schrammel
# Swap contract-integration: @greg-schrammel
apps/cave/components/AMM @greg-schrammel
# Add/Remove Liquidity UI: @Schrammel
# Add/Remove Liquidity contract-integration: @Schrammel
apps/cave/components/Positions @Schrammel
# Dashboard UI: @21Chani
# Dashboard contract-integration: @21Chani
apps/cave/components/Dashboard @21Chani
# Sidebar UI: @NUnicorn2860 @greg-schrammel
# Sidebar contract-integration: @NUnicorn2860
apps/cave/components/Sidebar @NUnicorn2860 @greg-schrammel
# GraphQL and Hasura @rrobrms
apps/cave/graphql @rrobrms
apps/cave/lib/hasura @rrobrms
# Concave UI libraries and hooks: @greg-schrammel
libs @greg-schrammel
apps/cave/hooks @greg-schrammel