mirror of
https://github.com/uniwhale-io/DefiLlama-yield-server.git
synced 2026-01-12 17:12:21 +08:00
update readme
This commit is contained in:
@@ -31,7 +31,7 @@ interface Pool {
|
||||
```typescript
|
||||
{
|
||||
pool: "0x3ed3b47dd13ec9a98b44e6204a523e766b225811-ethereum", // unique identifier for the pool in the form of: `${ReceivedTokenAddress}-${chain}`.toLowerCase()
|
||||
chain: "Ethereum", // chain where the pool is
|
||||
chain: "Ethereum", // chain where the pool is (needs to match the `name` field in here https://api.llama.fi/chains)
|
||||
project: 'aave', // protocol (using the slug again)
|
||||
symbol: "USDT", // symbol of the tokens in pool, can be a single symbol if pool is single-sided or multiple symbols (eg: USDT-ETH) if it's an LP
|
||||
tvlUsd: 1000.1, // number representing current USD TVL in pool
|
||||
|
||||
Reference in New Issue
Block a user