Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronmgdr authored Aug 19, 2024
2 parents 01d8d9f + 8008e59 commit 99a9aab
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,8 @@ jobs:
yarn run prettier
CHANGES=$(git status -s)
if [[ ! -z $CHANGES ]]; then
echo "Changes found: $CHANGES"
echo "Changes found"
git diff
exit 1
fi
Expand Down
3 changes: 2 additions & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

yarn lint-staged
yarn lint-staged
yarn prettier
Binary file added public/logos/delegatees/LuukDAO.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/config/delegates.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,18 @@
"interests": ["Technology", "Development", "Community", "Innovation"],
"description": "Hello, Celo Community! I am an experienced web3 developer deeply committed to the Celo ecosystem. With a strong background in blockchain technology and a passion for innovative solutions, I've been actively contributing to various web3 projects. I firmly believe in Celo's vision of creating a more accessible and inclusive financial system. My goal is to contribute to Celo's growth while ensuring that our decisions align with the best interests of both the technology and the community it serves."
},
"0x31cd90C2788f3e390d2Bb72871f5aD3F1a4B22a1": {
"name": "LuukDAO",
"address": "0x31cd90C2788f3e390d2Bb72871f5aD3F1a4B22a1",
"logoUri": "/logos/delegatees/Luukdao.jpeg",
"date": "2024-08-12",
"links": {
"website": "https://forum.celo.org/t/steward-thread-luukdao/7460",
"twitter": "https://twitter.com/LuukDAO"
},
"interests": ["ReFi", "Stablecoins", "DeFi", "Public Goods", "Superchain"],
"description": "I’m committed entirely to enabling Regeneration at scale and wholeheartedly believe Celo’s vision to build a digital economy that creates conditions for all is a foundation required to realize my mission. As a Celo Builder, I want to support Celo’s development and good governance, and believe my experience as a Web3 delegate and founder can help progress Celo. I have 5+ years of experience participating in leading DAOs, including PrimeDAO, BalancerDAO, SafeDAO, and Optimism."
},
"0xC20F4412fa84b33e0f3657113736F229a811A285": {
"name": "iamoracle",
"address": "0xC20F4412fa84b33e0f3657113736F229a811A285",
Expand Down

0 comments on commit 99a9aab

Please sign in to comment.