Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1 +1 @@
CELO_PRIVATE_KEY=0xc518ebb1d856a629d691457769c71b31a98ac833c1222e9adde8e4bec70b190f
CELO_PRIVATE_KEY=0x87904685d468b4f8920b30df9bcc073122aa4064ce6ee0ca48224134fa61aea0
18 changes: 18 additions & 0 deletions .env.local
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@

CELO_PRIVATE_KEY=0x87904685d468b4f8920b30df9bcc073122aa4064ce6ee0ca48224134fa61aea0

# Celo Mainnet Configuration
CELO_MAINNET_RPC_URL=https://forno.celo.org

# Contract Addresses (Celo Mainnet)
ASSET_ADDRESS=0x765DE816845861e75A25fCA122bb6898B8B1282a
ATOKEN_ADDRESS=0xBba98352628B0B0c4b40583F593fFCb630935a45
AAVE_PROVIDER_ADDRESS=0x9F7Cf9417D5251C59fE94fB9147feEe1aAd9Cea5

# Deployment Configuration
MAX_USER_DEPOSIT=1000
MAX_TOTAL_DEPOSIT=10000
ASSET_DECIMALS=18

# Optional: Identity verification (set to zero address to skip)
# VERIFIER_ADDRESS=0x0000000000000000000000000000000000000000
5 changes: 5 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@

#dotenv
.env
.env.local

# Compilation output
/dist


# pnpm deploy output
/bundle

Expand All @@ -21,3 +23,6 @@

# Hardhat coverage reports
/coverage

# Deployment output (addresses)
/deployment-addresses.json
4 changes: 0 additions & 4 deletions DEPLOYMENT.MD

This file was deleted.

160 changes: 0 additions & 160 deletions backend/BACKEND_TESTING_QUICK_REFERENCE.md

This file was deleted.

36 changes: 0 additions & 36 deletions backend/check-verification.ts

This file was deleted.

28 changes: 0 additions & 28 deletions backend/lib/verification-store.ts

This file was deleted.

Loading