Skip to content

add v2 liquidity and plume #14824

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 3, 2025
Merged

Conversation

LpcAries
Copy link
Contributor

The code update introduces support for iZiswap’s v2 liquidity (referred to as “classic”) and adds configuration for the Plume chain.

@llamabutler
Copy link

The adapter at projects/izumi-iziswap exports TVL:

taiko                     99.97 M
hemi                      62.56 M
zeta                      1.73 M
linea                     1.46 M
era                       1.20 M
scroll                    480.68 k
gravity                   448.48 k
iotex                     321.44 k
base                      309.39 k
bob                       248.59 k
manta                     219.18 k
bsc                       188.36 k
xlayer                    147.97 k
kroma                     117.28 k
ultron                    80.86 k
mantle                    58.41 k
zkfair                    33.70 k
mode                      33.35 k
kava                      28.05 k
zklink                    26.94 k
core                      7.61 k
arbitrum                  5.61 k
ontology_evm              4.67 k
blast                     3.13 k
aurora                    1.70 k
morph                     1.38 k
plume_mainnet             224
polygon                   81
meter                     13
ethereum                  8
cronos                    2

total                    169.69 M 

RPC request count per chain
┌───────────────┬────────┐
│ (index)       │ Values │
├───────────────┼────────┤
│ ultron        │ 5      │
│ aurora        │ 7      │
│ arbitrum      │ 5      │
│ cronos        │ 2      │
│ kava          │ 5      │
│ zklink        │ 5      │
│ gravity       │ 2      │
│ mode          │ 6      │
│ kroma         │ 6      │
│ base          │ 6      │
│ taiko         │ 6      │
│ era           │ 15     │
│ bob           │ 6      │
│ mantle        │ 8      │
│ morph         │ 5      │
│ hemi          │ 5      │
│ blast         │ 5      │
│ meter         │ 6      │
│ polygon       │ 5      │
│ ethereum      │ 2      │
│ bsc           │ 11     │
│ linea         │ 7      │
│ ontology_evm  │ 15     │
│ zkfair        │ 5      │
│ core          │ 2      │
│ zeta          │ 7      │
│ iotex         │ 5      │
│ manta         │ 11     │
│ scroll        │ 10     │
│ xlayer        │ 7      │
│ plume_mainnet │ 11     │
└───────────────┴────────┘

@noateden noateden self-assigned this May 28, 2025
@noateden
Copy link
Contributor

hi @LpcAries thanks for the PR. can you pls make another listing for iZiswap v2 like iziswap-classic or iziswap-v2 instead of merge with current adapter like this

@llamabutler
Copy link

The adapter at projects/izumi-iziswap exports TVL:

taiko                     106.22 M
hemi                      8.45 M
zeta                      1.55 M
linea                     1.42 M
era                       1.10 M
scroll                    454.83 k
gravity                   397.68 k
iotex                     325.97 k
base                      306.72 k
bob                       235.19 k
manta                     225.57 k
bsc                       185.02 k
kroma                     116.70 k
xlayer                    110.37 k
ultron                    86.85 k
mantle                    57.46 k
zkfair                    33.21 k
mode                      32.52 k
kava                      27.45 k
zklink                    26.24 k
core                      6.78 k
arbitrum                  5.45 k
ontology_evm              4.33 k
blast                     3.10 k
aurora                    1.69 k
morph                     1.37 k
meter                     265
plume_mainnet             134
polygon                   79
ethereum                  8
cronos                    2

total                    121.39 M 

RPC request count per chain
┌───────────────┬────────┐
│ (index)       │ Values │
├───────────────┼────────┤
│ era           │ 15     │
│ cronos        │ 2      │
│ polygon       │ 5      │
│ ultron        │ 5      │
│ scroll        │ 10     │
│ ontology_evm  │ 15     │
│ mode          │ 6      │
│ meter         │ 3      │
│ arbitrum      │ 5      │
│ zkfair        │ 5      │
│ taiko         │ 6      │
│ ethereum      │ 2      │
│ bsc           │ 11     │
│ gravity       │ 2      │
│ zklink        │ 5      │
│ kava          │ 5      │
│ iotex         │ 5      │
│ blast         │ 5      │
│ base          │ 6      │
│ hemi          │ 5      │
│ zeta          │ 7      │
│ manta         │ 11     │
│ core          │ 2      │
│ bob           │ 6      │
│ morph         │ 5      │
│ linea         │ 7      │
│ aurora        │ 7      │
│ xlayer        │ 7      │
│ kroma         │ 6      │
│ mantle        │ 8      │
│ plume_mainnet │ 6      │
└───────────────┴────────┘

@llamabutler
Copy link

The adapter at projects/izumi-iziswap-v2 exports TVL:

plume_mainnet             123

total                    122.7663604987151 

@LpcAries
Copy link
Contributor Author

LpcAries commented Jun 3, 2025

hi @LpcAries thanks for the PR. can you pls make another listing for iZiswap v2 like iziswap-classic or iziswap-v2 instead of merge with current adapter like this

The latest code has submitted iziswap-v2 as a separate adapter. Could you display the v2 section as a sub-label under iZUMi Finance on the frontend, similar to how liquidbox is shown?

@noateden
Copy link
Contributor

noateden commented Jun 3, 2025

@LpcAries, yes! that what I'm trying to do
can you pls use our uniTVL helper for v2 adapter? like this, it supports blacklist tokens too:
https://github.com/DefiLlama/DefiLlama-Adapters/blob/main/projects/katana-ronin.js

@llamabutler
Copy link

The adapter at projects/izumi-iziswap exports TVL:

taiko                     101.66 M
hemi                      8.43 M
zeta                      1.55 M
linea                     1.42 M
era                       1.09 M
scroll                    453.30 k
gravity                   397.60 k
iotex                     322.99 k
base                      306.99 k
bob                       234.23 k
manta                     223.88 k
bsc                       184.60 k
kroma                     116.69 k
xlayer                    109.93 k
ultron                    84.96 k
mantle                    57.36 k
zkfair                    33.28 k
mode                      32.45 k
kava                      27.21 k
zklink                    26.23 k
core                      6.76 k
arbitrum                  5.46 k
ontology_evm              4.31 k
blast                     3.09 k
aurora                    1.68 k
morph                     1.37 k
meter                     265
plume_mainnet             134
polygon                   78
ethereum                  8
cronos                    2

total                    116.78 M 

RPC request count per chain
┌───────────────┬────────┐
│ (index)       │ Values │
├───────────────┼────────┤
│ aurora        │ 7      │
│ cronos        │ 2      │
│ bsc           │ 11     │
│ era           │ 15     │
│ core          │ 2      │
│ meter         │ 3      │
│ ethereum      │ 2      │
│ ultron        │ 5      │
│ zkfair        │ 5      │
│ kava          │ 5      │
│ polygon       │ 5      │
│ arbitrum      │ 5      │
│ zklink        │ 5      │
│ iotex         │ 5      │
│ gravity       │ 2      │
│ mode          │ 6      │
│ hemi          │ 5      │
│ taiko         │ 6      │
│ scroll        │ 10     │
│ mantle        │ 8      │
│ kroma         │ 6      │
│ zeta          │ 7      │
│ xlayer        │ 7      │
│ blast         │ 5      │
│ linea         │ 7      │
│ manta         │ 11     │
│ base          │ 6      │
│ bob           │ 6      │
│ ontology_evm  │ 15     │
│ morph         │ 5      │
│ plume_mainnet │ 6      │
└───────────────┴────────┘

@llamabutler
Copy link

The adapter at projects/izumi-iziswap-v2 exports TVL:

plume_mainnet             123

total                    122.74189735656083 

@LpcAries
Copy link
Contributor Author

LpcAries commented Jun 3, 2025

@LpcAries, yes! that what I'm trying to do can you pls use our uniTVL helper for v2 adapter? like this, it supports blacklist tokens too: https://github.com/DefiLlama/DefiLlama-Adapters/blob/main/projects/katana-ronin.js

Thanks for the suggestion. The code has been updated.

@noateden
Copy link
Contributor

noateden commented Jun 3, 2025

@LpcAries pls remove unused help file. next time pls allow maintainer to edit so we can make changes for better

@LpcAries
Copy link
Contributor Author

LpcAries commented Jun 3, 2025

@LpcAries pls remove unused help file. next time pls allow maintainer to edit so we can make changes for better

done

@llamabutler
Copy link

The adapter at projects/izumi-iziswap exports TVL:

taiko                     105.75 M
hemi                      8.43 M
zeta                      1.55 M
linea                     1.42 M
era                       1.10 M
scroll                    454.61 k
gravity                   400.47 k
iotex                     323.13 k
base                      307.96 k
bob                       234.11 k
manta                     224.34 k
bsc                       184.80 k
kroma                     117.03 k
xlayer                    109.94 k
ultron                    84.96 k
mantle                    57.54 k
zkfair                    33.28 k
mode                      32.60 k
kava                      27.49 k
zklink                    26.27 k
core                      6.76 k
arbitrum                  5.47 k
ontology_evm              4.33 k
blast                     3.10 k
aurora                    1.68 k
morph                     1.37 k
meter                     265
plume_mainnet             130
polygon                   79
ethereum                  8
cronos                    2

total                    120.88 M 

RPC request count per chain
┌───────────────┬────────┐
│ (index)       │ Values │
├───────────────┼────────┤
│ ontology_evm  │ 15     │
│ ethereum      │ 2      │
│ cronos        │ 2      │
│ polygon       │ 5      │
│ arbitrum      │ 5      │
│ linea         │ 7      │
│ aurora        │ 7      │
│ blast         │ 5      │
│ kava          │ 5      │
│ gravity       │ 2      │
│ zkfair        │ 5      │
│ zklink        │ 5      │
│ bob           │ 6      │
│ core          │ 2      │
│ morph         │ 5      │
│ iotex         │ 5      │
│ taiko         │ 6      │
│ kroma         │ 6      │
│ ultron        │ 5      │
│ base          │ 6      │
│ xlayer        │ 7      │
│ mantle        │ 8      │
│ zeta          │ 7      │
│ hemi          │ 5      │
│ bsc           │ 11     │
│ scroll        │ 10     │
│ manta         │ 11     │
│ meter         │ 3      │
│ era           │ 15     │
│ mode          │ 6      │
│ plume_mainnet │ 6      │
└───────────────┴────────┘

@llamabutler
Copy link

The adapter at projects/izumi-iziswap-v2 exports TVL:

plume_mainnet             123

total                    123.49016113972482 

@noateden noateden merged commit b8f1273 into DefiLlama:main Jun 3, 2025
1 check passed
brentstone added a commit to heliaxdev/DefiLlama-Adapters that referenced this pull request Jun 6, 2025
* 'main' of github.com:DefiLlama/DefiLlama-Adapters: (164 commits)
  add gate wallets (DefiLlama#14961)
  Add adapter for nebula on nibiru (DefiLlama#14924)
  ci fix (DefiLlama#14957)
  DegenPrime - Add new lending pools and tokens (DefiLlama#14951)
  *bugfix: remove doublecount
  bugfix
  Bitkub lending (DefiLlama#14949)
  add aave on soneium (DefiLlama#14947)
  track aave umbrella
  Update Concrete (DefiLlama#14944)
  clean-up
  Trading strategy (DefiLlama#14943)
  update @defillama/sdk
  fix ens
  fix bug
  Add Marinade Select tvl adapter (DefiLlama#14928)
  Support Spark Liquidity Layer on Optimism and Unichain (DefiLlama#14938)
  update adapters on nibiru chains (DefiLlama#14940)
  Added missing Corn coreAssets to fix Uniswap TVL (DefiLlama#14930)
  update nibiru rpc
  Add new pools (DefiLlama#14925)
  feat: add luckystake adapter (DefiLlama#14919)
  keep old contracts for now (DefiLlama#14937)
  feat: batch listing (DefiLlama#14927)
  Add Swirl Liquid Staking Protocol (DefiLlama#14904)
  add X3X on World Chain (DefiLlama#14929)
  Add new Hydration adapters (DefiLlama#14923)
  add benji
  update lock version
  code refactor
  code refactor
  Optimize unicrypt + pinksale (DefiLlama#14922)
  Fix aptos Fungible helper (DefiLlama#14918)
  add indxs.app (DefiLlama#14915)
  Add granite (DefiLlama#14917)
  Amped sseed (DefiLlama#14916)
  Add files via upload (DefiLlama#14899)
  Add stellar tvl (DefiLlama#14646)
  add unichain morpho vaults for curators (DefiLlama#14911)
  temp disable nibiru adapters (DefiLlama#14910)
  projects(uniswap): add Uniswap deployment on Nibiru (DefiLlama#14890)
  projects(silverswap): Nibiru has a SilverSwap deployment on mainnet (DefiLlama#14889)
  kamino lend - borrows (DefiLlama#14909)
  ZEROBASE adaptor for DeFiLama (DefiLlama#14832)
  feat: Add fungible support aptos (DefiLlama#14905)
  up vestingHelper limit for bsc (DefiLlama#14903)
  feat(satlayer): add BOB to `satlayer` tvl (DefiLlama#14900)
  Add milkINIT TVL for MilkyWay (DefiLlama#14902)
  [Bucket]" add xBTC collateral (DefiLlama#14897)
  add v2 liquidity and plume (DefiLlama#14824)
  Update ExtraFi Xlend TVL to include Morpho Vaults (DefiLlama#14886)
  stability: keep old markets and adapter name (DefiLlama#14892)
  disable pool2, add hallmark (DefiLlama#14898)
  [Update] desyn add goat chain  (DefiLlama#14896)
  Add Tokenized Balance Sheet Vaults for Origami (DefiLlama#14895)
  fix cex usdt aptos (DefiLlama#14894)
  Add Dre Finance (DefiLlama#14883)
  Fix Sei TVL + Add Sonic TVL (DefiLlama#14368)
  New OTTV contract (DefiLlama#14875)
  Add new berancia vaults (DefiLlama#14877)
  symbiosis add hyper evm support (DefiLlama#14887)
  remove dup vaults (DefiLlama#14888)
  fix aptos token (DefiLlama#14884)
  add price usdt aptos (DefiLlama#14882)
  Smardex / USDN: Use recipient as owner of the position (DefiLlama#14881)
  Catex/unichain migration (DefiLlama#14859)
  remove dai blacklist (DefiLlama#14880)
  Fix Moar TVL calculation (DefiLlama#14879)
  add hallmarks tracking on starknet (DefiLlama#14878)
  dynamic get vaults lists (DefiLlama#14869)
  Update: D2Finance (DefiLlama#14876)
  Sui Rewards Me - Project Listing resubmission with requested updates (DefiLlama#14874)
  Add aptos address of flipster (DefiLlama#14872)
  disable historical queries (DefiLlama#14871)
  update curator tvl sources (DefiLlama#14870)
  add iteration 2 pools (DefiLlama#14862)
  fix: Add Credbull Plume TVL.  Map Plume Stargate USDC.e. (DefiLlama#14861)
  update sdk to latest version (DefiLlama#14866)
  feat: update milkBABY and add milkINIT commented out because of issues (DefiLlama#14767)
  add wstASTR vault (DefiLlama#14864)
  Fix: Wasabi, dedup + bera (DefiLlama#14865)
  fix ironbank
  feature: add Arkis Wrapped Hype Vault to Arkis adapter (DefiLlama#14796)
  doublecount protocols first batch (DefiLlama#14705)
  Update olab (DefiLlama#14860)
  correct native token mappings where possible (DefiLlama#14850)
  Add new berancia vaults (DefiLlama#14855)
  Ensuro: adds Compound Blue (compUSDC) to the TVL calculation (DefiLlama#14851)
  fix: Swissborg - Use cosmos addresses instead of evm (DefiLlama#14858)
  Commit Hybra V2 (DefiLlama#14854)
  addresses fixed (DefiLlama#14853)
  Curve: track hyperliquid (DefiLlama#14852)
  fix concentrated pool recognition (DefiLlama#14849)
  code cleanup
  chore: add yearn curating vaults (DefiLlama#14845)
  code cleanup
  migrate coin mapping
  Saros Dlmm (DefiLlama#14847)
  add Jiko (DefiLlama#14843)
  code refactor
  ...
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