Skip to content

chore: update output field#1697

Closed
tyler-tsai wants to merge 2 commits intoDefiLlama:masterfrom
tyler-tsai:chore/update-output-field
Closed

chore: update output field#1697
tyler-tsai wants to merge 2 commits intoDefiLlama:masterfrom
tyler-tsai:chore/update-output-field

Conversation

@tyler-tsai
Copy link
Contributor

@tyler-tsai tyler-tsai commented Jan 20, 2025

Update apy field, there is no APY info display currently

#1697 (comment)

@llamatester
Copy link

Error while running lisusd adapter:

Test Suites: 1 failed, 1 total
Tests: 16 failed, 84 passed, 100 total
Snapshots: 0 total
Time: 0.312 s
Ran all test suites.

Nb of pools: 16
 

Sample pools:
┌─────────┬──────────────────────────────────────────────────┬───────┬──────────┬───────────────┬──────────────────────────────────────────────────┬────────────────────┬────────────────────┬────────────────────┬────────────────────┐
│ (index) │ pool                                             │ chain │ project  │ symbol        │ underlyingTokens                                 │ tvlUsd             │ apyBase            │ apyReward          │ apyBaseBorrow      │
├─────────┼──────────────────────────────────────────────────┼───────┼──────────┼───────────────┼──────────────────────────────────────────────────┼────────────────────┼────────────────────┼────────────────────┼────────────────────┤
│ 0       │ '0xb0b84d294e0c75a6abe60171b70edeb2efd14a1b-bsc' │ 'bsc' │ 'lisusd' │ 'slisBNB'     │ [ '0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B' ] │ 187581803.0226342  │ 16.05348385739054  │ 16.05348385739054  │ 16.05348385739054  │
│ 1       │ '0x7788a3538c5fc7f9c7c8a74eac4c898fc8d87d92-bsc' │ 'bsc' │ 'lisusd' │ 'sUSDX'       │ [ '0x7788A3538C5fc7F9c7C8A74EAC4c898fC8d87d92' ] │ 126435730.39204933 │ 17.092120135744125 │ 17.092120135744125 │ 17.092120135744125 │
│ 2       │ '0xc6f28a668b7c18f921ccba4adc3d8db72bff0fe2-bsc' │ 'bsc' │ 'lisusd' │ 'pumpBTC'     │ [ '0xc6F28a668b7c18F921ccBA4adc3D8db72BFF0FE2' ] │ 20514133.328231238 │ 17.092120135744125 │ 17.092120135744125 │ 17.092120135744125 │
│ 3       │ '0x6c813d1d114d0cabf3f82f9e910bc29fe7f96451-bsc' │ 'bsc' │ 'lisusd' │ 'ETH'         │ [ '0x6C813D1d114d0caBf3F82f9E910BC29fE7f96451' ] │ 12910189.67130098  │ 14.869846517659857 │ 14.869846517659857 │ 14.869846517659857 │
│ 4       │ '0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c-bsc' │ 'bsc' │ 'lisusd' │ 'BTCB'        │ [ '0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c' ] │ 5775451.381803155  │ 14.869846517659857 │ 14.869846517659857 │ 14.869846517659857 │
│ 5       │ '0x80137510979822322193fc997d400d5a6c747bf7-bsc' │ 'bsc' │ 'lisusd' │ 'STONE'       │ [ '0x80137510979822322193fc997d400d5a6c747bf7' ] │ 4007472.374180837  │ 17.092120135744125 │ 17.092120135744125 │ 17.092120135744125 │
│ 6       │ '0xa2e3356610840701bdf5611a53974510ae27e2e1-bsc' │ 'bsc' │ 'lisusd' │ 'wBETH'       │ [ '0xa2E3356610840701BDf5611a53974510Ae27E2e1' ] │ 2220221.171398919  │ 15.980514336529206 │ 15.980514336529206 │ 15.980514336529206 │
│ 7       │ '0x4aae823a6a0b376de6a78e74ecc5b079d38cbcf7-bsc' │ 'bsc' │ 'lisusd' │ 'solvBTC'     │ [ '0x4aae823a6a0b376De6A78e74eCC5b079d38cBCf7' ] │ 1378064.0588095668 │ 17.092120135744125 │ 17.092120135744125 │ 17.092120135744125 │
│ 8       │ '0xc5f0f7b66764f6ec8c8dff7ba683102295e16409-bsc' │ 'bsc' │ 'lisusd' │ 'FDUSD'       │ [ '0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409' ] │ 1015986.4052250675 │ 14.869846517659857 │ 14.869846517659857 │ 14.869846517659857 │
│ 9       │ '0x1346b618dc92810ec74163e4c27004c921d446a5-bsc' │ 'bsc' │ 'lisusd' │ 'SolvBTC.BBN' │ [ '0x1346b618dC92810EC74163e4c27004c921D446a5' ] │ 123214.40022684124 │ 17.092120135744125 │ 17.092120135744125 │ 17.092120135744125 │
└─────────┴──────────────────────────────────────────────────┴───────┴──────────┴───────────────┴──────────────────────────────────────────────────┴────────────────────┴────────────────────┴────────────────────┴────────────────────┘
This adapter contains some pools with <10k TVL, these pools won't be shown in DefiLlama
}

@tyler-tsai tyler-tsai force-pushed the chore/update-output-field branch from abc2202 to e5828ed Compare January 20, 2025 21:49
@llamatester
Copy link

The lisusd adapter exports pools:

Test Suites: 1 passed, 1 total
Tests: 116 passed, 116 total
Snapshots: 0 total
Time: 0.271 s
Ran all test suites.

Nb of pools: 16
 

Sample pools:
┌─────────┬──────────────────────────────────────────────────┬───────┬──────────┬───────────────┬──────────────────────────────────────────────────┬────────────────────┬────────────────────┬────────────────────┬──────────────────────────────────────────────────┬────────────────────┐
│ (index) │ pool                                             │ chain │ project  │ symbol        │ underlyingTokens                                 │ tvlUsd             │ apyBase            │ apyReward          │ rewardTokens                                     │ apyBaseBorrow      │
├─────────┼──────────────────────────────────────────────────┼───────┼──────────┼───────────────┼──────────────────────────────────────────────────┼────────────────────┼────────────────────┼────────────────────┼──────────────────────────────────────────────────┼────────────────────┤
│ 0       │ '0xb0b84d294e0c75a6abe60171b70edeb2efd14a1b-bsc' │ 'bsc' │ 'lisusd' │ 'slisBNB'     │ [ '0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B' ] │ 186983915.2795125  │ 16.05348385739054  │ 16.05348385739054  │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5' ] │ 16.05348385739054  │
│ 1       │ '0x7788a3538c5fc7f9c7c8a74eac4c898fc8d87d92-bsc' │ 'bsc' │ 'lisusd' │ 'sUSDX'       │ [ '0x7788A3538C5fc7F9c7C8A74EAC4c898fC8d87d92' ] │ 126446408.474202   │ 17.092120135744125 │ 17.092120135744125 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5' ] │ 17.092120135744125 │
│ 2       │ '0xc6f28a668b7c18f921ccba4adc3d8db72bff0fe2-bsc' │ 'bsc' │ 'lisusd' │ 'pumpBTC'     │ [ '0xc6F28a668b7c18F921ccBA4adc3D8db72BFF0FE2' ] │ 20390180.835715994 │ 17.092120135744125 │ 17.092120135744125 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5' ] │ 17.092120135744125 │
│ 3       │ '0x6c813d1d114d0cabf3f82f9e910bc29fe7f96451-bsc' │ 'bsc' │ 'lisusd' │ 'ETH'         │ [ '0x6C813D1d114d0caBf3F82f9E910BC29fE7f96451' ] │ 12852988.130665438 │ 14.869846517659857 │ 14.869846517659857 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5' ] │ 14.869846517659857 │
│ 4       │ '0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c-bsc' │ 'bsc' │ 'lisusd' │ 'BTCB'        │ [ '0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c' ] │ 5740554.387486074  │ 14.869846517659857 │ 14.869846517659857 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5' ] │ 14.869846517659857 │
│ 5       │ '0x80137510979822322193fc997d400d5a6c747bf7-bsc' │ 'bsc' │ 'lisusd' │ 'STONE'       │ [ '0x80137510979822322193fc997d400d5a6c747bf7' ] │ 3989716.3535727826 │ 17.092120135744125 │ 17.092120135744125 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5' ] │ 17.092120135744125 │
│ 6       │ '0xa2e3356610840701bdf5611a53974510ae27e2e1-bsc' │ 'bsc' │ 'lisusd' │ 'wBETH'       │ [ '0xa2E3356610840701BDf5611a53974510Ae27E2e1' ] │ 2213894.377906788  │ 15.980514336529206 │ 15.980514336529206 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5' ] │ 15.980514336529206 │
│ 7       │ '0x4aae823a6a0b376de6a78e74ecc5b079d38cbcf7-bsc' │ 'bsc' │ 'lisusd' │ 'solvBTC'     │ [ '0x4aae823a6a0b376De6A78e74eCC5b079d38cBCf7' ] │ 1378064.0588095668 │ 17.092120135744125 │ 17.092120135744125 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5' ] │ 17.092120135744125 │
│ 8       │ '0xc5f0f7b66764f6ec8c8dff7ba683102295e16409-bsc' │ 'bsc' │ 'lisusd' │ 'FDUSD'       │ [ '0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409' ] │ 1015986.4052250675 │ 14.869846517659857 │ 14.869846517659857 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5' ] │ 14.869846517659857 │
│ 9       │ '0x1346b618dc92810ec74163e4c27004c921d446a5-bsc' │ 'bsc' │ 'lisusd' │ 'SolvBTC.BBN' │ [ '0x1346b618dC92810EC74163e4c27004c921D446a5' ] │ 123214.40022684124 │ 17.092120135744125 │ 17.092120135744125 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5' ] │ 17.092120135744125 │
└─────────┴──────────────────────────────────────────────────┴───────┴──────────┴───────────────┴──────────────────────────────────────────────────┴────────────────────┴────────────────────┴────────────────────┴──────────────────────────────────────────────────┴────────────────────┘
This adapter contains some pools with <10k TVL, these pools won't be shown in DefiLlama

@tyler-tsai tyler-tsai force-pushed the chore/update-output-field branch from e5828ed to e2e3315 Compare January 20, 2025 21:58
@llamatester
Copy link

The lisusd adapter exports pools:

Test Suites: 1 passed, 1 total
Tests: 116 passed, 116 total
Snapshots: 0 total
Time: 0.282 s
Ran all test suites.

Nb of pools: 16
 

Sample pools:
┌─────────┬──────────────────────────────────────────────────┬───────┬──────────┬───────────────┬──────────────────────────────────────────────────┬────────────────────┬────────────────────┬────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────┐
│ (index) │ pool                                             │ chain │ project  │ symbol        │ underlyingTokens                                 │ tvlUsd             │ apyBase            │ apyReward          │ rewardTokens                                                                                   │ apyBaseBorrow      │
├─────────┼──────────────────────────────────────────────────┼───────┼──────────┼───────────────┼──────────────────────────────────────────────────┼────────────────────┼────────────────────┼────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────┤
│ 0       │ '0xb0b84d294e0c75a6abe60171b70edeb2efd14a1b-bsc' │ 'bsc' │ 'lisusd' │ 'slisBNB'     │ [ '0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B' ] │ 186436488.1811038  │ 16.05348385739054  │ 16.05348385739054  │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 16.05348385739054  │
│ 1       │ '0x7788a3538c5fc7f9c7c8a74eac4c898fc8d87d92-bsc' │ 'bsc' │ 'lisusd' │ 'sUSDX'       │ [ '0x7788A3538C5fc7F9c7C8A74EAC4c898fC8d87d92' ] │ 126433512.75336611 │ 17.092120135744125 │ 17.092120135744125 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 17.092120135744125 │
│ 2       │ '0xc6f28a668b7c18f921ccba4adc3d8db72bff0fe2-bsc' │ 'bsc' │ 'lisusd' │ 'pumpBTC'     │ [ '0xc6F28a668b7c18F921ccBA4adc3D8db72BFF0FE2' ] │ 20325653.296671078 │ 17.092120135744125 │ 17.092120135744125 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 17.092120135744125 │
│ 3       │ '0x6c813d1d114d0cabf3f82f9e910bc29fe7f96451-bsc' │ 'bsc' │ 'lisusd' │ 'ETH'         │ [ '0x6C813D1d114d0caBf3F82f9E910BC29fE7f96451' ] │ 12778149.91503327  │ 14.869846517659857 │ 14.869846517659857 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 14.869846517659857 │
│ 4       │ '0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c-bsc' │ 'bsc' │ 'lisusd' │ 'BTCB'        │ [ '0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c' ] │ 5722387.611508829  │ 14.869846517659857 │ 14.869846517659857 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 14.869846517659857 │
│ 5       │ '0x80137510979822322193fc997d400d5a6c747bf7-bsc' │ 'bsc' │ 'lisusd' │ 'STONE'       │ [ '0x80137510979822322193fc997d400d5a6c747bf7' ] │ 3966485.704812788  │ 17.092120135744125 │ 17.092120135744125 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 17.092120135744125 │
│ 6       │ '0xa2e3356610840701bdf5611a53974510ae27e2e1-bsc' │ 'bsc' │ 'lisusd' │ 'wBETH'       │ [ '0xa2E3356610840701BDf5611a53974510Ae27E2e1' ] │ 2199342.971776975  │ 15.980514336529206 │ 15.980514336529206 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 15.980514336529206 │
│ 7       │ '0x4aae823a6a0b376de6a78e74ecc5b079d38cbcf7-bsc' │ 'bsc' │ 'lisusd' │ 'solvBTC'     │ [ '0x4aae823a6a0b376De6A78e74eCC5b079d38cBCf7' ] │ 1378064.0588095668 │ 17.092120135744125 │ 17.092120135744125 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 17.092120135744125 │
│ 8       │ '0xc5f0f7b66764f6ec8c8dff7ba683102295e16409-bsc' │ 'bsc' │ 'lisusd' │ 'FDUSD'       │ [ '0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409' ] │ 1015986.4052250675 │ 14.869846517659857 │ 14.869846517659857 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 14.869846517659857 │
│ 9       │ '0x1346b618dc92810ec74163e4c27004c921d446a5-bsc' │ 'bsc' │ 'lisusd' │ 'SolvBTC.BBN' │ [ '0x1346b618dC92810EC74163e4c27004c921D446a5' ] │ 123214.40022684124 │ 17.092120135744125 │ 17.092120135744125 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 17.092120135744125 │
└─────────┴──────────────────────────────────────────────────┴───────┴──────────┴───────────────┴──────────────────────────────────────────────────┴────────────────────┴────────────────────┴────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────┘
This adapter contains some pools with <10k TVL, these pools won't be shown in DefiLlama

@slasher125
Copy link
Collaborator

why is apyBase = apyReward?

@llamatester
Copy link

The lisusd adapter exports pools:

Test Suites: 1 passed, 1 total
Tests: 116 passed, 116 total
Snapshots: 0 total
Time: 0.339 s
Ran all test suites.

Nb of pools: 16
 

Sample pools:
┌─────────┬──────────────────────────────────────────────────┬───────┬──────────┬───────────────┬──────────────────────────────────────────────────┬────────────────────┬────────────────────┬────────────────────────────────────────────────────────────────────────────────────────────────┬────────────────────┐
│ (index) │ pool                                             │ chain │ project  │ symbol        │ underlyingTokens                                 │ tvlUsd             │ apyReward          │ rewardTokens                                                                                   │ apyBaseBorrow      │
├─────────┼──────────────────────────────────────────────────┼───────┼──────────┼───────────────┼──────────────────────────────────────────────────┼────────────────────┼────────────────────┼────────────────────────────────────────────────────────────────────────────────────────────────┼────────────────────┤
│ 0       │ '0xb0b84d294e0c75a6abe60171b70edeb2efd14a1b-bsc' │ 'bsc' │ 'lisusd' │ 'slisBNB'     │ [ '0xB0b84D294e0C75A6abe60171b70edEb2EFd14A1B' ] │ 164383196.48120418 │ 15.706444383281726 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 15.706444383281726 │
│ 1       │ '0x7788a3538c5fc7f9c7c8a74eac4c898fc8d87d92-bsc' │ 'bsc' │ 'lisusd' │ 'sUSDX'       │ [ '0x7788A3538C5fc7F9c7C8A74EAC4c898fC8d87d92' ] │ 126517932.15452912 │ 17.08397199764329  │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 17.08397199764329  │
│ 2       │ '0xc6f28a668b7c18f921ccba4adc3d8db72bff0fe2-bsc' │ 'bsc' │ 'lisusd' │ 'pumpBTC'     │ [ '0xc6F28a668b7c18F921ccBA4adc3D8db72BFF0FE2' ] │ 20830931.71299186  │ 17.08397199764329  │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 17.08397199764329  │
│ 3       │ '0x6c813d1d114d0cabf3f82f9e910bc29fe7f96451-bsc' │ 'bsc' │ 'lisusd' │ 'ETH'         │ [ '0x6C813D1d114d0caBf3F82f9E910BC29fE7f96451' ] │ 12897192.402750533 │ 14.873815320445605 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 14.873815320445605 │
│ 4       │ '0x7130d2a12b9bcbfae4f2634d864a1ee1ce3ead9c-bsc' │ 'bsc' │ 'lisusd' │ 'BTCB'        │ [ '0x7130d2A12B9BCbFAe4f2634d864A1Ee1Ce3Ead9c' ] │ 5864448.79732803   │ 14.635960195698772 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 14.635960195698772 │
│ 5       │ '0x80137510979822322193fc997d400d5a6c747bf7-bsc' │ 'bsc' │ 'lisusd' │ 'STONE'       │ [ '0x80137510979822322193fc997d400d5a6c747bf7' ] │ 4003832.4257269274 │ 17.10311503564659  │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 17.10311503564659  │
│ 6       │ '0xa2e3356610840701bdf5611a53974510ae27e2e1-bsc' │ 'bsc' │ 'lisusd' │ 'wBETH'       │ [ '0xa2E3356610840701BDf5611a53974510Ae27E2e1' ] │ 2217609.4402607493 │ 15.987978971967953 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 15.987978971967953 │
│ 7       │ '0x4aae823a6a0b376de6a78e74ecc5b079d38cbcf7-bsc' │ 'bsc' │ 'lisusd' │ 'solvBTC'     │ [ '0x4aae823a6a0b376De6A78e74eCC5b079d38cBCf7' ] │ 1352478.4432919389 │ 17.10311503564659  │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 17.10311503564659  │
│ 8       │ '0xc5f0f7b66764f6ec8c8dff7ba683102295e16409-bsc' │ 'bsc' │ 'lisusd' │ 'FDUSD'       │ [ '0xc5f0f7b66764F6ec8C8Dff7BA683102295E16409' ] │ 1016739.522882099  │ 14.873815320445605 │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 14.873815320445605 │
│ 9       │ '0x1346b618dc92810ec74163e4c27004c921d446a5-bsc' │ 'bsc' │ 'lisusd' │ 'SolvBTC.BBN' │ [ '0x1346b618dC92810EC74163e4c27004c921D446a5' ] │ 126344.78704999384 │ 17.10311503564659  │ [ '0x0782b6d8c4551B9760e74c0545a9bCD90bdc41E5', '0xFceB31A79F71AC9CBDCF853519c1b12D379EdC46' ] │ 17.10311503564659  │
└─────────┴──────────────────────────────────────────────────┴───────┴──────────┴───────────────┴──────────────────────────────────────────────────┴────────────────────┴────────────────────┴────────────────────────────────────────────────────────────────────────────────────────────────┴────────────────────┘
This adapter contains some pools with <10k TVL, these pools won't be shown in DefiLlama

@tyler-tsai
Copy link
Contributor Author

Removed apyBase.
I thought we had to sum the APY manually.

@tyler-tsai
Copy link
Contributor Author

tyler-tsai commented Jan 21, 2025

Will it sum to APY column automatically?

image

@slasher125
Copy link
Collaborator

there are few issues here:

  • apyReward needs to be removed too, its just the borrow apy we keep, unless i misunderstand
  • the reason the borrow values currently are currently missing from the ui is because you need to provide additional information in the adapter, in particular:totalSupplyUsd, totalBorrowUsd, debtCeilingUsd, mintedCoin, ltv (pls see makerdaos adapter as an example)

@tyler-tsai
Copy link
Contributor Author

Got it, I will close this issue and reopen it when the code is ready, Thanks

@tyler-tsai tyler-tsai closed this Jan 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants