Skip to content
Merged
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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,20 +24,22 @@ Frontend interface for the lending protocol built for DeFiGeek Community (DFGC).
## Setup

1. Clone the repository:

```bash
git clone https://github.com/DeFiGeek-Community/comet-interface
cd comet-interface
```

2. Install dependencies:

```bash
npm install
# or
yarn install
```

3. Configure environment variables:
Copy `.env.example` to `.env` and set up the following environment variables:
Copy `.env.example` to `.env` and set up the following environment variables:

```bash
# Alchemy Project Key
Expand All @@ -51,11 +53,13 @@ NEXT_PUBLIC_INFURA_ID=your_infura_id
```

You can obtain the API keys from:

- Alchemy: https://www.alchemy.com/
- WalletConnect: https://cloud.walletconnect.com/
- Infura: https://www.infura.io/

4. Start the development server:

```bash
npm run dev
# or
Expand Down
15 changes: 15 additions & 0 deletions constants/pools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,21 @@ export const POOL_CONFIG_MAP: PoolConfigMap = {
LiquidationPenalty: 1.5,
supplyCap: 50000000,
},
{
name: "Yamawake DAO Token",
symbol: "YMWK",
address: "0x15Dac05C93e1c5F31a29547340997BA9f6ec4F87",
decimals: 18,
color: "#627EEA",
logoURL: "/tokens/YMWK.png",
priceFeed: "0x3c9FA87022De40bBCc1B3320D2996f7Df2d4fE34",
priceFeedDecimals: 8,
borrowCollateralFactor: 60,
liquidateCollateralFactor: 70,
liquidationFactor: 80,
LiquidationPenalty: 20,
supplyCap: 250000000,
},
],
},
[SupportedPoolName[SupportedChainId.MAINNET].USDC]: {
Expand Down
Binary file added public/tokens/YMWK.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.