├── .github └── workflows │ ├── alert.yml │ ├── build-modules.yml │ ├── commentResult.js │ ├── getFileList.js │ ├── test-adapter.yml │ └── ts-check.yml ├── .gitignore ├── README.md ├── adapters ├── types.ts └── utils │ └── runAdapter.ts ├── aggregator-derivatives ├── .gitkeep ├── bitoro │ └── index.ts ├── defiapp │ └── index.ts ├── flat-money-v1 │ └── index.ts ├── flat-money-v2 │ └── index.ts ├── flat-money │ ├── helper.ts │ └── index.ts ├── kwenta │ └── index.ts ├── mux-protocol-agge.ts ├── perpie │ └── index.ts ├── rage-trade │ └── index.ts ├── sharpe-perp │ └── index.ts ├── unidex-agg-perp │ └── index.ts └── vooi │ └── index.ts ├── aggregator-options ├── example.ts └── grix │ └── index.ts ├── aggregators ├── 1delta │ └── index.ts ├── 1inch-agg │ └── index.ts ├── 3route │ └── index.ts ├── 7k-aggregator │ └── index.ts ├── 8dx-aggregator │ └── index.ts ├── aftermath-aggregator │ └── index.ts ├── aggre │ └── index.ts ├── akka │ └── index.ts ├── anqa │ └── index.ts ├── aperture-swap │ └── index.ts ├── apstation │ └── index.ts ├── arcane-dex │ └── index.ts ├── atmos-aggregator.ts ├── aura-agg │ └── index.ts ├── avnu │ └── index.ts ├── bebop │ ├── index.ts │ └── jamAbi.ts ├── binancewallet │ └── index.ts ├── bitgetwallet │ └── index.ts ├── bluefin7k-aggregator │ └── index.ts ├── bountive │ └── index.ts ├── bungee-dex.ts ├── bytzz │ └── index.ts ├── carina-aggregator │ └── index.ts ├── cetus-aggregator │ └── index.ts ├── chainspot │ └── index.ts ├── conveyor │ └── index.ts ├── cowswap │ └── index.ts ├── cro-ag │ └── index.ts ├── dedust │ └── index.ts ├── defiapp │ └── index.ts ├── deflex │ └── index.ts ├── dexhunter │ └── index.ts ├── dexible │ └── index.ts ├── dflow │ └── index.ts ├── dforce │ └── index.ts ├── dodo-agg │ └── index.ts ├── dzap │ └── index.ts ├── eisen │ └── index.ts ├── enso │ └── index.ts ├── erc-burner │ └── index.ts ├── etaswap │ └── index.ts ├── fibrous-finance │ └── index.ts ├── flowx-aggregator │ └── index.ts ├── fluxa │ └── index.ts ├── gluex-protocol │ └── index.ts ├── haiku │ └── index.ts ├── hallswap │ └── index.ts ├── hinkal │ └── index.ts ├── holdstation-agg │ └── index.ts ├── hop-aggregator │ └── index.ts ├── houdiniswap │ └── index.ts ├── hyperbloom │ └── index.ts ├── hyperflow │ └── index.ts ├── injex │ └── index.ts ├── jeton │ └── index.ts ├── joe-agg │ └── index.ts ├── jumper-exchange │ └── index.ts ├── jupiter-aggregator │ └── index.ts ├── kame-aggregator │ └── index.ts ├── kanalabs │ └── index.ts ├── kuru │ └── index.ts ├── kyberswap │ └── index.ts ├── lifi │ └── index.ts ├── liquidmesh │ └── index.ts ├── liquidswap │ └── index.ts ├── llamaswap │ └── index.ts ├── lumia │ └── index.ts ├── madhouse │ └── index.ts ├── magpie │ └── index.ts ├── metamask.ts ├── mimboku-aggregator │ └── index.ts ├── moki │ └── index.ts ├── monbridgedex │ └── index.ts ├── mosaic │ └── index.ts ├── navi │ └── index.ts ├── nordstern-finance │ └── index.ts ├── obsidian │ └── index.ts ├── odos │ └── index.ts ├── okx │ └── index.ts ├── oogabooga │ └── index.ts ├── ooia │ └── index.ts ├── openocean │ └── index.ts ├── opensea │ └── index.ts ├── opt-agg │ └── index.ts ├── orbiter-finance │ └── index.ts ├── paraswap │ ├── index.ts │ └── paraswapApi.ts ├── plexus │ └── index.ts ├── rainbow-swap │ └── index.ts ├── rango │ └── index.ts ├── rubic │ └── index.ts ├── scallop │ └── index.ts ├── starbase │ └── index.ts ├── superboring │ └── index.ts ├── superswap │ └── index.ts ├── sushiswap-agg.ts ├── swap-coffee │ └── index.ts ├── swapgpt │ └── index.ts ├── swing │ └── index.ts ├── symphony │ └── index.ts ├── thetis-market │ └── index.ts ├── titan-exchange │ └── index.ts ├── titan │ └── index.ts ├── tondiamonds │ └── index.ts ├── udex-agg │ └── index.ts ├── unizen │ └── index.ts ├── vetrade │ └── index.ts ├── virtus │ └── index.ts ├── wolfswap │ └── index.ts ├── wowmax │ └── index.ts ├── yield-yak │ └── index.ts └── zrx │ └── index.ts ├── bridge-aggregators ├── bitgetwallet │ └── index.ts ├── brotocol │ └── index.ts ├── bungee-bridge │ └── index.ts ├── dzap │ └── index.ts ├── garden │ └── index.ts ├── jumper.exchange │ └── index.ts ├── lifi │ └── index.ts ├── mynth │ └── index.ts ├── okx │ └── index.ts ├── opensea │ └── index.ts ├── orbiter-finance │ └── index.ts ├── rango │ └── index.ts ├── rubic │ └── index.ts ├── sharpe-bridge │ └── index.ts ├── socket │ ├── contracts.ts │ └── index.ts ├── swing │ └── index.ts ├── teleswap │ └── index.ts ├── virtus │ └── index.ts └── xy-finance │ └── index.ts ├── cli ├── buildModules.ts ├── interactive.js ├── testAdapter.ts └── utils.ts ├── dexs ├── 0x-rfq.ts ├── 0x │ └── index.ts ├── 10kswap │ └── index.ts ├── 1776meme │ └── index.ts ├── 1dex │ └── index.ts ├── 2thick │ └── index.ts ├── 3xcalibur │ └── index.ts ├── 4swap │ └── index.ts ├── 9mm-v2 │ └── index.ts ├── 9mm │ └── index.ts ├── ArbitrumExchange-v2.ts ├── ArbitrumExchange-v3.ts ├── ArbitrumExchange │ └── index.ts ├── DerpDEX │ └── index.ts ├── FeeFree │ └── index.ts ├── ICDex │ └── index.ts ├── MantisSwap │ └── index.ts ├── Omnidrome │ └── index.ts ├── Scale │ └── index.ts ├── Scopuly │ └── index.ts ├── SecuredFinance │ └── index.ts ├── SmarDex │ ├── abis.ts │ ├── config.ts │ ├── index.ts │ └── usdn-volume.ts ├── SubstanceX │ └── index.ts ├── SwapX-algebra │ └── index.ts ├── SwapX-v2 │ └── index.ts ├── Viridian │ └── index.ts ├── aark │ └── index.ts ├── abcdefx │ └── index.ts ├── aborean-cl │ └── index.ts ├── aborean │ ├── index.ts │ └── utils.ts ├── acala-swap │ └── index.ts ├── adrena │ └── index.ts ├── aequinox │ └── index.ts ├── aerodrome-slipstream │ └── index.ts ├── aerodrome │ ├── index.ts │ └── utils.ts ├── aethonswap.ts ├── aevo │ └── index.ts ├── aftermath-fi-amm │ └── index.ts ├── agdex │ └── index.ts ├── agni-fi │ └── index.ts ├── airswap │ └── index.ts ├── aktionariat │ └── index.ts ├── aldrin │ └── index.ts ├── alex │ └── index.ts ├── algofi │ └── index.ts ├── alienbase-v3.ts ├── alienfi │ └── index.ts ├── alita-finance │ └── index.ts ├── alkimiya.ts ├── allbridge-classic │ └── index.ts ├── alpha-arcade │ └── index.ts ├── ambient │ └── index.ts ├── amped-derivatives.ts ├── amped-swap.ts ├── amped │ └── index.ts ├── ampleswap │ └── index.ts ├── angstrom.ts ├── anyhedge │ └── index.ts ├── apertureSwap.ts ├── apestore │ └── index.ts ├── apeswap │ └── index.ts ├── apex-omni │ └── index.ts ├── apex │ └── index.ts ├── apollox │ └── index.ts ├── aqua-network │ └── index.ts ├── aquabot │ └── index.ts ├── aquifer │ └── index.ts ├── archerswap │ └── index.ts ├── archfi.ts ├── archly-finance-v2 │ └── index.ts ├── archly-finance │ └── index.ts ├── arctic │ └── index.ts ├── arena-dex.ts ├── arena-launch.ts ├── artexswap │ └── index.ts ├── arthswap-v3.ts ├── ascent-v2.ts ├── ascent-v3.ts ├── ascent │ └── index.ts ├── ash-perp │ └── index.ts ├── ashswap │ └── index.ts ├── assetchain-swap │ └── index.ts ├── aster-spot.ts ├── astro-perp.ts ├── astrolescent │ └── index.ts ├── astroport-v2 │ └── index.ts ├── astroport │ └── index.ts ├── astroswap │ └── index.ts ├── atmos-dex │ └── index.ts ├── atmos-studio.ts ├── auragi │ └── index.ts ├── auraswap │ └── index.ts ├── auroraswap │ └── index.ts ├── autoshark │ └── index.ts ├── aux-exchange │ └── index.ts ├── avantis │ └── index.ts ├── axial │ └── index.ts ├── babydoge-algebra.ts ├── babydogeswap │ └── index.ts ├── babyswap │ └── index.ts ├── bakeryswap │ └── index.ts ├── balanced │ └── index.ts ├── balancer-v1.ts ├── balancer-v2.ts ├── balancer-v3 │ └── index.ts ├── balancer │ └── index.ts ├── bancor-v2_1.ts ├── bancor-v3.ts ├── bancor │ └── index.ts ├── baryon │ └── index.ts ├── based-markets │ └── index.ts ├── based-perps │ └── index.ts ├── baseswap-v2.ts ├── baseswap-v3.ts ├── baseswap │ └── index.ts ├── basin │ ├── helper.ts │ └── index.ts ├── beamex-beamex-perps.ts ├── beamex-beamex-swap.ts ├── beamex │ └── index.ts ├── beamswap-classic.ts ├── beamswap-stable-amm.ts ├── beamswap-v3 │ └── index.ts ├── beamswap │ └── index.ts ├── bean-exchange │ └── index.ts ├── beethoven-x │ └── index.ts ├── beets-v3 │ └── index.ts ├── beezie.ts ├── befy-perps │ └── index.ts ├── believe │ └── index.ts ├── benswap │ └── index.ts ├── berachain-hub │ └── index.ts ├── beralis-v3 │ └── index.ts ├── betterswap │ └── index.ts ├── bifrost-dex.ts ├── bigpump │ └── index.ts ├── bisq │ └── index.ts ├── biswap │ └── index.ts ├── bitcoin-bridge │ └── index.ts ├── bitflow-fi.ts ├── bitflux │ └── index.ts ├── bitgenie-amm.ts ├── bitkeep │ └── index.ts ├── blackhole-CL.ts ├── blackhole.ts ├── bladeswap-CL.ts ├── bladeswap-v2.ts ├── bladeswap │ └── index.ts ├── blasterswap-v3.ts ├── blasterswap.ts ├── blastfutures │ └── index.ts ├── blex-derivatives.ts ├── blex-volume.ts ├── blex │ └── index.ts ├── blitz-derivatives.ts ├── blitz-swap.ts ├── blitz │ └── index.ts ├── blue-planet │ └── index.ts ├── bluefin-amm │ └── index.ts ├── bluefin-pro │ └── index.ts ├── bluefin │ └── index.ts ├── bluemove.ts ├── blum │ └── index.ts ├── bmx-derivatives.ts ├── bmx-freestyle │ └── index.ts ├── bmx-perps │ └── index.ts ├── bmx-swap.ts ├── bmx │ └── index.ts ├── bogged-finance │ └── index.ts ├── boop-fun │ └── index.ts ├── boros │ └── index.ts ├── brine │ └── index.ts ├── brownfi │ └── index.ts ├── bsx │ └── index.ts ├── bulbaswap-v2.ts ├── bulbaswap-v3.ts ├── bulbaswap │ └── index.ts ├── bullaexchange │ └── index.ts ├── bullbit-ai │ └── index.ts ├── bunni-v2.ts ├── burrbear.ts ├── butterxyz │ └── index.ts ├── bxh │ └── index.ts ├── byreal │ └── index.ts ├── c3-exchange │ └── index.ts ├── cables │ └── index.ts ├── camelot-v3 │ └── index.ts ├── camelot │ └── index.ts ├── canary │ └── index.ts ├── candyswap │ └── index.ts ├── canto-dex │ └── index.ts ├── capricorn-finance │ └── index.ts ├── capricorn │ └── index.ts ├── capybara-exchange │ └── index.ts ├── capybara-perp │ └── index.ts ├── carbon-perps │ └── index.ts ├── carbon │ └── index.ts ├── carbondefi │ ├── index.ts │ ├── types.ts │ └── utils.ts ├── carbonswap │ └── index.ts ├── carthage │ └── index.ts ├── catalist-dex │ └── index.ts ├── catton │ └── index.ts ├── cauldron │ └── index.ts ├── caviarnine-agg.ts ├── caviarnine-lsu-pool │ └── index.ts ├── caviarnine-orderbook.ts ├── caviarnine-simplepool.ts ├── caviarnine │ └── index.ts ├── cellana-finance │ └── index.ts ├── cetus-dlmm │ └── index.ts ├── cetus │ └── index.ts ├── chainflip │ └── index.ts ├── chainge-finance │ └── index.ts ├── champagneswap │ └── index.ts ├── cherryswap │ └── index.ts ├── chimpexchange │ └── index.ts ├── chronos-v2 │ └── index.ts ├── chronos │ └── index.ts ├── citrex-markets │ └── index.ts ├── cl-dex │ └── index.ts ├── claimswap │ └── index.ts ├── cleopatra-v2.ts ├── clipper │ └── index.ts ├── clob │ └── index.ts ├── clober-perp │ └── index.ts ├── clober-v2 │ └── index.ts ├── clober │ └── index.ts ├── cloverfield-perps │ └── index.ts ├── cobaltx.ts ├── coinhain │ └── index.ts ├── colorpool.ts ├── cometh │ └── index.ts ├── complus-network │ └── index.ts ├── concordex-io │ └── index.ts ├── cone │ └── index.ts ├── contango │ └── index.ts ├── copump.ts ├── core-markets │ └── index.ts ├── covo-v2-derivatives.ts ├── covo-v2-swap.ts ├── covo-v2 │ └── index.ts ├── crema-finance │ └── index.ts ├── crescent-swap │ └── index.ts ├── crodex │ └── index.ts ├── cropper-clmm │ └── index.ts ├── croswap │ └── index.ts ├── cryptoswap │ └── index.ts ├── curve │ └── index.ts ├── cvex │ └── index.ts ├── cyberperp │ ├── cyberperp.ts │ └── index.ts ├── cytoswap │ └── index.ts ├── d8x │ └── index.ts ├── dackieswap-v2 │ └── index.ts ├── dackieswap │ └── index.ts ├── danogo │ ├── index.ts │ └── types.ts ├── dao-swap │ └── index.ts ├── dappos-intentEx │ └── index.ts ├── darkness │ └── index.ts ├── datadex │ └── index.ts ├── dedust │ └── index.ts ├── deepbook-sui │ └── index.ts ├── deepbookv3-sui │ └── index.ts ├── defi-kingdoms │ └── index.ts ├── defi-swap │ └── index.ts ├── defibox │ └── index.ts ├── defichain-dex │ └── index.ts ├── defiplaza │ └── index.ts ├── degen-launchpad │ └── index.ts ├── delta-trade │ └── index.ts ├── deltaswap │ └── index.ts ├── demex-demex-perp.ts ├── demex-demex.ts ├── demex │ └── index.ts ├── derivio-derivatives.ts ├── derivio-swap.ts ├── derivio │ └── index.ts ├── desk │ └── index.ts ├── dexalot │ └── index.ts ├── dexswap │ └── index.ts ├── dexter-tezos │ └── index.ts ├── dexter │ ├── constants.ts │ ├── dimensions.ts │ ├── index.ts │ └── startTimestamp.ts ├── dfx-finance │ └── index.ts ├── dfyn │ └── index.ts ├── dinosaur-eggs │ └── index.ts ├── dipcoin-perps │ └── index.ts ├── dipcoin-spot │ └── index.ts ├── diviswap.ts ├── dodo │ ├── dailyVolumePayload.ts │ ├── index.ts │ └── totalVolumePayload.ts ├── doveswap │ └── index.ts ├── dpex │ └── index.ts ├── dragonswap-sei-v3 │ └── index.ts ├── dragonswap-sei │ └── index.ts ├── dragonswap-v2.ts ├── dragonswap-v3.ts ├── dragonswap │ └── index.ts ├── drift-protocol-derivatives.ts ├── drift-protocol-swap.ts ├── drift-protocol │ └── index.ts ├── drip-trade.ts ├── dtx-v3.ts ├── duality │ └── index.ts ├── ducata.ts ├── dusa │ └── index.ts ├── dx25 │ └── index.ts ├── dydx-v4 │ └── index.ts ├── dydx │ └── index.ts ├── dyorswap-launchpad │ └── index.ts ├── dyorswap │ └── index.ts ├── dystopia │ └── index.ts ├── e3 │ └── index.ts ├── eaglefi.ts ├── earnium │ └── index.ts ├── echodex-v3 │ └── index.ts ├── echodex │ └── index.ts ├── econia │ └── index.ts ├── eddyfinance-v2.ts ├── edgeX │ └── index.ts ├── ekubo-evm.ts ├── ekubo │ └── index.ts ├── el-dorado-exchange-derivatives.ts ├── el-dorado-exchange-swap.ts ├── el-dorado-exchange │ └── index.ts ├── electra │ └── index.ts ├── elektrik │ └── index.ts ├── elexium │ └── index.ts ├── elfi │ └── index.ts ├── elix-fi │ └── index.ts ├── elk │ └── index.ts ├── ellipsis │ └── index.ts ├── elys-dex.ts ├── elys-perp.ts ├── embr.ts ├── emdx │ └── index.ts ├── empiredex │ └── index.ts ├── energiswap │ └── index.ts ├── enosys-v2 │ └── index.ts ├── enosys │ └── index.ts ├── equalizer-cl.ts ├── equalizer-exchange │ └── index.ts ├── equation-v2 │ └── index.ts ├── equation-v3 │ └── index.ts ├── equation │ └── index.ts ├── equilibre │ └── index.ts ├── equity-spot │ └── index.ts ├── ethereal-dex │ └── index.ts ├── etherex-legacy.ts ├── etherex.ts ├── eulerswap │ └── index.ts ├── exinswap │ └── index.ts ├── extended │ └── index.ts ├── fairyswap │ └── index.ts ├── fanx-protocol.ts ├── fastjpeg │ └── index.ts ├── fathom-dex │ └── index.ts ├── fcon-dex │ └── index.ts ├── felix-perp │ └── index.ts ├── fenix-finance-v3 │ └── index.ts ├── fenix-finance │ └── index.ts ├── ferra-clmm │ └── index.ts ├── ferra-dlmm │ └── index.ts ├── ferro │ └── index.ts ├── fibonacci-dex.ts ├── filament │ └── index.ts ├── firefly │ └── index.ts ├── fjord-foundry-v1.ts ├── fjord-foundry-v2.ts ├── fjord-foundry │ └── index.ts ├── flamingo-finance │ └── index.ts ├── flashtrade │ └── index.ts ├── flexperp │ └── index.ts ├── flowswap-v2.ts ├── flowswap-v3.ts ├── flowx-finance │ └── index.ts ├── flowx-perps │ └── index.ts ├── flowx-v3 │ └── index.ts ├── fluid-dex-lite │ └── index.ts ├── fluid-dex │ └── index.ts ├── fluxbeam │ └── index.ts ├── forge │ └── index.ts ├── four-meme │ └── index.ts ├── foxify │ └── index.ts ├── fpex │ └── index.ts ├── frax-swap │ └── index.ts ├── fulcrom-finance-derivatives.ts ├── fulcrom-finance-swap.ts ├── fulcrom-finance │ └── index.ts ├── fullsail-finance │ └── index.ts ├── fusionx-v2 │ └── index.ts ├── fusionx-v3 │ └── index.ts ├── futarchy-amm │ └── index.ts ├── fvm-exchange │ └── index.ts ├── fwx-dex │ └── index.ts ├── fwx │ └── index.ts ├── fx-swap │ └── index.ts ├── fxdx │ └── index.ts ├── gains-network │ └── index.ts ├── galaswap-v3.ts ├── gambit │ └── index.ts ├── gaming-dex.ts ├── garden │ └── index.ts ├── garuda-defi │ └── index.ts ├── gaspump │ └── index.ts ├── gate-perps.ts ├── gatefun │ └── index.ts ├── gateswap │ └── index.ts ├── gin-finance │ └── index.ts ├── ginsengswap.ts ├── glide-finance │ └── index.ts ├── gliquid │ └── index.ts ├── glowswap │ └── index.ts ├── glyph-exchange-v4 │ └── index.ts ├── glyph-exchange │ └── index.ts ├── gmx-derivatives.ts ├── gmx-swap.ts ├── gmx-v2-gmx-v2-swap.ts ├── gmx-v2-gmx-v2-trade.ts ├── gmx-v2 │ └── index.ts ├── gmx │ └── index.ts ├── goblin-dex │ └── index.ts ├── goonfi │ └── index.ts ├── goosefx │ └── index.ts ├── goosefx_v2 │ └── index.ts ├── grafun.ts ├── gravis │ └── index.ts ├── gravity-finance │ └── index.ts ├── grizzly-trade-derivatives-v2 │ └── index.ts ├── grizzly-trade-derivatives.ts ├── grizzly-trade-swap.ts ├── grizzly-trade │ └── index.ts ├── grvt-perps │ └── index.ts ├── gryps-perps │ └── index.ts ├── gt3 │ └── index.ts ├── h2-finance-v3 │ └── index.ts ├── h2-finance │ └── index.ts ├── hadouken-amm │ └── index.ts ├── haedal │ └── index.ts ├── hakuswap │ └── index.ts ├── hanji │ └── index.ts ├── hardswap.ts ├── harmony-swap │ └── index.ts ├── hashflow │ └── index.ts ├── haven1-hswap │ └── index.ts ├── hbarsuite-dex │ └── index.ts ├── heaven-dex │ └── index.ts ├── heliswap │ └── index.ts ├── helix-helix-perp.ts ├── helix-helix.ts ├── helix-markets │ └── index.ts ├── helix │ └── index.ts ├── heraswap │ └── index.ts ├── hercules-v3 │ └── index.ts ├── hercules │ └── index.ts ├── hermes-protocol │ └── index.ts ├── hibachi │ └── index.ts ├── hiveswap-v3 │ └── index.ts ├── hiveswap │ └── index.ts ├── hmx │ └── index.ts ├── holdr │ └── index.ts ├── holdstation-swap │ └── index.ts ├── honeyswap │ └── index.ts ├── horiza │ └── index.ts ├── horizondex │ └── index.ts ├── huckleberry │ └── index.ts ├── humanfi │ └── index.ts ├── humble-defi │ └── index.ts ├── humidifi │ └── index.ts ├── hummus │ └── index.ts ├── hx-finance │ └── index.ts ├── hybra-v2.ts ├── hybra-v3.ts ├── hybra-v4.ts ├── hydradex-v2.ts ├── hydradex-v3.ts ├── hydradex │ └── index.ts ├── hydradx │ └── index.ts ├── hydrometer │ └── index.ts ├── hyena │ └── index.ts ├── hyperbrick │ └── index.ts ├── hyperion │ └── index.ts ├── hyperionx │ └── index.ts ├── hyperjump │ └── index.ts ├── hyperliquid-perp │ └── index.ts ├── hyperliquid-spot │ └── index.ts ├── hyperpie-launchpad.ts ├── hyperpie-v2-dex.ts ├── hyperswap-v2 │ └── index.ts ├── hyperswap-v3 │ └── index.ts ├── hyperunit │ └── index.ts ├── icecreamswap │ └── index.ts ├── icpswap │ └── index.ts ├── idex-classic │ └── index.ts ├── idex-v1 │ └── index.ts ├── immortalx │ └── index.ts ├── increment-protocol │ └── index.ts ├── increment-swap │ └── index.ts ├── infinityPools │ ├── index.ts │ ├── quadHelper.ts │ └── swapEventABI.ts ├── infusion.ts ├── initia-dex.ts ├── injective-derivatives.ts ├── injective-spot.ts ├── integral │ └── index.ts ├── intent-x │ └── index.ts ├── intentx-perps │ └── index.ts ├── interest-movement-curve │ └── index.ts ├── interest-protocol-stable-swap │ └── index.ts ├── interest-protocol │ └── index.ts ├── invariant │ └── index.ts ├── ipor │ └── index.ts ├── ivx-perps │ └── index.ts ├── iziswap │ └── index.ts ├── javsphere │ └── index.ts ├── jediswap-v2 │ └── index.ts ├── jediswap │ └── index.ts ├── jellyverse │ └── index.ts ├── jetswap │ └── index.ts ├── jibswap │ └── index.ts ├── joe-v2.1 │ └── index.ts ├── jojo │ └── index.ts ├── jswap │ └── index.ts ├── jup-ape │ └── index.ts ├── jupiter-perpetual │ └── index.ts ├── jupiter-prediction │ └── index.ts ├── justbet │ ├── abis.ts │ ├── constants.ts │ ├── helpers.ts │ └── index.ts ├── k-bit │ └── index.ts ├── kaidex │ └── index.ts ├── kalshi.ts ├── kanalabs-perp │ └── index.ts ├── karura-swap │ └── index.ts ├── kaspacom-dex │ └── index.ts ├── katana-v3 │ └── index.ts ├── katana │ └── index.ts ├── kava-swap │ └── index.ts ├── keller-cl │ └── index.ts ├── keller │ └── index.ts ├── kensei │ └── index.ts ├── kiloex │ └── index.ts ├── kim-exchange-v2.ts ├── kim-exchange-v3.ts ├── kinetix-derivative │ └── index.ts ├── kinetix-derivatives-v2 │ └── index.ts ├── kinetix-v2 │ └── index.ts ├── kinetix-v3 │ └── index.ts ├── kittenswap-algebra │ └── index.ts ├── kittenswap-cl │ └── index.ts ├── kittenswap │ └── index.ts ├── kittypunch-stable.ts ├── kittypunch-v3.ts ├── kittypunch.ts ├── kizuna │ └── index.ts ├── klayswap │ └── index.ts ├── klex-finance │ └── index.ts ├── knightswap-finance │ └── index.ts ├── kodiak-v2.ts ├── kodiak-v3 │ └── index.ts ├── koi-finance-cl │ └── index.ts ├── kokonut-swap │ └── index.ts ├── kongswap │ └── index.ts ├── koyo │ └── index.ts ├── kperp-exchange │ └── index.ts ├── kriya-clmm │ └── index.ts ├── kriya-dex │ └── index.ts ├── ktx-derivatives.ts ├── ktx-swap.ts ├── ktx │ └── index.ts ├── kuma-v1 │ └── index.ts ├── kura-v2.ts ├── kura-v3.ts ├── kuru-clob.ts ├── kuswap │ └── index.ts ├── kyberswap-classic.ts ├── kyberswap-elastic.ts ├── kyberswap │ └── index.ts ├── kyex │ └── index.ts ├── kyo-fi-v3.ts ├── kyotoswap │ └── index.ts ├── launchlab │ └── index.ts ├── legion.ts ├── leonicornswap │ └── index.ts ├── levana │ ├── fetch.ts │ └── index.ts ├── level-finance-level-finance-derivative.ts ├── level-finance-level-finance.ts ├── level-finance │ ├── index.ts │ └── level-finance-derivative │ │ └── index.ts ├── leverup │ └── index.ts ├── levinswap │ └── index.ts ├── lexer-derivatives.ts ├── lexer-swap.ts ├── lexer │ └── index.ts ├── lif3-swap │ └── index.ts ├── lifinity │ └── index.ts ├── lighter │ └── index.ts ├── lighterv2 │ └── index.ts ├── limitless-exchange │ └── index.ts ├── linehub-perps │ └── index.ts ├── linehub-v2 │ └── index.ts ├── linehub-v3 │ └── index.ts ├── liquidswap │ └── index.ts ├── lithos │ └── index.ts ├── litx │ └── index.ts ├── lnexchange-perp │ └── index.ts ├── lnexchange-spot │ └── index.ts ├── lode-perps │ └── index.ts ├── logx │ └── index.ts ├── lotus-finance │ └── index.ts ├── loxodrome-amm │ └── index.ts ├── loxodrome-perp │ └── index.ts ├── luaswap │ └── index.ts ├── luigiswap │ └── index.ts ├── lumenswap │ └── index.ts ├── luna-fun.ts ├── lynex-v1 │ └── index.ts ├── lynex │ └── index.ts ├── lyra │ └── index.ts ├── macaron-xyz │ └── index.ts ├── mach │ ├── deployments.ts │ └── index.ts ├── machinex-cl.ts ├── machinex-legacy.ts ├── madness-finance.ts ├── magicsea-lb │ └── index.ts ├── magma-finance │ └── index.ts ├── maia-v3 │ └── index.ts ├── makiswap │ └── index.ts ├── mango-v4-perp.ts ├── mango-v4-spot.ts ├── mango-v4 │ └── index.ts ├── mangrove │ └── index.ts ├── manifest-trade │ └── index.ts ├── mantis │ └── index.ts ├── mare-finance-v2.ts ├── mars-perp │ └── index.ts ├── maverick-v2 │ └── index.ts ├── maverick │ ├── index.ts │ └── maverick-v1.ts ├── mcdex │ └── index.ts ├── mdex │ └── index.ts ├── megaton-finance │ └── index.ts ├── mento │ └── index.ts ├── merchant-moe-liquidity-book │ └── index.ts ├── merchant-moe │ └── index.ts ├── meridian-swap │ └── index.ts ├── meridian-trade-derivatives.ts ├── meridian-trade-swap.ts ├── meridian-trade │ └── index.ts ├── merkle-trade │ └── index.ts ├── merlin │ └── index.ts ├── merlinswap │ └── index.ts ├── meshswap │ └── index.ts ├── metastable-musd │ └── index.ts ├── metatdex │ └── index.ts ├── metavault-amm-v2 │ └── index.ts ├── metavault-derivatives-v2 │ └── index.ts ├── metavault-v3 │ └── index.ts ├── metavault.trade │ └── index.ts ├── metavault_trade-metavault-derivative.ts ├── metavault_trade-metavault_trade.ts ├── meteora-damm-v2 │ └── index.ts ├── meteora-dbc │ └── index.ts ├── meteora-dlmm.ts ├── meteora │ └── index.ts ├── metropolis │ └── index.ts ├── miaswap │ └── index.ts ├── mimo │ └── index.ts ├── minerswap │ └── index.ts ├── minmax.ts ├── minswap │ └── index.ts ├── mintiq-market │ └── index.ts ├── mintswap │ └── index.ts ├── mira-ly │ └── index.ts ├── mistswap │ └── index.ts ├── mitte │ └── index.ts ├── mm-finance-arbitrum │ └── index.ts ├── mm-stableswap-polygon │ └── index.ts ├── moai-v2.ts ├── moai-v3.ts ├── mobius-money │ └── index.ts ├── mojitoswap │ └── index.ts ├── momentum.ts ├── monday-trade-spot.ts ├── mondrain │ └── index.ts ├── moneyx-pro │ └── index.ts ├── monocerus │ └── index.ts ├── moon-swap │ └── index.ts ├── mooniswap │ └── index.ts ├── moonlander │ └── index.ts ├── morFi │ └── index.ts ├── moraswap-v3.ts ├── morpheus-swap │ └── index.ts ├── morphex-derivatives.ts ├── morphex-old-derivatives.ts ├── morphex-old-swap.ts ├── morphex-old │ └── index.ts ├── morphex-swap.ts ├── morphex │ └── index.ts ├── mosaic-amm │ └── index.ts ├── mu-exchange │ └── index.ts ├── muesliswap │ └── index.ts ├── multiswap │ └── index.ts ├── mummy-finance │ └── index.ts ├── mute.io │ └── index.ts ├── mux-protocol-perps.ts ├── mux-protocol │ ├── agge.ts │ └── index.ts ├── myswap-cl │ └── index.ts ├── myswap │ └── index.ts ├── myx-finance │ ├── helpers..ts │ └── index.ts ├── nabla │ └── index.ts ├── nad-fun.ts ├── nado-perp │ └── index.ts ├── nado-spot │ └── index.ts ├── narbet.ts ├── native │ └── index.ts ├── near-intents │ └── index.ts ├── nearpad │ └── index.ts ├── neby-dex.ts ├── nerve.ts ├── nether-fi-derivatives.ts ├── nether-fi-swap.ts ├── nether-fi │ └── index.ts ├── netswap │ └── index.ts ├── nile-exchange-v1 │ └── index.ts ├── nile-exchange │ └── index.ts ├── ninjablaze │ └── index.ts ├── nlx-nlx-swap.ts ├── nlx-nlx-trade.ts ├── nlx │ ├── index.ts │ └── nlx-trade │ │ └── index.ts ├── noah-swap │ └── index.ts ├── nomiswap │ └── index.ts ├── nostra-pools │ └── index.ts ├── nova-fi.ts ├── nuri-exchange-v1 │ └── index.ts ├── nuri-exchange-v2 │ └── index.ts ├── o1-exchange │ └── index.ts ├── obric-v2 │ └── index.ts ├── ocelex-v1 │ └── index.ts ├── ocelex │ └── index.ts ├── ociswap-basic.ts ├── ociswap-precision.ts ├── ociswap │ └── index.ts ├── octoswap-cl.ts ├── octoswap-classic.ts ├── okcswap │ └── index.ts ├── okie-launch.ts ├── okie-stableswap.ts ├── okieswap-v2.ts ├── okieswap-v3.ts ├── olab │ └── index.ts ├── omax-swap.ts ├── omni-exchange-flux │ └── index.ts ├── omni-exchange-v2 │ └── index.ts ├── omni-exchange-v3 │ └── index.ts ├── ondo-global-markets │ └── index.ts ├── onepunch │ └── index.ts ├── oolongswap │ └── index.ts ├── openbook │ └── index.ts ├── openleverage │ └── index.ts ├── opinion │ └── index.ts ├── optim-finance │ └── index.ts ├── opx-finance │ └── index.ts ├── oraidex-v3 │ └── index.ts ├── oraidex │ └── index.ts ├── orca-wavebreak.ts ├── orca │ └── index.ts ├── orderly-network-orderly-network-derivatives.ts ├── orderly-network-orderly-network.ts ├── orderly-network │ └── index.ts ├── orderly-perps-new.ts ├── osmosis │ └── index.ts ├── ostium │ └── index.ts ├── ostrich │ └── index.ts ├── oswap │ └── index.ts ├── oxium │ ├── config.ts │ ├── fetch.ts │ └── index.ts ├── pacaswap.ts ├── pacifica │ └── index.ts ├── pact │ └── index.ts ├── padswap │ └── index.ts ├── paint-swap │ └── index.ts ├── palmswap │ └── index.ts ├── panacakeswap-perp │ └── index.ts ├── pancakeswap-infinity.ts ├── pancakeswap-prediction │ └── index.ts ├── pancakeswap-stableswap.ts ├── pancakeswap-v1.ts ├── pancakeswap-v2.ts ├── pancakeswap-v3.ts ├── pancakeswap │ ├── bscv2.ts │ └── index.ts ├── pandora-speed-trading │ └── index.ts ├── pandora │ └── index.ts ├── pandoraswap │ └── index.ts ├── pangea-swap │ └── index.ts ├── pangolin-v3 │ └── index.ts ├── pangolin │ └── index.ts ├── paradex │ └── index.ts ├── paycash │ └── index.ts ├── pear-interface │ └── index.ts ├── pear-perps │ └── index.ts ├── pear-protocol │ └── index.ts ├── pearl-v1-5 │ └── index.ts ├── pearl-v2 │ └── index.ts ├── pearlfi │ └── index.ts ├── pegasys-v3 │ └── index.ts ├── pegasys │ └── index.ts ├── pendle │ └── index.ts ├── penguin │ └── index.ts ├── penumbra-dex.ts ├── pepe-dex │ └── index.ts ├── peppy-perps │ └── index.ts ├── perennial-v2 │ └── index.ts ├── pharaoh-exchange │ └── index.ts ├── pharaoh-v2.ts ├── pharaoh-v3-legacy.ts ├── pharaoh-v3.ts ├── pheasantswap │ └── index.ts ├── phoenix │ └── index.ts ├── photonswap-finance │ └── index.ts ├── phux.ts ├── physica-finance │ └── index.ts ├── pika-protocol-v4 │ └── index.ts ├── pika-protocol │ └── index.ts ├── pingu │ └── index.ts ├── pinkswap │ └── index.ts ├── pinnako-derivatives.ts ├── pinnako-swap.ts ├── pinnako │ └── index.ts ├── pinot-v3.ts ├── pinto │ └── index.ts ├── piperx-v2 │ └── index.ts ├── piperx-v3 │ └── index.ts ├── pixelswap │ └── index.ts ├── platypus │ └── index.ts ├── plenty │ └── index.ts ├── plunderswap │ └── index.ts ├── polaris-fi.ts ├── polkadex │ └── index.ts ├── polkaswap │ └── index.ts ├── polycat │ └── index.ts ├── polymarket │ └── index.ts ├── polynomial-trade │ └── index.ts ├── ponytaswap │ └── index.ts ├── potatoswap-v3.ts ├── potatoswap.ts ├── predict-fun │ └── index.ts ├── primex-finance │ ├── index.ts │ └── utils.ts ├── privex-perps │ └── index.ts ├── privex │ └── index.ts ├── prjx.ts ├── prophet-fun │ └── index.ts ├── protofi │ └── index.ts ├── proton-dex │ └── index.ts ├── pulsex-stableswap │ └── index.ts ├── pulsex-v1 │ └── index.ts ├── pulsex-v2 │ └── index.ts ├── pump-swap │ └── index.ts ├── pumpfun.ts ├── punk.coffee │ └── index.ts ├── puppyfun │ └── index.ts ├── purps.ts ├── pyeswap │ └── index.ts ├── quenta │ └── index.ts ├── quickswap-hydra │ └── index.ts ├── quickswap-liquidityHub.ts ├── quickswap-perps │ └── index.ts ├── quickswap-v2.ts ├── quickswap-v3.ts ├── quickswap-v4.ts ├── quickswap │ └── index.ts ├── quipuswap │ └── index.ts ├── rabbitswap-v3 │ └── index.ts ├── rabbitx │ └── index.ts ├── rabby-perps │ └── index.ts ├── radioshack │ └── index.ts ├── raindex │ └── index.ts ├── ramses-exchange-v2 │ └── index.ts ├── ramses-exchange │ └── index.ts ├── ramses-hl-cl.ts ├── ramses-hl-legacy.ts ├── rate-x │ └── index.ts ├── raydium-perps │ └── index.ts ├── raydium │ └── index.ts ├── reax-one-dex │ └── index.ts ├── ref-finance │ └── index.ts ├── renegade-fi │ └── index.ts ├── reservoir-tools-amm.ts ├── reservoir-tools-clmm.ts ├── retro │ └── index.ts ├── revoswap │ └── index.ts ├── reya-dex.ts ├── rfx-rfx-swap.ts ├── rfx-rfx-trade.ts ├── rfx │ └── index.ts ├── rho-protocol │ └── index.ts ├── rho-x │ └── index.ts ├── ring-dex.ts ├── rockswap │ └── index.ts ├── rollie-finance │ └── index.ts ├── rollup-finace-perps.ts ├── rollup-finace │ └── index.ts ├── rollx │ └── index.ts ├── rooster │ └── index.ts ├── rubicon │ └── index.ts ├── rush │ └── index.ts ├── ryze │ └── index.ts ├── saber │ └── index.ts ├── saddle-finance │ └── index.ts ├── sailfish │ └── index.ts ├── sailor-finance.ts ├── sanctum-infinity │ └── index.ts ├── sanctum │ └── index.ts ├── sandglass │ └── index.ts ├── saros-dlmm.ts ├── saros │ └── index.ts ├── satori │ └── index.ts ├── satoshi-perps │ └── index.ts ├── satoshiswap │ └── index.ts ├── saturnswap │ └── index.ts ├── saucerswap-v2 │ └── index.ts ├── saucerswap │ └── index.ts ├── savmswap │ └── index.ts ├── scribe-exchange-v4.ts ├── seiyan-fun │ └── index.ts ├── serum │ └── index.ts ├── shadow-exchange.ts ├── shadow-legacy.ts ├── sharkswap │ └── index.ts ├── sharpe-dex │ └── index.ts ├── shell-protocol │ ├── constants.ts │ ├── helpers.ts │ └── index.ts ├── shibaswap-v2 │ └── index.ts ├── shibaswap │ └── index.ts ├── shido-dex │ └── index.ts ├── shimmersea │ └── index.ts ├── shroomy-protocol │ └── index.ts ├── silverswap │ └── index.ts ├── sithswap │ └── index.ts ├── skate-amm │ └── index.ts ├── slingshot │ └── index.ts ├── smardex-usdn │ └── index.ts ├── smartdex │ └── index.ts ├── smbswap-v2.ts ├── smbswap-v3.ts ├── smbswap │ └── index.ts ├── sobal.ts ├── solar-studios │ └── index.ts ├── solarbeam │ └── index.ts ├── solarflare │ └── index.ts ├── solfi │ └── index.ts ├── solidlizard │ └── index.ts ├── solidly-v3 │ └── index.ts ├── solidly │ └── index.ts ├── solidlydex │ └── index.ts ├── sologenic │ └── index.ts ├── somnex-perps.ts ├── somnex-v3.ts ├── somnex-xyz.ts ├── somnia-exchange.ts ├── sonex.ts ├── sonic-market-cpmm │ └── index.ts ├── sonic-market-orderbook │ └── index.ts ├── sonicxswap.ts ├── soulswap │ └── index.ts ├── soy-finance │ └── index.ts ├── spacedex-derivatives.ts ├── spacedex-swap.ts ├── spacedex │ └── index.ts ├── spacewhale │ └── index.ts ├── spark │ └── index.ts ├── sparkdex-perps │ └── index.ts ├── sparkdex-v2 │ └── index.ts ├── sparkdex-v3-1 │ └── index.ts ├── sparkdex-v3 │ └── index.ts ├── spartacus-exchange │ └── index.ts ├── spartan │ └── index.ts ├── spectra-v2.ts ├── spectrum │ └── index.ts ├── sphynx │ └── index.ts ├── spicyswap │ └── index.ts ├── spiritswap │ └── index.ts ├── spooky-perps │ └── index.ts ├── spookyswap-v3 │ └── index.ts ├── spookyswap │ └── index.ts ├── squadswap-dynamo │ └── index.ts ├── squadswap-v2 │ └── index.ts ├── squadswap-v3 │ └── index.ts ├── squadswap-wow │ └── index.ts ├── squaretower.ts ├── stabble │ └── index.ts ├── standard-mode │ └── index.ts ├── standard-spot │ └── index.ts ├── starkdefi │ └── index.ts ├── steamm.ts ├── stellarx │ └── index.ts ├── stellaswap-v3 │ └── index.ts ├── stellaswap-v4 │ └── index.ts ├── stellaswap │ └── index.ts ├── step-exchange │ └── index.ts ├── ston │ └── index.ts ├── stormtrade │ └── index.ts ├── storyhunt-v3.ts ├── strike-finance │ └── index.ts ├── subzero-zswap │ └── index.ts ├── sudofinance │ └── index.ts ├── summitx-fi.ts ├── sundaeswap │ └── index.ts ├── sunperp │ └── index.ts ├── sunswap-v2 │ └── index.ts ├── sunswap-v3 │ └── index.ts ├── sunswap │ └── index.ts ├── superX │ └── index.ts ├── superswap-v2.ts ├── superswap-v3.ts ├── superswap │ └── index.ts ├── supswap-v2 │ └── index.ts ├── supswap-v3 │ └── index.ts ├── surfone │ └── index.ts ├── surfswap-classic.ts ├── surfswap-stable-amm.ts ├── surfswap │ └── index.ts ├── surge-trade │ └── index.ts ├── sushi-aptos │ └── index.ts ├── sushiswap-classic.ts ├── sushiswap-trident.ts ├── sushiswap-v3.ts ├── swaap-v1.ts ├── swaap-v2.ts ├── swaap │ └── index.ts ├── swap-coffee │ └── index.ts ├── swapbased-perps.ts ├── swapbased-v2.ts ├── swapbased-v3.ts ├── swapbased │ └── index.ts ├── swapline │ └── index.ts ├── swapmode-v2.ts ├── swapmode-v3.ts ├── swapmode │ └── index.ts ├── swappi │ └── index.ts ├── swapr-v3 │ └── index.ts ├── swapr │ └── index.ts ├── swaps-io │ └── index.ts ├── swapsicle-v2 │ └── index.ts ├── swapsicle │ └── index.ts ├── swop │ └── index.ts ├── swych │ └── index.ts ├── swyrl-cl.ts ├── swyrl-legacy.ts ├── sxbet │ └── index.ts ├── symmetric │ └── index.ts ├── symmio │ └── index.ts ├── syncswap-v3 │ └── index.ts ├── syncswap │ └── index.ts ├── synfutures-v1 │ └── index.ts ├── synfutures-v2 │ └── index.ts ├── synfutures-v3 │ └── index.ts ├── synthetify │ └── index.ts ├── synthetix-v3 │ └── index.ts ├── synthetix │ └── index.ts ├── syrup-finance │ └── index.ts ├── taiko-swap.ts ├── tangleswap │ └── index.ts ├── tanukix.ts ├── tapp-exchange │ └── index.ts ├── taraswap │ └── index.ts ├── tea-fi.ts ├── tealswap │ └── index.ts ├── tearex │ └── index.ts ├── tegro │ └── index.ts ├── teleswap │ └── index.ts ├── templedao-trade │ └── index.ts ├── terraswap │ └── index.ts ├── tessera │ └── index.ts ├── tethys-finance │ └── index.ts ├── tetu │ └── index.ts ├── thalaswap-v2 │ └── index.ts ├── thalaswap-v3.ts ├── thalaswap │ └── index.ts ├── thena-integral │ └── index.ts ├── thena-v3 │ └── index.ts ├── thena │ └── index.ts ├── thetis-market │ └── index.ts ├── thick │ └── index.ts ├── thirdfy.ts ├── thorswap │ └── index.ts ├── thorwallet │ └── index.ts ├── throne-v3 │ └── index.ts ├── thruster-v2.ts ├── thruster-v3.ts ├── tigris │ └── index.ts ├── tinyman │ └── index.ts ├── titan │ └── index.ts ├── titano-swych │ └── index.ts ├── tlx-finance │ └── index.ts ├── tokenlon-agg.ts ├── tokenlon-dex.ts ├── tokenlon │ └── index.ts ├── tomb-swap │ └── index.ts ├── tonco │ └── index.ts ├── tonpump │ └── index.ts ├── torch │ └── index.ts ├── toros │ └── index.ts ├── traderjoe-lb-v2-2 │ └── index.ts ├── traderjoe-v1.ts ├── traderjoe-v2.ts ├── traderjoe │ └── index.ts ├── tradexyz │ └── index.ts ├── trado-spot │ └── index.ts ├── trado │ └── index.ts ├── tradoor │ └── index.ts ├── treble-perps │ └── index.ts ├── trisolaris │ └── index.ts ├── ttswap │ └── index.ts ├── turbos │ └── index.ts ├── typus-perp │ └── index.ts ├── ubeswap │ └── index.ts ├── ultrasolid-v3.ts ├── ultronswap │ └── index.ts ├── umbra │ └── index.ts ├── unchain-x │ └── index.ts ├── unicly │ └── index.ts ├── uniderp │ └── index.ts ├── unidex-perps.ts ├── unidex │ ├── index.ts │ └── unidex-dexs-agg │ │ └── index.ts ├── unifi │ └── index.ts ├── uniswap-v1.ts ├── uniswap-v2.ts ├── uniswap-v3.ts ├── uniswap-v4.ts ├── upheaval-v2.ts ├── upheaval-v3.ts ├── upscale │ └── index.ts ├── urdex │ └── index.ts ├── utyabswap │ └── index.ts ├── vanilla-finance-perps │ └── index.ts ├── vanillaswap-v2.ts ├── vanillaswap-v3.ts ├── vanswap │ └── index.ts ├── vapordex-v1.ts ├── vapordex-v2.ts ├── vapordex │ ├── index.ts │ ├── v1.ts │ └── v2.ts ├── veax │ └── index.ts ├── vela │ └── index.ts ├── velar.ts ├── velocimeter-v2 │ └── index.ts ├── velocimeter-v4 │ └── index.ts ├── velocore-v2 │ └── index.ts ├── velodrome-slipstream │ └── index.ts ├── velodrome-v2 │ └── index.ts ├── velodrome │ └── index.ts ├── veniceswap │ └── index.ts ├── ventuals │ └── index.ts ├── verse │ └── index.ts ├── vertex-protocol-derivatives.ts ├── vertex-protocol-swap.ts ├── vertex-protocol │ └── index.ts ├── verus.ts ├── vest │ └── index.ts ├── vexchange │ └── index.ts ├── vibe-perps │ └── index.ts ├── vinunft │ └── index.ts ├── vinuswap │ └── index.ts ├── viperswap │ └── index.ts ├── volta-markets │ └── index.ts ├── voltage-v3 │ └── index.ts ├── voltage-v4.ts ├── voltage │ └── index.ts ├── voltswap-v1.ts ├── voltswap-v2.ts ├── voltswap │ └── index.ts ├── voodoo-trade-derivatives.ts ├── voodoo-trade-swap.ts ├── voodoo-trade │ └── index.ts ├── vortex-protocol │ └── index.ts ├── vvs-finance │ └── index.ts ├── w-dex │ └── index.ts ├── wagmi │ ├── index.ts │ └── wagmi.ts ├── wagmi_ton │ └── index.ts ├── wagyuswap │ └── index.ts ├── wannaswap │ └── index.ts ├── wanswap-dex │ └── index.ts ├── wardenswap │ └── index.ts ├── warpgate │ └── index.ts ├── wasabee │ └── index.ts ├── wavelength-dao │ └── index.ts ├── wavex-derivatives.ts ├── wavex-swap.ts ├── wavex │ └── index.ts ├── web3world │ └── index.ts ├── wefi │ └── index.ts ├── wemix.fi │ └── index.ts ├── whaleswap │ └── index.ts ├── wigoswap │ └── index.ts ├── wineryswap │ └── index.ts ├── wingriders │ └── index.ts ├── wingswap │ └── index.ts ├── winnieswap │ └── index.ts ├── wojak-finance │ └── index.ts ├── wombat-exchange │ └── index.ts ├── woofi │ └── index.ts ├── wx.network │ └── index.ts ├── x3x.ts ├── xei │ └── index.ts ├── xena-finance-derivative │ └── index.ts ├── xena-finance │ └── index.ts ├── xexchange │ └── index.ts ├── xfai │ └── index.ts ├── xpanse-perps │ └── index.ts ├── xpress │ └── index.ts ├── xrpl-dex │ └── index.ts ├── xswap-protocol │ └── index.ts ├── xswap-v3 │ └── index.ts ├── xtrade │ └── index.ts ├── y2k-v1.ts ├── y2k-v2.ts ├── y2k │ ├── index.ts │ ├── utils.ts │ ├── y2k-finance-v2.ts │ └── y2k-finance.ts ├── yakafinance-v3 │ └── index.ts ├── yakafinance │ └── index.ts ├── yei-swap.ts ├── yfx-v3 │ └── index.ts ├── yfx-v4 │ └── index.ts ├── yield-basis.ts ├── yieldfields │ └── index.ts ├── yodeswap │ └── index.ts ├── yokaiswap │ └── index.ts ├── yoshi-exchange │ └── index.ts ├── zebra-v1 │ └── index.ts ├── zebra-v2 │ └── index.ts ├── zeno │ └── index.ts ├── zerofi │ └── index.ts ├── zeta │ └── index.ts ├── zigzag │ └── index.ts ├── zilswap │ └── index.ts ├── zipswap │ └── index.ts ├── zircon-gamma │ └── index.ts ├── zkSwap_Finance │ └── index.ts ├── zkera-finance │ ├── index.ts │ └── zkera.ts ├── zklink-perps │ └── index.ts ├── zklite │ └── index.ts ├── zkswap-stable │ └── index.ts ├── zkswap-v3 │ └── index.ts ├── zkswap │ └── index.ts ├── zo │ └── index.ts ├── zora-sofi │ └── index.ts ├── zyberswap-stable.ts ├── zyberswap-v2.ts ├── zyberswap-v3.ts └── zyberswap │ └── index.ts ├── fees ├── 0vix.ts ├── 0x0dex.ts ├── 1776meme │ └── index.ts ├── 1dex │ └── index.ts ├── 2thick.ts ├── 3jane-lending.ts ├── 40acres │ └── index.ts ├── 4cast │ └── index.ts ├── 9summits.ts ├── ArbitrumExchange-v2.ts ├── ArbitrumExchange-v3.ts ├── LeadFi-leadBTC │ └── index.ts ├── LiquidOps │ └── index.ts ├── Scale.ts ├── SmarDex │ └── index.ts ├── SwapX-v2 │ └── index.ts ├── Viridian │ └── index.ts ├── aark │ └── index.ts ├── aave-v2.ts ├── aave-v3.ts ├── aave │ └── index.ts ├── aavechan.ts ├── abcdefx.ts ├── abracadabra.ts ├── across.ts ├── aden │ └── index.ts ├── adrena.ts ├── aethir │ └── index.ts ├── aftermath-fi-amm.ts ├── agdex.ts ├── aimbot.ts ├── airswap.ts ├── akash-network │ └── index.ts ├── alchemix.ts ├── algorand.ts ├── alienfi.ts ├── alkimi │ └── index.ts ├── alkimiya.ts ├── allbridge-classic.ts ├── allbridge-core.ts ├── almanak │ └── index.ts ├── alpacafinance-gmx.ts ├── alpha-arcade │ └── index.ts ├── alpha-growth.ts ├── alphaping.ts ├── alterscope.ts ├── amnis-finance │ └── index.ts ├── amped │ └── index.ts ├── amphor │ └── index.ts ├── ampleswap.ts ├── ancient8.ts ├── angle │ ├── index.ts │ └── types.ts ├── antfun.ts ├── apebot │ └── index.ts ├── apechain.ts ├── apestore │ └── index.ts ├── apeswap.ts ├── apex-omni.ts ├── apex.ts ├── apexdefi │ ├── burst.ts │ ├── dex.ts │ └── index.ts ├── apollox │ └── index.ts ├── apostro.ts ├── apricot │ └── index.ts ├── aptos.ts ├── arbitrum-nova.ts ├── arbitrum-timeboost │ └── index.ts ├── arbitrum │ └── index.ts ├── archerswap.ts ├── aries-markets │ └── index.ts ├── arrakis-v2 │ └── index.ts ├── arweave │ └── index.ts ├── ascent-v2.ts ├── ascent-v3.ts ├── ash-perp │ └── index.ts ├── aspecta-ai │ └── index.ts ├── assetchain-swap.ts ├── assetchain.ts ├── astar │ └── index.ts ├── astroport-v2.ts ├── asymmetry-usdaf.ts ├── aura.ts ├── auragi.ts ├── aurora.ts ├── autopilot │ └── index.ts ├── autoshark.ts ├── avalanche.ts ├── avalon-usda.ts ├── avalon.ts ├── avalon_old │ └── index.ts ├── avantgarde.ts ├── avantis │ └── index.ts ├── axial.ts ├── axie-infinity │ └── index.ts ├── axiom-perps │ └── index.ts ├── axiom.ts ├── azuro │ ├── index.ts │ └── types.ts ├── b-protocol.ts ├── babydogeswap.ts ├── babyswap.ts ├── baker-dao │ └── index.ts ├── balanced.ts ├── balancer-v1.ts ├── balancer-v2.ts ├── balancer-v3.ts ├── balancer.ts ├── banana-gun-trading.ts ├── bancor-v2.ts ├── bancor-v3.ts ├── base.ts ├── basecamp │ └── index.ts ├── based-app.ts ├── based-markets.ts ├── basepaint.ts ├── baseswap-v2.ts ├── baseswap-v3.ts ├── basisos │ └── index.ts ├── baumz.ts ├── bcraft.ts ├── bd-perps │ └── index.ts ├── beam-dex.ts ├── beamable-network │ └── index.ts ├── beamex.ts ├── beamswap-v3.ts ├── beamswap.ts ├── beefy │ └── index.ts ├── beethoven-x-v3.ts ├── beethoven-x.ts ├── beets-staked-sonic │ └── index.ts ├── believe │ └── index.ts ├── bellumexchange.ts ├── bend │ └── index.ts ├── benqi-lending.ts ├── benqi-staked-avax.ts ├── beraborrow │ └── index.ts ├── berachain-bribes │ └── index.ts ├── berachain.ts ├── beradrome │ └── index.ts ├── betmode.ts ├── betswirl │ └── index.ts ├── bifrost-chain.ts ├── bifrost-liquid-staking │ └── index.ts ├── bim │ └── index.ts ├── binance-alpha.ts ├── binance-staked-eth.ts ├── binance-staked-sol │ └── index.ts ├── biswap.ts ├── bitcoin-bridge │ └── index.ts ├── bitcoin.ts ├── bitflux.ts ├── bitlayer │ └── index.ts ├── blast.ts ├── blastapi.ts ├── blazebot.ts ├── blazestake │ └── index.ts ├── blazingbot.ts ├── blex │ └── index.ts ├── blitz.ts ├── block-analitica.ts ├── blocxroute.ts ├── bloom.ts ├── blue-planet.ts ├── bluefin-alphalend.ts ├── bluefin-amm.ts ├── bluefin-pro.ts ├── bluefin.ts ├── bluemove │ └── index.ts ├── blur │ └── index.ts ├── bmx-freestyle.ts ├── bmx.ts ├── bob.ts ├── boba.ts ├── bodega-market │ └── index.ts ├── bonk-bot │ └── index.ts ├── bonzo │ └── index.ts ├── bookusd.ts ├── boop-fun │ └── index.ts ├── boson │ └── index.ts ├── botanix-stBTC.ts ├── botfalcon.ts ├── bouncebit-cedefi │ └── index.ts ├── bsc.ts ├── bucket-protocol-v2 │ └── index.ts ├── bucket-protocol │ └── index.ts ├── buffer │ └── index.ts ├── bulbaswap-v2.ts ├── bulbaswap-v3.ts ├── bullbit-ai.ts ├── bullpenfi-perps.ts ├── bullx.ts ├── bungee-bridge.ts ├── bungee.ts ├── bybit-staked-sol │ └── index.ts ├── byreal.ts ├── cakepie.ts ├── camelot-v2.ts ├── camelot-v3.ts ├── canto-lending │ └── index.ts ├── canto.ts ├── cap │ ├── config.ts │ ├── helpers.ts │ └── index.ts ├── capyfi.ts ├── carbon │ └── index.ts ├── cardano.ts ├── cashmere │ └── index.ts ├── catex │ └── index.ts ├── catfee │ └── index.ts ├── cattos.ts ├── caviar-tangible.ts ├── caviarnine-lsu-pool.ts ├── caviarnine-shape-liquidity.ts ├── celestia.ts ├── cellula │ └── index.ts ├── celo.ts ├── cetus-dlmm │ └── index.ts ├── cetus │ └── index.ts ├── chainflip │ └── index.ts ├── chainlink-ccip.ts ├── chainlink-keepers.ts ├── chainlink-requests.ts ├── chainlink-vrf-v1.ts ├── chainlink-vrf-v2.ts ├── cheapgm.ts ├── chedda-finance │ └── index.ts ├── chiliz.ts ├── chimpexchange.ts ├── chronos.ts ├── cian-yieldlayer │ └── index.ts ├── cipher.ts ├── circle.ts ├── cl-dex.ts ├── clanker.ts ├── clearstar.ts ├── cleopatra-exchange.ts ├── clever.ts ├── clipper.ts ├── clober-v2.ts ├── clusters.ts ├── cobaltx.ts ├── coinbase-commerce.ts ├── coinbase-wallet.ts ├── colend-protocol.ts ├── collector-crypt │ └── index.ts ├── collex.ts ├── colony │ ├── airdrops.ts │ ├── cai.ts │ ├── dex.ts │ ├── earlystage.ts │ ├── index.ts │ ├── masterChef.ts │ ├── staking.ts │ └── validatorProgram.ts ├── colorpool.ts ├── cometh.ts ├── complus-network.ts ├── compound-v3.ts ├── compound.ts ├── concentrator.ts ├── contango │ └── index.ts ├── convex.ts ├── core-markets │ └── index.ts ├── corn.ts ├── courtyard │ └── index.ts ├── covo-finance.ts ├── covo-v2.ts ├── cow-protocol.ts ├── creator-bid.ts ├── crodex.ts ├── cronos.ts ├── crv-usd.ts ├── cryptex-v2.ts ├── curve.ts ├── cvex │ └── index.ts ├── d2finance │ └── index.ts ├── dackieswap-v2.ts ├── dackieswap.ts ├── danogo │ ├── index.ts │ └── types.ts ├── dappos-intentEx.ts ├── datadex │ └── index.ts ├── debank-cloud.ts ├── dedust │ └── index.ts ├── deepr-finance │ └── index.ts ├── defi-dollar-cdp.ts ├── defi-saver.ts ├── defi-swap.ts ├── definitive.ts ├── defiplaza │ └── index.ts ├── defituna-amm │ └── index.ts ├── defituna-liquidity │ └── index.ts ├── degen-launchpad.ts ├── demented-games │ ├── abi.ts │ └── index.ts ├── desk │ └── index.ts ├── dexari.ts ├── dexscreener.ts ├── dexter │ └── index.ts ├── dextools.ts ├── dextoro │ └── index.ts ├── dextrabot │ └── index.ts ├── dhedge │ └── index.ts ├── dinosaur-eggs.ts ├── dln │ └── index.ts ├── dodo-fees.ts ├── doge.ts ├── dogechain.ts ├── dolomite │ └── index.ts ├── doublezero-staked-sol │ └── index.ts ├── doublezero │ └── index.ts ├── dragonswap-sei-v3.ts ├── dragonswap-sei.ts ├── dragonswap-v2.ts ├── dragonswap-v3.ts ├── dragonswap │ └── index.ts ├── dreamcash.ts ├── drift-staked-sol │ └── index.ts ├── dsx │ └── index.ts ├── dydx-v4 │ └── index.ts ├── dydx.ts ├── e3.ts ├── earnium.ts ├── ebisu-ebusd.ts ├── echelon.ts ├── echo-lending │ └── index.ts ├── echo-lsd │ └── index.ts ├── echo-strategy │ └── index.ts ├── echo │ └── index.ts ├── echodex-v3.ts ├── echodex.ts ├── edebase.ts ├── eden.ts ├── edge-capital.ts ├── edgex │ └── index.ts ├── eesee.ts ├── eggs-finance │ └── index.ts ├── eigenlayer.ts ├── eisen.ts ├── ekubo.ts ├── el-dorado-exchange.ts ├── elara │ └── index.ts ├── element │ └── index.ts ├── elk.ts ├── ember-protocol.ts ├── emdx.ts ├── emojicoin.ts ├── empiredex.ts ├── emporium │ └── index.ts ├── energyweb │ └── index.ts ├── enosys-v2.ts ├── enosys.ts ├── ens.ts ├── equalizer-exchange.ts ├── equation-v2 │ └── index.ts ├── equation-v3 │ └── index.ts ├── equation │ └── index.ts ├── equilibre-exchange.ts ├── equilibria.ts ├── equity │ └── index.ts ├── erc-burner │ └── index.ts ├── erinaceus │ └── index.ts ├── ethena.ts ├── ether-fi │ └── index.ts ├── ethereum │ └── index.ts ├── ethereumclassic.ts ├── etherlink.ts ├── ethervista.ts ├── euler-dao.ts ├── euler │ └── index.ts ├── extended.ts ├── extra-finance-xlend.ts ├── extra │ └── index.ts ├── factor │ └── index.ts ├── fantasy-top │ └── index.ts ├── fantom.ts ├── farcaster.ts ├── fastjpeg │ └── index.ts ├── fastlane │ └── index.ts ├── feather.ts ├── felix-vaults.ts ├── felix.ts ├── fence.ts ├── fenix-finance-v3.ts ├── fenix-finance.ts ├── ferro.ts ├── filament │ └── index.ts ├── filecoin.ts ├── finder-bot │ └── index.ts ├── firebird-finance.ts ├── first-crypto-bank │ └── index.ts ├── fjord-foundry-v1.ts ├── fjord-foundry-v2.ts ├── fjord-foundry │ └── index.ts ├── flare.ts ├── flashbot.ts ├── flashtrade.ts ├── flaunch.ts ├── flexperp.ts ├── flow │ └── index.ts ├── flowx-finance │ └── index.ts ├── flowx-v3 │ └── index.ts ├── fluence │ └── index.ts ├── fluid-dex-lite.ts ├── fluid-lite │ └── index.ts ├── fluid │ ├── config.ts │ ├── fees.ts │ ├── index.ts │ └── revenue.ts ├── fluxfinance │ └── index.ts ├── fomo │ └── index.ts ├── foom-cash │ └── index.ts ├── footballdotfun │ └── index.ts ├── forge.ts ├── foundation.ts ├── four-meme.ts ├── fragment │ └── index.ts ├── frankencoin │ └── index.ts ├── franklin-templeton │ └── index.ts ├── frax-amo.ts ├── frax-ether.ts ├── frax-fpi.ts ├── frax-swap.ts ├── fraxlend │ └── index.ts ├── fraxtal.ts ├── friend-room.ts ├── friend-tech.ts ├── friend3.ts ├── fulcrom-finance.ts ├── fullsail-finance │ └── index.ts ├── furucombo │ └── index.ts ├── fuse.ts ├── fvm-exchange.ts ├── fwx-dex │ └── index.ts ├── fwx │ └── index.ts ├── fx-protocol.ts ├── g8keep.ts ├── gacha │ └── index.ts ├── gains-network.ts ├── gambit.ts ├── gamma.ts ├── garden │ └── index.ts ├── gaspump │ └── index.ts ├── gauntlet.ts ├── gearbox │ ├── configs.ts │ └── index.ts ├── geckoterminal.ts ├── geist-finance │ └── index.ts ├── geodnet.ts ├── get-protocol.ts ├── getHemiNames │ └── index.ts ├── ghostmarket │ └── index.ts ├── gin-finance.ts ├── giza │ └── index.ts ├── gliquid │ └── index.ts ├── gluex-protocol.ts ├── gmgnai.ts ├── gmx-v2 │ └── index.ts ├── gmx.ts ├── gnd-protocol.ts ├── goat-protocol │ └── index.ts ├── goat.ts ├── godl │ └── index.ts ├── goku-money │ └── index.ts ├── goldfinch.ts ├── goplus-locker.ts ├── goplus.ts ├── grafun.ts ├── graphite-protocol │ └── index.ts ├── gravis.ts ├── gravity-finance.ts ├── gravity.ts ├── grizzly-trade-derivatives-v2.ts ├── grizzly-trade.ts ├── gt3.ts ├── gyroscope │ └── index.ts ├── hadouken-amm.ts ├── haedal-protocol │ └── index.ts ├── haedal-vault │ └── index.ts ├── haedal │ └── index.ts ├── haiku │ └── index.ts ├── hakutora.ts ├── harmony.ts ├── hashkey.ts ├── hashnote-usyc │ └── index.ts ├── haven1-hswap │ └── index.ts ├── heaven-dex │ └── index.ts ├── hedera.ts ├── hedgey.ts ├── hegic.ts ├── helio.ts ├── helium │ └── index.ts ├── hemi.ts ├── hercules-v2.ts ├── hercules-v3.ts ├── hfun.ts ├── hipo │ └── index.ts ├── hivemapper │ └── index.ts ├── holdstation-agg.ts ├── holdstation-defutures.ts ├── honeypot-finance │ └── index.ts ├── honeyswap.ts ├── hono.ts ├── hop-protocol.ts ├── hopr │ └── index.ts ├── horizondex.ts ├── houdini-swap.ts ├── hover │ └── index.ts ├── huckleberry.ts ├── humanfi │ └── index.ts ├── hydradex-v2.ts ├── hydradx.ts ├── hydration-dex.ts ├── hydrometer │ └── index.ts ├── hylo-protocol │ └── index.ts ├── hyperbeat-lst │ └── index.ts ├── hyperbeat │ └── index.ts ├── hyperbloom │ └── index.ts ├── hypercat.ts ├── hyperdash │ └── index.ts ├── hyperevm.ts ├── hyperion.ts ├── hyperionx │ └── index.ts ├── hyperithm.ts ├── hyperlend-isolated.ts ├── hyperlend.ts ├── hyperliquid-hlp.ts ├── hyperliquid.ts ├── hypersignals.ts ├── hyperswap-v2.ts ├── hyperswap-v3.ts ├── hypertek │ └── index.ts ├── hyperunit │ └── index.ts ├── hyperwave │ ├── hwhlp.ts │ ├── hwhype.ts │ └── index.ts ├── hyperyield.ts ├── hypurrfi-isolated │ ├── abi.json │ └── index.ts ├── hypurrfi │ └── index.ts ├── illuvium.ts ├── immortalx │ └── index.ts ├── impermax-finance-v3 │ ├── blacklist.ts │ └── index.ts ├── impermax-finance │ ├── blacklist.ts │ ├── index.ts │ ├── old-adapter.ts │ └── query.ts ├── imx-seaport │ ├── index.ts │ └── seaport.ts ├── imx.ts ├── indigo │ └── index.ts ├── infinex-perps.ts ├── infrared-finance.ts ├── injective.ts ├── ink.ts ├── insilico.ts ├── instadapp │ └── index.ts ├── integral │ └── index.ts ├── intent-x │ └── index.ts ├── interface-app.ts ├── invariant.ts ├── inverse-finance │ └── index.ts ├── iota_evm.ts ├── iotex │ └── index.ts ├── ironbank │ └── index.ts ├── ivx │ └── index.ts ├── javsphere │ └── index.ts ├── jellyverse.ts ├── jeton │ └── index.ts ├── jetswap.ts ├── jito-mev-tips │ └── index.ts ├── jito-staked-sol │ └── index.ts ├── jito │ └── index.ts ├── joe-v2.1.ts ├── jojo │ └── index.ts ├── jpg-store │ └── index.ts ├── juice-finance │ └── index.ts ├── juicebox │ └── index.ts ├── jumper-exchange │ └── index.ts ├── junoswap.ts ├── jup-ape.ts ├── jup-studio │ └── index.ts ├── jupiter-dca.ts ├── jupiter-perpetual │ └── index.ts ├── jupiter-staked-sol │ └── index.ts ├── jupiter.ts ├── justbet │ ├── constants.ts │ └── index.ts ├── justlend.ts ├── k-bit │ └── index.ts ├── k3.ts ├── kaching │ └── index.ts ├── kairos │ └── index.ts ├── kamino-lending │ └── index.ts ├── kamino-liquidity │ └── index.ts ├── kanalabs-perp │ └── index.ts ├── karak.ts ├── kardia.ts ├── katana.ts ├── kcc.ts ├── keller-cl │ └── index.ts ├── keller │ └── index.ts ├── kelp.ts ├── kensei.ts ├── keom.ts ├── kerberos │ ├── index.ts │ └── routers.ts ├── keyring.ts ├── kgen.ts ├── kiloex │ └── index.ts ├── kinetic.ts ├── kinetiq-staked-hype │ └── index.ts ├── kinetix-derivatives-v2 │ └── index.ts ├── kinetix-v1.ts ├── kinetix-v3 │ └── index.ts ├── kinetix │ └── index.ts ├── kinto-xyz │ └── index.ts ├── kintsu.ts ├── kinza-finance.ts ├── kittenswap-algebra.ts ├── kittenswap-cl.ts ├── kittenswap.ts ├── klaytn.ts ├── kodiak-perps.ts ├── kofi-finance │ └── index.ts ├── koi-finance-cl.ts ├── koi-finance │ ├── index.ts │ └── koi-finance.ts ├── kongswap.ts ├── kperp-exchange.ts ├── kpk.ts ├── kroma.ts ├── kromatika.ts ├── ktx.ts ├── kuru.ts ├── kwenta.ts ├── kyberswap-aggregator.ts ├── kyberswap-classic.ts ├── kyberswap-elastic.ts ├── kyberswap.ts ├── kyotoswap.ts ├── lab-terminal.ts ├── launch-on-bags │ └── index.ts ├── launchlab │ └── index.ts ├── lava.ts ├── lavarage.ts ├── lendle.ts ├── lens-protocol.ts ├── letsbonk │ └── index.ts ├── level-finance.ts ├── level.ts ├── levvy-fi-tokens │ └── index.ts ├── levvy-fi │ └── index.ts ├── lexer │ └── index.ts ├── lido.ts ├── lifi │ └── index.ts ├── lifinity.ts ├── lighterv2 │ └── index.ts ├── lightlink.ts ├── liminal-perps.ts ├── linea.ts ├── linehub-perps │ └── index.ts ├── liondex │ └── index.ts ├── liquid-bolt.ts ├── liquid-collective │ └── index.ts ├── liquid-perps.ts ├── liquid-ron │ └── index.ts ├── liquidity-slicing │ └── index.ts ├── liquidlaunch │ └── index.ts ├── liquidloans-io.ts ├── liquidswap.ts ├── liquis.ts ├── liquity-v2.ts ├── liquity.ts ├── lisk.ts ├── lista-lending │ └── index.ts ├── lista-lisusd │ └── index.ts ├── lista-slisbnb │ └── index.ts ├── lit-trade.ts ├── litecoin.ts ├── livepeer │ └── index.ts ├── llamalend-curve.ts ├── llamalend.ts ├── llamarisk.ts ├── lnexchange-perp.ts ├── lobbyfi.ts ├── logx │ └── index.ts ├── looksrare.ts ├── looped-hype │ └── index.ts ├── lootbase.ts ├── looter.ts ├── luna-fun.ts ├── lybra-finance.ts ├── lybra-v2.ts ├── lynex-v1.ts ├── lynex.ts ├── lyra-v2.ts ├── lyra.ts ├── m0.ts ├── m11c.ts ├── machfi │ └── index.ts ├── maestro.ts ├── magma-finance │ └── index.ts ├── magnum-trading-bot │ └── index.ts ├── magpie.ts ├── makenow-meme.ts ├── makerdao.ts ├── mango-v4.ts ├── manifold.ts ├── manta.ts ├── mantle.ts ├── maple-finance.ts ├── margin-zero.ts ├── marinade-liquid-staking │ └── index.ts ├── marinade-native │ └── index.ts ├── marinade-select │ └── index.ts ├── marquee │ └── index.ts ├── mass-dot-money.ts ├── maverick.ts ├── maxapy │ └── index.ts ├── mayan.ts ├── mellow-lrt.ts ├── memecooking │ └── index.ts ├── memejob │ └── index.ts ├── memewe │ └── index.ts ├── mendi-finance │ └── index.ts ├── meowl │ └── index.ts ├── merchant-moe-dex.ts ├── meridian-amm.ts ├── meridian-trade.ts ├── merkle-trade.ts ├── merlin.ts ├── meso-finance.ts ├── meta-pool-eth │ └── index.ts ├── metamask-musd │ └── index.ts ├── metamask-perps.ts ├── metaplex.ts ├── metavault-derivatives-v2 │ └── index.ts ├── metavault-v3 │ └── index.ts ├── metavault.trade │ └── index.ts ├── meteora-damm-v2.ts ├── meteora.ts ├── meth-protocol.ts ├── metis.ts ├── metronome-synth │ └── index.ts ├── metropolis-amm │ └── index.ts ├── metropolis-dlmm │ └── index.ts ├── mev-capital.ts ├── mevx.ts ├── migrate-fun │ └── index.ts ├── milkyway.ts ├── mimboku-aggregator.ts ├── mimo.ts ├── mint.ts ├── mintpark │ └── index.ts ├── mixin.ts ├── mm-stableswap-polygon.ts ├── moar.ts ├── mobius-money.ts ├── mode.ts ├── mojitoswap.ts ├── momentum.ts ├── monad │ └── index.ts ├── monarchpay │ └── index.ts ├── moneyfi │ └── index.ts ├── moonbeam.ts ├── moonbot │ └── index.ts ├── mooniswap.ts ├── moonpiefun.ts ├── moonriver.ts ├── moonshot-create.ts ├── moonshot-money.ts ├── moonshot.ts ├── moonwell-apollo.ts ├── moonwell-artemis.ts ├── moonwell-vaults.ts ├── moonwell │ └── index.ts ├── morFi │ └── index.ts ├── more-markets.ts ├── morph.ts ├── morphex-old.ts ├── morphex.ts ├── morpho-compound.ts ├── morpho │ └── index.ts ├── mosaic-amm.ts ├── move-dollar.ts ├── move.ts ├── mstable-v2 │ └── index.ts ├── multichain │ └── index.ts ├── multiswap.ts ├── mummy-finance.ts ├── mustang.ts ├── mux.ts ├── myriadmarkets │ └── index.ts ├── myx-finance │ └── index.ts ├── nado.ts ├── napier.ts ├── navi │ └── index.ts ├── navigator │ └── index.ts ├── near-intents │ └── index.ts ├── near │ └── index.ts ├── neby-dex.ts ├── nemo-vault │ └── index.ts ├── nemo-yield-trading │ └── index.ts ├── nerite.ts ├── nether-fi │ └── index.ts ├── netswap.ts ├── neverland │ └── index.ts ├── nftearth.ts ├── nile-exchange │ ├── bribes.ts │ └── index.ts ├── node-ops.ts ├── nomiswap.ts ├── none-trading-bot.ts ├── noon │ └── index.ts ├── nouns │ └── index.ts ├── nova │ └── index.ts ├── ntm │ └── index.ts ├── nuls.ts ├── nuri-exchange-v1 │ └── index.ts ├── nuri-exchange-v2 │ ├── bribes.ts │ └── index.ts ├── o1-exchange.ts ├── oasys.ts ├── ocelex-v1.ts ├── ocelex.ts ├── ociswap-basic.ts ├── ociswap-precision.ts ├── ociswap.ts ├── odos.ts ├── odyssey-finance │ └── index.ts ├── okto-wallet.ts ├── okx-swap.ts ├── ondo.ts ├── oogabooga.ts ├── oolongswap.ts ├── op-bnb.ts ├── open-stablecoin-index │ └── index.ts ├── openeden-t-bills │ └── index.ts ├── openeden-usdo.ts ├── opensea-seaport.ts ├── opensea-v1.ts ├── opensea-v2.ts ├── opensea │ ├── index.ts │ └── seaport.ts ├── optfun │ └── index.ts ├── optimism.ts ├── optionBlitz │ └── index.ts ├── orb │ └── index.ts ├── orby-network.ts ├── orderly │ └── index.ts ├── ore │ └── index.ts ├── origin-dollar │ └── index.ts ├── orki-finance.ts ├── osmosis.ts ├── ostium │ └── index.ts ├── ouroboros.ts ├── oxfun.ts ├── oxium.ts ├── p2p-lending │ └── index.ts ├── p2pme │ └── index.ts ├── paal-ai │ └── index.ts ├── pac-finance.ts ├── pact.ts ├── padre │ └── index.ts ├── paint-swap.ts ├── pancakeswap-lottery │ └── index.ts ├── pandora-speed-trading │ └── index.ts ├── pandora.ts ├── pandoraswap.ts ├── pangolin.ts ├── paradex │ └── index.ts ├── paraswap.ts ├── paxos-gold │ └── index.ts ├── paycash │ └── index.ts ├── peapods-finance │ └── index.ts ├── pear-protocol │ └── index.ts ├── pearlfi.ts ├── pendle.ts ├── penpie.ts ├── pepe-swaves │ └── index.ts ├── pepeboost │ └── index.ts ├── perp88.ts ├── perpetual-protocol.ts ├── perpmate.ts ├── phame-protocol.ts ├── phantom-perps │ └── index.ts ├── phantom.ts ├── pharaoh-exchange.ts ├── photon.ts ├── phygitals │ └── index.ts ├── pika-protocol-v4.ts ├── pika-protocol.ts ├── pingu │ └── index.ts ├── pinksale │ └── index.ts ├── pinnako.ts ├── plasma.ts ├── plenty.ts ├── plexus.ts ├── plume │ └── index.ts ├── pocket-universe.ts ├── polter │ ├── index.ts │ └── types.ts ├── polygon-zkevm.ts ├── polygon.ts ├── polymarket.ts ├── polynomial.ts ├── pooltogether-v5 │ └── index.ts ├── post-tech.ts ├── powercity-earn-protocols.ts ├── powercity-flex-protocols.ts ├── predy-finance-v320.ts ├── predy-finance-v5.ts ├── predy-finance │ └── index.ts ├── premia-v2.ts ├── premia-v3.ts ├── premia │ ├── index.ts │ ├── v2.ts │ └── v3.ts ├── prerich-app.ts ├── primordium.ts ├── prisma-finance.ts ├── privacy-cash │ └── index.ts ├── privacy-pools.ts ├── pulsex-stableswap │ └── index.ts ├── pulsex-v1 │ └── index.ts ├── pulsex-v2 │ └── index.ts ├── pump-swap │ └── index.ts ├── pumpdotfun.ts ├── pumper │ └── index.ts ├── pumpup.ts ├── punk-strategy.ts ├── punk.coffee │ └── index.ts ├── pvp-trade.ts ├── pyth-entropy │ └── index.ts ├── qidao.ts ├── quanto │ └── index.ts ├── qubic-mining │ └── index.ts ├── quenta │ └── index.ts ├── quickswap-hydra │ └── index.ts ├── quickswap-perps │ └── index.ts ├── quickswap-v3.ts ├── quickswap.ts ├── quill-fi.ts ├── rabbitswap-v3.ts ├── rabby-perps.ts ├── rabby.ts ├── radiant.ts ├── radioshack.ts ├── radpie.ts ├── railgun.ts ├── rain-one │ └── index.ts ├── rain │ └── index.ts ├── rainbow-perps.ts ├── rainbow-wallet.ts ├── ramses-exchange-v1 │ ├── bribes.ts │ └── index.ts ├── ramses-exchange-v2 │ ├── bribes.ts │ └── index.ts ├── rank-trading │ └── index.ts ├── raybot.ts ├── raydium.ts ├── razordex.ts ├── re7.ts ├── reachme │ └── index.ts ├── realt-rmm-marketplace-v2.ts ├── realt-rmm-marketplace.ts ├── redstone.ts ├── ref-finance │ └── index.ts ├── relend.ts ├── renzo │ ├── common.ts │ └── index.ts ├── reserve │ └── index.ts ├── resolv │ └── index.ts ├── resupply │ └── index.ts ├── reya.ts ├── rezerve-money │ ├── bonds.ts │ ├── index.ts │ ├── rebases.ts │ └── shadow.ts ├── rfx │ └── index.ts ├── rhea-lend │ └── index.ts ├── ribbon │ └── index.ts ├── rings │ └── index.ts ├── rip-fun │ └── index.ts ├── ripple.ts ├── rocketpool.ts ├── rollbit.ts ├── rollup-finace.ts ├── ronin.ts ├── roots │ └── index.ts ├── rootstock.ts ├── royco.ts ├── rubicon │ └── index.ts ├── rubyscore │ └── index.ts ├── saber │ └── index.ts ├── sable-finance.ts ├── sablier.ts ├── saddle-finance.ts ├── safe.ts ├── sakefinance.ts ├── salsadex │ └── index.ts ├── sanctum-infinity │ └── index.ts ├── sanctum-validator-lsts │ └── index.ts ├── sanctum │ └── index.ts ├── saros.ts ├── satoshi-perps │ └── index.ts ├── saucerswap-v2.ts ├── saucerswap.ts ├── scallop │ └── index.ts ├── scatter.ts ├── scoop.ts ├── scroll.ts ├── seamless-v1.ts ├── seda.ts ├── sedge │ └── index.ts ├── segment-finance.ts ├── sei.ts ├── sendshot.ts ├── sentora.ts ├── sharesgram.ts ├── sharpe-earn │ └── index.ts ├── shibaswap.ts ├── shimmer_evm.ts ├── shmonad │ └── index.ts ├── shoebillFinance-v2 │ └── index.ts ├── shuriken.ts ├── sideshift.ts ├── silent.ts ├── silo-finance-v2 │ └── index.ts ├── silo-finance │ └── index.ts ├── silverswap.ts ├── singularv.ts ├── size-credit.ts ├── skale.ts ├── smithii │ └── index.ts ├── snakefinance.ts ├── sns.ts ├── sobal.ts ├── sobax-io.ts ├── socket │ └── index.ts ├── sofa-org │ └── index.ts ├── sol-trading-bot │ └── index.ts ├── solana.ts ├── solar-studios │ └── index.ts ├── solarbeam.ts ├── solarflare.ts ├── solend.ts ├── solid-yield.ts ├── solidlizard.ts ├── solidly-v3.ts ├── solidlydex.ts ├── solv-finance │ └── index.ts ├── sommelier.ts ├── somnia.ts ├── soneium.ts ├── sonic.ts ├── sonne-finance │ ├── helpers.ts │ └── index.ts ├── sosovalue │ └── index.ts ├── spaace │ └── index.ts ├── spark-liquidity-layer │ ├── index.ts │ └── spark-liquidity-layer-revenue.sql ├── spark │ └── index.ts ├── sparkdex-v3-1 │ └── index.ts ├── spiko │ └── index.ts ├── spiritswap.ts ├── splash │ └── index.ts ├── spookyswap-v3.ts ├── spookyswap.ts ├── springsui-ecosystem │ └── index.ts ├── springsui │ └── index.ts ├── squa-defi.ts ├── ssv-network.ts ├── stabble │ └── index.ts ├── stability │ └── index.ts ├── stader.ts ├── stakedao │ └── index.ts ├── stakee │ └── index.ts ├── stakestone-stone │ └── index.ts ├── stakewise.ts ├── stargate-finance-v2 │ └── index.ts ├── stargate.ts ├── starknet.ts ├── stars-arena.ts ├── stbot.ts ├── steakhouse.ts ├── stealcam.ts ├── steamm │ └── index.ts ├── stellar │ └── index.ts ├── stellaswap.ts ├── step-finance │ └── index.ts ├── ston │ └── index.ts ├── stormtrade │ └── index.ts ├── story.ts ├── stout │ └── index.ts ├── stratex │ └── index.ts ├── streamflow │ └── index.ts ├── stride.ts ├── strike-finance │ └── index.ts ├── strike │ └── index.ts ├── substanceX │ └── index.ts ├── subzero-zswap.ts ├── sudofinance │ └── index.ts ├── sudoswap-v1.ts ├── sudoswap-v2.ts ├── sui.ts ├── suilend │ └── index.ts ├── suite │ └── index.ts ├── sumer │ └── index.ts ├── summer.fi │ └── index.ts ├── sunpump.ts ├── sunswap-v1.ts ├── sunswap-v2.ts ├── sunswap-v3.ts ├── supercexy.ts ├── superchain.ts ├── superfund │ └── index.ts ├── superlend.ts ├── superposition │ └── index.ts ├── superstack.ts ├── superstate-uscc │ └── index.ts ├── superstate │ └── index.ts ├── superx │ └── index.ts ├── surfone │ └── index.ts ├── surge-trade.ts ├── sushiswap-agg.ts ├── swap-coffee │ └── index.ts ├── swapmode-v2.ts ├── swapmode-v3.ts ├── swappi.ts ├── swapr-v3.ts ├── swapr.ts ├── swapsicle.ts ├── swell.ts ├── swellchain.ts ├── swing │ └── index.ts ├── swych │ └── index.ts ├── sx-network │ └── index.ts ├── synapse │ └── index.ts ├── syncswap-v3.ts ├── syncswap.ts ├── synfutures-v3 │ └── index.ts ├── synthetix-v3.ts ├── synthetix.ts ├── syscoin.ts ├── taiko.ts ├── takara-lend │ └── index.ts ├── tangible-rwa.ts ├── tapp-exchange.ts ├── taraswap │ └── index.ts ├── tarot.ts ├── tbtc.ts ├── tectonic │ └── index.ts ├── teddy-cash.ts ├── teleswap.ts ├── telos.ts ├── telosc.ts ├── tether │ ├── attestations-stablecoins.ts │ └── index.ts ├── thalaswap-v2.ts ├── thalaswap.ts ├── thales │ └── index.ts ├── thegraph.ts ├── thena-integral.ts ├── thena-perp.ts ├── thena-v1.ts ├── thena-v3.ts ├── thetis-market.ts ├── thevault │ └── index.ts ├── thick.ts ├── thorchain │ └── index.ts ├── thorswap │ └── index.ts ├── threshold-thusd.ts ├── thundercore.ts ├── tigris │ └── index.ts ├── time-fun.ts ├── titano-swych.ts ├── tlx-finance │ └── index.ts ├── tna.ts ├── token-works │ └── index.ts ├── tokos-fi.ts ├── ton.ts ├── tonco │ └── index.ts ├── tonstakers-lsd │ └── index.ts ├── topcut │ └── index.ts ├── torch │ └── index.ts ├── tornado │ └── index.ts ├── toros │ └── index.ts ├── touch.fan.ts ├── trade-wiz.ts ├── traderjoe-lb-v2-2.ts ├── traderjoe-lend │ └── index.ts ├── traderjoe-v1.ts ├── traderjoe.ts ├── trado │ └── index.ts ├── tree-news │ └── index.ts ├── treehouse-protocol │ └── index.ts ├── trends.ts ├── tribe-run.ts ├── tron.ts ├── tronsave │ └── index.ts ├── trust-wallet.ts ├── tsunami-fi.ts ├── tulip-capital.ts ├── tydro.ts ├── typus-dov.ts ├── typus-perp.ts ├── typus-safu.ts ├── umoja │ └── index.ts ├── unibot.ts ├── unichain.ts ├── unicornx.ts ├── unicrypt.ts ├── uniderp │ └── index.ts ├── unidex.ts ├── uniswap-lab.ts ├── unleash-protocol.ts ├── unlimited-network.ts ├── unlock-protocol.ts ├── up-vs-down-game.ts ├── upheaval-spot │ └── index.ts ├── upshift │ └── index.ts ├── usdai │ ├── index.ts │ └── legacyUtils.ts ├── usdo.ts ├── usdx.ts ├── usual.ts ├── vader-ai.ts ├── valas-finance.ts ├── valorem │ ├── constants.ts │ ├── helpers.ts │ ├── index.ts │ └── interfaces.ts ├── variational │ └── index.ts ├── vault-bridge.ts ├── vaultcraft.ts ├── vaultka.ts ├── veax.ts ├── vectorfun.ts ├── veda.ts ├── vela │ └── index.ts ├── velas.ts ├── velo │ └── index.ts ├── velodrome-v2 │ └── index.ts ├── velodrome │ └── index.ts ├── veno-finance.ts ├── venus-finance.ts ├── verse.ts ├── vertex-protocol.ts ├── vesper │ └── index.ts ├── vest-markets │ └── index.ts ├── vesta-finance.ts ├── vexy │ └── index.ts ├── vfat │ └── index.ts ├── vibes-meme.ts ├── vicuna-finance │ └── index.ts ├── vicuna-lending.ts ├── vii-finance.ts ├── vinufinance │ └── index.ts ├── virtual-protocol.ts ├── volboost.ts ├── volo-vault │ └── index.ts ├── volta-markets │ └── index.ts ├── voodoo-trade.ts ├── votre │ └── index.ts ├── vvs-finance.ts ├── wallet-v │ └── index.ts ├── walrus.ts ├── wasabee.ts ├── waterneuron.ts ├── waves │ └── index.ts ├── wavex │ └── index.ts ├── wbtc │ └── index.ts ├── wen-markets.ts ├── what-exchange.ts ├── wigoswap.ts ├── wildcat.ts ├── winr.ts ├── wise-lending-v2 │ └── index.ts ├── witty │ └── index.ts ├── wombat-exchange.ts ├── woofi-pro-perp.ts ├── woofi.ts ├── worldchain.ts ├── worldle │ └── index.ts ├── wormhole │ └── index.ts ├── wrapped-hlp │ └── index.ts ├── x2y2.ts ├── xdai.ts ├── xdock-meme.ts ├── xena-finance.ts ├── xoxno │ └── index.ts ├── xswap-v2 │ └── index.ts ├── xtrade-protocol-perps │ └── index.ts ├── xtrade-protocol.ts ├── y2k-v1.ts ├── y2k-v2.ts ├── y2k │ ├── index.ts │ ├── y2k-finance-v2.ts │ └── y2k-finance.ts ├── yakafinance │ └── index.ts ├── yala │ └── index.ts ├── yamfore.ts ├── yearn-curating.ts ├── yearn-ether.ts ├── yearn-finance.ts ├── yei-finance │ └── index.ts ├── yfx-v3.ts ├── yfx-v4.ts ├── yield-yak-staked-avax.ts ├── yieldfi │ └── index.ts ├── yieldnest.ts ├── yo-protocol │ └── index.ts ├── yologames │ └── index.ts ├── yuzu-finance.ts ├── zapfi │ └── index.ts ├── zapper-channels.ts ├── zapzy │ └── index.ts ├── zarban │ └── index.ts ├── zebra-v1.ts ├── zebra-v2.ts ├── zeebu │ └── index.ts ├── zeno.ts ├── zerion-wallet.ts ├── zerolend-vaults.ts ├── zerolend.ts ├── zeta.ts ├── zivoe │ └── index.ts ├── zkswap-finance.ts ├── zksync-era │ └── index.ts ├── zns │ └── index.ts ├── zo │ └── index.ts ├── zonic.ts ├── zoodotfun.ts ├── zora-chain.ts ├── zora-sofi.ts ├── zora.ts ├── zunami │ └── index.ts ├── zyberswap-stable.ts ├── zyberswap-v2.ts ├── zyberswap-v3.ts ├── zyberswap.ts └── zyfai.ts ├── helpers ├── aave │ ├── abi.ts │ ├── helper.ts │ └── index.ts ├── aggregators │ ├── bungee.ts │ ├── haiku.ts │ └── lifi.ts ├── allium.ts ├── alliumDex.ts ├── aptos.ts ├── balancer.ts ├── bitqueryFees.ts ├── blockscoutFees.ts ├── cache.ts ├── chains.ts ├── coinbase-commerce.ts ├── compoundV2.ts ├── coreAssets.json ├── curators │ ├── configs.ts │ └── index.ts ├── curve │ ├── helpers.ts │ └── index.ts ├── dune.ts ├── env.ts ├── erc4626.ts ├── ethereum-l2.ts ├── etherscanFees.ts ├── flipsidecrypto.ts ├── fraxlend.ts ├── friend-tech.ts ├── getBlock.ts ├── getChainFees.ts ├── getRaydiumFees.ts ├── getStartTimestamp.ts ├── getTimestampAtStartOfHour.ts ├── getTxReceipts.ts ├── getUniSubgraph │ ├── index.ts │ └── utils.ts ├── getUniSubgraphFees.ts ├── getUniSubgraphVolume.ts ├── gmx.ts ├── hyperliquid.ts ├── indexer.ts ├── joe.ts ├── liquity.ts ├── lists.ts ├── metrics.ts ├── orderly.ts ├── pool.ts ├── prices.ts ├── queries │ ├── bob-blockchain.sql │ ├── conveyor.sql │ ├── cow-protocol.sql │ ├── dbc-config.sql │ ├── dbc.sql │ ├── definitive.sql │ ├── drift-protocol.sql │ ├── eulerswap.sql │ ├── flashbots.sql │ ├── jito.sql │ ├── jupiter-perpetual.sql │ ├── sol-lst.sql │ ├── stader.sql │ └── virtual-protocol.sql ├── readableStartTimestamp.js ├── ripple.ts ├── saddle.ts ├── solana.ts ├── solidly.ts ├── sui.ts ├── symmio.ts ├── time-fun.ts ├── token.ts ├── tonLst.ts ├── traderJoeV2.ts ├── uniswap.ts ├── useTokenLabels.js └── utils │ ├── findClosest.ts │ └── index.ts ├── incentives └── bitcoin │ └── index.ts ├── nfts ├── chains.ts └── test.ts ├── open-interest ├── aevo-options-oi.ts ├── aevo-perps-oi.ts ├── apollox.ts ├── astro-perp-oi.ts ├── boros-oi.ts ├── defx.ts ├── derive-options.ts ├── ethereal-oi.ts ├── gmx-v2-gmx-v2-trade.ts ├── hibachi.ts ├── injective-derivatives.ts ├── lighter-v2.ts ├── lyra-v2.ts ├── myx-finance.ts ├── orderly-perps-oi.ts ├── paradex.ts ├── reya-dex-oi.ts ├── rho-trading.ts ├── satori-oi.ts ├── sunperp-oi.ts ├── synfutures-v3.ts ├── synthetix-v3.ts ├── synthetix.ts └── vest-markets.ts ├── options ├── aevo │ └── index.ts ├── arrow-markets │ └── index.ts ├── dopex │ ├── clamm.ts │ └── index.ts ├── hegic │ ├── index.ts │ └── interfaces.ts ├── ithaca │ └── index.ts ├── ivx │ └── index.ts ├── jaspervault │ └── index.ts ├── lyra-v2 │ └── index.ts ├── lyra │ ├── getLyraSubgraphVolume.ts │ └── index.ts ├── moby │ └── index.ts ├── optfun │ └── index.ts ├── optionBlitz │ └── index.ts ├── opyn │ └── index.ts ├── pancakeswap-options │ └── index.ts ├── paradex │ └── index.ts ├── premia-v2.ts ├── premia-v3.ts ├── premia │ ├── index.ts │ ├── v2.ts │ └── v3.ts ├── rysk-finance │ └── index.ts ├── rysk-v12 │ └── index.ts ├── smilee-finance │ └── index.ts ├── sofa-org │ └── index.ts ├── thales │ ├── abis.ts │ ├── config.ts │ ├── eventArgs.ts │ ├── index.ts │ └── parsers.ts ├── tigris │ └── index.ts ├── ton-hedge.ts ├── typus │ ├── getChainData.ts │ └── index.ts ├── umoja │ └── index.ts └── valorem │ └── index.ts ├── package.json ├── pnpm-lock.yaml ├── pull_request_template.md ├── tsconfig.cli.json ├── tsconfig.json ├── users ├── README.md ├── chains.ts ├── compound-v2 │ └── index.ts ├── list.ts ├── routers │ ├── index.ts │ └── routerAddresses.ts ├── test.ts ├── testHistoricalUsers.ts ├── testNewUsers.ts └── utils │ ├── convertChain.ts │ ├── countUsers.ts │ └── types.ts └── utils ├── date.ts ├── deleteRedundantFiles.ts ├── fetchURL.ts ├── prices.ts └── utils.ts /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/README.md -------------------------------------------------------------------------------- /adapters/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/adapters/types.ts -------------------------------------------------------------------------------- /aggregator-derivatives/.gitkeep: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /aggregator-options/example.ts: -------------------------------------------------------------------------------- 1 | //code here -------------------------------------------------------------------------------- /cli/buildModules.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/cli/buildModules.ts -------------------------------------------------------------------------------- /cli/interactive.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/cli/interactive.js -------------------------------------------------------------------------------- /cli/testAdapter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/cli/testAdapter.ts -------------------------------------------------------------------------------- /cli/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/cli/utils.ts -------------------------------------------------------------------------------- /dexs/0x-rfq.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/0x-rfq.ts -------------------------------------------------------------------------------- /dexs/0x/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/0x/index.ts -------------------------------------------------------------------------------- /dexs/1dex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/1dex/index.ts -------------------------------------------------------------------------------- /dexs/4swap/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/4swap/index.ts -------------------------------------------------------------------------------- /dexs/9mm/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/9mm/index.ts -------------------------------------------------------------------------------- /dexs/ICDex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/ICDex/index.ts -------------------------------------------------------------------------------- /dexs/Scale/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/Scale/index.ts -------------------------------------------------------------------------------- /dexs/aark/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/aark/index.ts -------------------------------------------------------------------------------- /dexs/aethonswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/aethonswap.ts -------------------------------------------------------------------------------- /dexs/aevo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/aevo/index.ts -------------------------------------------------------------------------------- /dexs/agdex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/agdex/index.ts -------------------------------------------------------------------------------- /dexs/alex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/alex/index.ts -------------------------------------------------------------------------------- /dexs/alkimiya.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/alkimiya.ts -------------------------------------------------------------------------------- /dexs/amped-swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/amped-swap.ts -------------------------------------------------------------------------------- /dexs/amped/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/amped/index.ts -------------------------------------------------------------------------------- /dexs/angstrom.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/angstrom.ts -------------------------------------------------------------------------------- /dexs/apex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/apex/index.ts -------------------------------------------------------------------------------- /dexs/archfi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/archfi.ts -------------------------------------------------------------------------------- /dexs/arena-dex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/arena-dex.ts -------------------------------------------------------------------------------- /dexs/arthswap-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/arthswap-v3.ts -------------------------------------------------------------------------------- /dexs/ascent-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/ascent-v2.ts -------------------------------------------------------------------------------- /dexs/ascent-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/ascent-v3.ts -------------------------------------------------------------------------------- /dexs/aster-spot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/aster-spot.ts -------------------------------------------------------------------------------- /dexs/astro-perp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/astro-perp.ts -------------------------------------------------------------------------------- /dexs/axial/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/axial/index.ts -------------------------------------------------------------------------------- /dexs/balancer-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/balancer-v1.ts -------------------------------------------------------------------------------- /dexs/balancer-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/balancer-v2.ts -------------------------------------------------------------------------------- /dexs/bancor-v2_1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/bancor-v2_1.ts -------------------------------------------------------------------------------- /dexs/bancor-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/bancor-v3.ts -------------------------------------------------------------------------------- /dexs/baseswap-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/baseswap-v2.ts -------------------------------------------------------------------------------- /dexs/baseswap-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/baseswap-v3.ts -------------------------------------------------------------------------------- /dexs/basin/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/basin/index.ts -------------------------------------------------------------------------------- /dexs/beezie.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/beezie.ts -------------------------------------------------------------------------------- /dexs/bifrost-dex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/bifrost-dex.ts -------------------------------------------------------------------------------- /dexs/bisq/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/bisq/index.ts -------------------------------------------------------------------------------- /dexs/bitflow-fi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/bitflow-fi.ts -------------------------------------------------------------------------------- /dexs/blackhole.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/blackhole.ts -------------------------------------------------------------------------------- /dexs/blasterswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/blasterswap.ts -------------------------------------------------------------------------------- /dexs/blex-volume.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/blex-volume.ts -------------------------------------------------------------------------------- /dexs/blex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/blex/index.ts -------------------------------------------------------------------------------- /dexs/blitz-swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/blitz-swap.ts -------------------------------------------------------------------------------- /dexs/blitz/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/blitz/index.ts -------------------------------------------------------------------------------- /dexs/bluemove.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/bluemove.ts -------------------------------------------------------------------------------- /dexs/blum/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/blum/index.ts -------------------------------------------------------------------------------- /dexs/bmx-swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/bmx-swap.ts -------------------------------------------------------------------------------- /dexs/bmx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/bmx/index.ts -------------------------------------------------------------------------------- /dexs/boros/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/boros/index.ts -------------------------------------------------------------------------------- /dexs/brine/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/brine/index.ts -------------------------------------------------------------------------------- /dexs/bsx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/bsx/index.ts -------------------------------------------------------------------------------- /dexs/bunni-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/bunni-v2.ts -------------------------------------------------------------------------------- /dexs/burrbear.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/burrbear.ts -------------------------------------------------------------------------------- /dexs/bxh/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/bxh/index.ts -------------------------------------------------------------------------------- /dexs/cetus/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/cetus/index.ts -------------------------------------------------------------------------------- /dexs/clob/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/clob/index.ts -------------------------------------------------------------------------------- /dexs/cobaltx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/cobaltx.ts -------------------------------------------------------------------------------- /dexs/colorpool.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/colorpool.ts -------------------------------------------------------------------------------- /dexs/cone/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/cone/index.ts -------------------------------------------------------------------------------- /dexs/copump.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/copump.ts -------------------------------------------------------------------------------- /dexs/curve/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/curve/index.ts -------------------------------------------------------------------------------- /dexs/cvex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/cvex/index.ts -------------------------------------------------------------------------------- /dexs/d8x/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/d8x/index.ts -------------------------------------------------------------------------------- /dexs/demex-demex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/demex-demex.ts -------------------------------------------------------------------------------- /dexs/demex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/demex/index.ts -------------------------------------------------------------------------------- /dexs/desk/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/desk/index.ts -------------------------------------------------------------------------------- /dexs/dfyn/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/dfyn/index.ts -------------------------------------------------------------------------------- /dexs/diviswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/diviswap.ts -------------------------------------------------------------------------------- /dexs/dodo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/dodo/index.ts -------------------------------------------------------------------------------- /dexs/dpex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/dpex/index.ts -------------------------------------------------------------------------------- /dexs/drip-trade.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/drip-trade.ts -------------------------------------------------------------------------------- /dexs/dtx-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/dtx-v3.ts -------------------------------------------------------------------------------- /dexs/ducata.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/ducata.ts -------------------------------------------------------------------------------- /dexs/dusa/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/dusa/index.ts -------------------------------------------------------------------------------- /dexs/dx25/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/dx25/index.ts -------------------------------------------------------------------------------- /dexs/dydx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/dydx/index.ts -------------------------------------------------------------------------------- /dexs/e3/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/e3/index.ts -------------------------------------------------------------------------------- /dexs/eaglefi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/eaglefi.ts -------------------------------------------------------------------------------- /dexs/edgeX/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/edgeX/index.ts -------------------------------------------------------------------------------- /dexs/ekubo-evm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/ekubo-evm.ts -------------------------------------------------------------------------------- /dexs/ekubo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/ekubo/index.ts -------------------------------------------------------------------------------- /dexs/elfi/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/elfi/index.ts -------------------------------------------------------------------------------- /dexs/elk/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/elk/index.ts -------------------------------------------------------------------------------- /dexs/elys-dex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/elys-dex.ts -------------------------------------------------------------------------------- /dexs/elys-perp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/elys-perp.ts -------------------------------------------------------------------------------- /dexs/embr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/embr.ts -------------------------------------------------------------------------------- /dexs/emdx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/emdx/index.ts -------------------------------------------------------------------------------- /dexs/etherex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/etherex.ts -------------------------------------------------------------------------------- /dexs/ferro/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/ferro/index.ts -------------------------------------------------------------------------------- /dexs/flowswap-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/flowswap-v2.ts -------------------------------------------------------------------------------- /dexs/flowswap-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/flowswap-v3.ts -------------------------------------------------------------------------------- /dexs/forge/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/forge/index.ts -------------------------------------------------------------------------------- /dexs/fpex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/fpex/index.ts -------------------------------------------------------------------------------- /dexs/fwx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/fwx/index.ts -------------------------------------------------------------------------------- /dexs/fxdx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/fxdx/index.ts -------------------------------------------------------------------------------- /dexs/galaswap-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/galaswap-v3.ts -------------------------------------------------------------------------------- /dexs/gaming-dex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/gaming-dex.ts -------------------------------------------------------------------------------- /dexs/gate-perps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/gate-perps.ts -------------------------------------------------------------------------------- /dexs/ginsengswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/ginsengswap.ts -------------------------------------------------------------------------------- /dexs/gmx-swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/gmx-swap.ts -------------------------------------------------------------------------------- /dexs/gmx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/gmx/index.ts -------------------------------------------------------------------------------- /dexs/grafun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/grafun.ts -------------------------------------------------------------------------------- /dexs/gt3/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/gt3/index.ts -------------------------------------------------------------------------------- /dexs/hanji/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/hanji/index.ts -------------------------------------------------------------------------------- /dexs/hardswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/hardswap.ts -------------------------------------------------------------------------------- /dexs/helix-helix.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/helix-helix.ts -------------------------------------------------------------------------------- /dexs/helix/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/helix/index.ts -------------------------------------------------------------------------------- /dexs/hmx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/hmx/index.ts -------------------------------------------------------------------------------- /dexs/holdr/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/holdr/index.ts -------------------------------------------------------------------------------- /dexs/hybra-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/hybra-v2.ts -------------------------------------------------------------------------------- /dexs/hybra-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/hybra-v3.ts -------------------------------------------------------------------------------- /dexs/hybra-v4.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/hybra-v4.ts -------------------------------------------------------------------------------- /dexs/hydradex-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/hydradex-v2.ts -------------------------------------------------------------------------------- /dexs/hydradex-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/hydradex-v3.ts -------------------------------------------------------------------------------- /dexs/hyena/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/hyena/index.ts -------------------------------------------------------------------------------- /dexs/infusion.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/infusion.ts -------------------------------------------------------------------------------- /dexs/initia-dex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/initia-dex.ts -------------------------------------------------------------------------------- /dexs/ipor/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/ipor/index.ts -------------------------------------------------------------------------------- /dexs/jojo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/jojo/index.ts -------------------------------------------------------------------------------- /dexs/jswap/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/jswap/index.ts -------------------------------------------------------------------------------- /dexs/k-bit/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/k-bit/index.ts -------------------------------------------------------------------------------- /dexs/kalshi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/kalshi.ts -------------------------------------------------------------------------------- /dexs/kittypunch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/kittypunch.ts -------------------------------------------------------------------------------- /dexs/kodiak-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/kodiak-v2.ts -------------------------------------------------------------------------------- /dexs/koyo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/koyo/index.ts -------------------------------------------------------------------------------- /dexs/ktx-swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/ktx-swap.ts -------------------------------------------------------------------------------- /dexs/ktx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/ktx/index.ts -------------------------------------------------------------------------------- /dexs/kura-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/kura-v2.ts -------------------------------------------------------------------------------- /dexs/kura-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/kura-v3.ts -------------------------------------------------------------------------------- /dexs/kuru-clob.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/kuru-clob.ts -------------------------------------------------------------------------------- /dexs/kyex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/kyex/index.ts -------------------------------------------------------------------------------- /dexs/kyo-fi-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/kyo-fi-v3.ts -------------------------------------------------------------------------------- /dexs/legion.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/legion.ts -------------------------------------------------------------------------------- /dexs/lexer-swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/lexer-swap.ts -------------------------------------------------------------------------------- /dexs/lexer/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/lexer/index.ts -------------------------------------------------------------------------------- /dexs/litx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/litx/index.ts -------------------------------------------------------------------------------- /dexs/logx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/logx/index.ts -------------------------------------------------------------------------------- /dexs/luna-fun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/luna-fun.ts -------------------------------------------------------------------------------- /dexs/lynex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/lynex/index.ts -------------------------------------------------------------------------------- /dexs/lyra/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/lyra/index.ts -------------------------------------------------------------------------------- /dexs/mach/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/mach/index.ts -------------------------------------------------------------------------------- /dexs/machinex-cl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/machinex-cl.ts -------------------------------------------------------------------------------- /dexs/mcdex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/mcdex/index.ts -------------------------------------------------------------------------------- /dexs/mdex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/mdex/index.ts -------------------------------------------------------------------------------- /dexs/mento/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/mento/index.ts -------------------------------------------------------------------------------- /dexs/mimo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/mimo/index.ts -------------------------------------------------------------------------------- /dexs/minmax.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/minmax.ts -------------------------------------------------------------------------------- /dexs/mitte/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/mitte/index.ts -------------------------------------------------------------------------------- /dexs/moai-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/moai-v2.ts -------------------------------------------------------------------------------- /dexs/moai-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/moai-v3.ts -------------------------------------------------------------------------------- /dexs/momentum.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/momentum.ts -------------------------------------------------------------------------------- /dexs/morFi/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/morFi/index.ts -------------------------------------------------------------------------------- /dexs/moraswap-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/moraswap-v3.ts -------------------------------------------------------------------------------- /dexs/nabla/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/nabla/index.ts -------------------------------------------------------------------------------- /dexs/nad-fun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/nad-fun.ts -------------------------------------------------------------------------------- /dexs/narbet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/narbet.ts -------------------------------------------------------------------------------- /dexs/neby-dex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/neby-dex.ts -------------------------------------------------------------------------------- /dexs/nerve.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/nerve.ts -------------------------------------------------------------------------------- /dexs/nlx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/nlx/index.ts -------------------------------------------------------------------------------- /dexs/nova-fi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/nova-fi.ts -------------------------------------------------------------------------------- /dexs/octoswap-cl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/octoswap-cl.ts -------------------------------------------------------------------------------- /dexs/okie-launch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/okie-launch.ts -------------------------------------------------------------------------------- /dexs/okieswap-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/okieswap-v2.ts -------------------------------------------------------------------------------- /dexs/okieswap-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/okieswap-v3.ts -------------------------------------------------------------------------------- /dexs/olab/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/olab/index.ts -------------------------------------------------------------------------------- /dexs/omax-swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/omax-swap.ts -------------------------------------------------------------------------------- /dexs/orca/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/orca/index.ts -------------------------------------------------------------------------------- /dexs/oswap/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/oswap/index.ts -------------------------------------------------------------------------------- /dexs/oxium/fetch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/oxium/fetch.ts -------------------------------------------------------------------------------- /dexs/oxium/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/oxium/index.ts -------------------------------------------------------------------------------- /dexs/pacaswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/pacaswap.ts -------------------------------------------------------------------------------- /dexs/pact/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/pact/index.ts -------------------------------------------------------------------------------- /dexs/pharaoh-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/pharaoh-v2.ts -------------------------------------------------------------------------------- /dexs/pharaoh-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/pharaoh-v3.ts -------------------------------------------------------------------------------- /dexs/phux.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/phux.ts -------------------------------------------------------------------------------- /dexs/pingu/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/pingu/index.ts -------------------------------------------------------------------------------- /dexs/pinot-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/pinot-v3.ts -------------------------------------------------------------------------------- /dexs/pinto/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/pinto/index.ts -------------------------------------------------------------------------------- /dexs/polaris-fi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/polaris-fi.ts -------------------------------------------------------------------------------- /dexs/potatoswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/potatoswap.ts -------------------------------------------------------------------------------- /dexs/prjx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/prjx.ts -------------------------------------------------------------------------------- /dexs/pumpfun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/pumpfun.ts -------------------------------------------------------------------------------- /dexs/purps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/purps.ts -------------------------------------------------------------------------------- /dexs/retro/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/retro/index.ts -------------------------------------------------------------------------------- /dexs/reya-dex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/reya-dex.ts -------------------------------------------------------------------------------- /dexs/rfx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/rfx/index.ts -------------------------------------------------------------------------------- /dexs/rho-x/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/rho-x/index.ts -------------------------------------------------------------------------------- /dexs/ring-dex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/ring-dex.ts -------------------------------------------------------------------------------- /dexs/rollx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/rollx/index.ts -------------------------------------------------------------------------------- /dexs/rush/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/rush/index.ts -------------------------------------------------------------------------------- /dexs/ryze/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/ryze/index.ts -------------------------------------------------------------------------------- /dexs/saber/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/saber/index.ts -------------------------------------------------------------------------------- /dexs/saros-dlmm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/saros-dlmm.ts -------------------------------------------------------------------------------- /dexs/saros/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/saros/index.ts -------------------------------------------------------------------------------- /dexs/serum/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/serum/index.ts -------------------------------------------------------------------------------- /dexs/smbswap-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/smbswap-v2.ts -------------------------------------------------------------------------------- /dexs/smbswap-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/smbswap-v3.ts -------------------------------------------------------------------------------- /dexs/sobal.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/sobal.ts -------------------------------------------------------------------------------- /dexs/solfi/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/solfi/index.ts -------------------------------------------------------------------------------- /dexs/somnex-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/somnex-v3.ts -------------------------------------------------------------------------------- /dexs/somnex-xyz.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/somnex-xyz.ts -------------------------------------------------------------------------------- /dexs/sonex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/sonex.ts -------------------------------------------------------------------------------- /dexs/sonicxswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/sonicxswap.ts -------------------------------------------------------------------------------- /dexs/spark/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/spark/index.ts -------------------------------------------------------------------------------- /dexs/spectra-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/spectra-v2.ts -------------------------------------------------------------------------------- /dexs/squaretower.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/squaretower.ts -------------------------------------------------------------------------------- /dexs/steamm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/steamm.ts -------------------------------------------------------------------------------- /dexs/ston/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/ston/index.ts -------------------------------------------------------------------------------- /dexs/summitx-fi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/summitx-fi.ts -------------------------------------------------------------------------------- /dexs/swaap-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/swaap-v1.ts -------------------------------------------------------------------------------- /dexs/swaap-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/swaap-v2.ts -------------------------------------------------------------------------------- /dexs/swaap/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/swaap/index.ts -------------------------------------------------------------------------------- /dexs/swapmode-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/swapmode-v2.ts -------------------------------------------------------------------------------- /dexs/swapmode-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/swapmode-v3.ts -------------------------------------------------------------------------------- /dexs/swapr/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/swapr/index.ts -------------------------------------------------------------------------------- /dexs/swop/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/swop/index.ts -------------------------------------------------------------------------------- /dexs/swych/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/swych/index.ts -------------------------------------------------------------------------------- /dexs/swyrl-cl.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/swyrl-cl.ts -------------------------------------------------------------------------------- /dexs/sxbet/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/sxbet/index.ts -------------------------------------------------------------------------------- /dexs/taiko-swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/taiko-swap.ts -------------------------------------------------------------------------------- /dexs/tanukix.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/tanukix.ts -------------------------------------------------------------------------------- /dexs/tea-fi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/tea-fi.ts -------------------------------------------------------------------------------- /dexs/tegro/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/tegro/index.ts -------------------------------------------------------------------------------- /dexs/tetu/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/tetu/index.ts -------------------------------------------------------------------------------- /dexs/thena/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/thena/index.ts -------------------------------------------------------------------------------- /dexs/thick/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/thick/index.ts -------------------------------------------------------------------------------- /dexs/thirdfy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/thirdfy.ts -------------------------------------------------------------------------------- /dexs/thruster-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/thruster-v2.ts -------------------------------------------------------------------------------- /dexs/thruster-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/thruster-v3.ts -------------------------------------------------------------------------------- /dexs/titan/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/titan/index.ts -------------------------------------------------------------------------------- /dexs/tonco/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/tonco/index.ts -------------------------------------------------------------------------------- /dexs/torch/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/torch/index.ts -------------------------------------------------------------------------------- /dexs/toros/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/toros/index.ts -------------------------------------------------------------------------------- /dexs/trado/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/trado/index.ts -------------------------------------------------------------------------------- /dexs/umbra/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/umbra/index.ts -------------------------------------------------------------------------------- /dexs/unifi/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/unifi/index.ts -------------------------------------------------------------------------------- /dexs/uniswap-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/uniswap-v1.ts -------------------------------------------------------------------------------- /dexs/uniswap-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/uniswap-v2.ts -------------------------------------------------------------------------------- /dexs/uniswap-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/uniswap-v3.ts -------------------------------------------------------------------------------- /dexs/uniswap-v4.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/uniswap-v4.ts -------------------------------------------------------------------------------- /dexs/upheaval-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/upheaval-v2.ts -------------------------------------------------------------------------------- /dexs/upheaval-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/upheaval-v3.ts -------------------------------------------------------------------------------- /dexs/urdex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/urdex/index.ts -------------------------------------------------------------------------------- /dexs/vapordex-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/vapordex-v1.ts -------------------------------------------------------------------------------- /dexs/vapordex-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/vapordex-v2.ts -------------------------------------------------------------------------------- /dexs/vapordex/v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/vapordex/v1.ts -------------------------------------------------------------------------------- /dexs/vapordex/v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/vapordex/v2.ts -------------------------------------------------------------------------------- /dexs/veax/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/veax/index.ts -------------------------------------------------------------------------------- /dexs/vela/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/vela/index.ts -------------------------------------------------------------------------------- /dexs/velar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/velar.ts -------------------------------------------------------------------------------- /dexs/verse/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/verse/index.ts -------------------------------------------------------------------------------- /dexs/verus.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/verus.ts -------------------------------------------------------------------------------- /dexs/vest/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/vest/index.ts -------------------------------------------------------------------------------- /dexs/voltage-v4.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/voltage-v4.ts -------------------------------------------------------------------------------- /dexs/voltswap-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/voltswap-v1.ts -------------------------------------------------------------------------------- /dexs/voltswap-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/voltswap-v2.ts -------------------------------------------------------------------------------- /dexs/w-dex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/w-dex/index.ts -------------------------------------------------------------------------------- /dexs/wagmi/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/wagmi/index.ts -------------------------------------------------------------------------------- /dexs/wagmi/wagmi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/wagmi/wagmi.ts -------------------------------------------------------------------------------- /dexs/wavex-swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/wavex-swap.ts -------------------------------------------------------------------------------- /dexs/wavex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/wavex/index.ts -------------------------------------------------------------------------------- /dexs/wefi/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/wefi/index.ts -------------------------------------------------------------------------------- /dexs/woofi/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/woofi/index.ts -------------------------------------------------------------------------------- /dexs/x3x.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/x3x.ts -------------------------------------------------------------------------------- /dexs/xei/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/xei/index.ts -------------------------------------------------------------------------------- /dexs/xfai/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/xfai/index.ts -------------------------------------------------------------------------------- /dexs/y2k-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/y2k-v1.ts -------------------------------------------------------------------------------- /dexs/y2k-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/y2k-v2.ts -------------------------------------------------------------------------------- /dexs/y2k/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/y2k/index.ts -------------------------------------------------------------------------------- /dexs/y2k/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/y2k/utils.ts -------------------------------------------------------------------------------- /dexs/yei-swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/yei-swap.ts -------------------------------------------------------------------------------- /dexs/yield-basis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/yield-basis.ts -------------------------------------------------------------------------------- /dexs/zeno/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/zeno/index.ts -------------------------------------------------------------------------------- /dexs/zeta/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/zeta/index.ts -------------------------------------------------------------------------------- /dexs/zo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/dexs/zo/index.ts -------------------------------------------------------------------------------- /fees/0vix.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/0vix.ts -------------------------------------------------------------------------------- /fees/0x0dex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/0x0dex.ts -------------------------------------------------------------------------------- /fees/1dex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/1dex/index.ts -------------------------------------------------------------------------------- /fees/2thick.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/2thick.ts -------------------------------------------------------------------------------- /fees/4cast/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/4cast/index.ts -------------------------------------------------------------------------------- /fees/9summits.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/9summits.ts -------------------------------------------------------------------------------- /fees/Scale.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/Scale.ts -------------------------------------------------------------------------------- /fees/aark/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/aark/index.ts -------------------------------------------------------------------------------- /fees/aave-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/aave-v2.ts -------------------------------------------------------------------------------- /fees/aave-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/aave-v3.ts -------------------------------------------------------------------------------- /fees/aave/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/aave/index.ts -------------------------------------------------------------------------------- /fees/aavechan.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/aavechan.ts -------------------------------------------------------------------------------- /fees/abcdefx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/abcdefx.ts -------------------------------------------------------------------------------- /fees/abracadabra.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/abracadabra.ts -------------------------------------------------------------------------------- /fees/across.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/across.ts -------------------------------------------------------------------------------- /fees/aden/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/aden/index.ts -------------------------------------------------------------------------------- /fees/adrena.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/adrena.ts -------------------------------------------------------------------------------- /fees/agdex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/agdex.ts -------------------------------------------------------------------------------- /fees/aimbot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/aimbot.ts -------------------------------------------------------------------------------- /fees/airswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/airswap.ts -------------------------------------------------------------------------------- /fees/alchemix.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/alchemix.ts -------------------------------------------------------------------------------- /fees/algorand.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/algorand.ts -------------------------------------------------------------------------------- /fees/alienfi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/alienfi.ts -------------------------------------------------------------------------------- /fees/alkimiya.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/alkimiya.ts -------------------------------------------------------------------------------- /fees/alphaping.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/alphaping.ts -------------------------------------------------------------------------------- /fees/alterscope.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/alterscope.ts -------------------------------------------------------------------------------- /fees/amped/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/amped/index.ts -------------------------------------------------------------------------------- /fees/ampleswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ampleswap.ts -------------------------------------------------------------------------------- /fees/ancient8.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ancient8.ts -------------------------------------------------------------------------------- /fees/angle/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/angle/index.ts -------------------------------------------------------------------------------- /fees/angle/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/angle/types.ts -------------------------------------------------------------------------------- /fees/antfun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/antfun.ts -------------------------------------------------------------------------------- /fees/apechain.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/apechain.ts -------------------------------------------------------------------------------- /fees/apeswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/apeswap.ts -------------------------------------------------------------------------------- /fees/apex-omni.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/apex-omni.ts -------------------------------------------------------------------------------- /fees/apex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/apex.ts -------------------------------------------------------------------------------- /fees/apostro.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/apostro.ts -------------------------------------------------------------------------------- /fees/aptos.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/aptos.ts -------------------------------------------------------------------------------- /fees/archerswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/archerswap.ts -------------------------------------------------------------------------------- /fees/ascent-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ascent-v2.ts -------------------------------------------------------------------------------- /fees/ascent-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ascent-v3.ts -------------------------------------------------------------------------------- /fees/assetchain.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/assetchain.ts -------------------------------------------------------------------------------- /fees/astar/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/astar/index.ts -------------------------------------------------------------------------------- /fees/aura.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/aura.ts -------------------------------------------------------------------------------- /fees/auragi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/auragi.ts -------------------------------------------------------------------------------- /fees/aurora.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/aurora.ts -------------------------------------------------------------------------------- /fees/autoshark.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/autoshark.ts -------------------------------------------------------------------------------- /fees/avalanche.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/avalanche.ts -------------------------------------------------------------------------------- /fees/avalon-usda.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/avalon-usda.ts -------------------------------------------------------------------------------- /fees/avalon.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/avalon.ts -------------------------------------------------------------------------------- /fees/avantgarde.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/avantgarde.ts -------------------------------------------------------------------------------- /fees/axial.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/axial.ts -------------------------------------------------------------------------------- /fees/axiom.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/axiom.ts -------------------------------------------------------------------------------- /fees/azuro/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/azuro/index.ts -------------------------------------------------------------------------------- /fees/azuro/types.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/azuro/types.ts -------------------------------------------------------------------------------- /fees/b-protocol.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/b-protocol.ts -------------------------------------------------------------------------------- /fees/babyswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/babyswap.ts -------------------------------------------------------------------------------- /fees/balanced.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/balanced.ts -------------------------------------------------------------------------------- /fees/balancer-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/balancer-v1.ts -------------------------------------------------------------------------------- /fees/balancer-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/balancer-v2.ts -------------------------------------------------------------------------------- /fees/balancer-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/balancer-v3.ts -------------------------------------------------------------------------------- /fees/balancer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/balancer.ts -------------------------------------------------------------------------------- /fees/bancor-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bancor-v2.ts -------------------------------------------------------------------------------- /fees/bancor-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bancor-v3.ts -------------------------------------------------------------------------------- /fees/base.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/base.ts -------------------------------------------------------------------------------- /fees/based-app.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/based-app.ts -------------------------------------------------------------------------------- /fees/basepaint.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/basepaint.ts -------------------------------------------------------------------------------- /fees/baseswap-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/baseswap-v2.ts -------------------------------------------------------------------------------- /fees/baseswap-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/baseswap-v3.ts -------------------------------------------------------------------------------- /fees/baumz.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/baumz.ts -------------------------------------------------------------------------------- /fees/bcraft.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bcraft.ts -------------------------------------------------------------------------------- /fees/beam-dex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/beam-dex.ts -------------------------------------------------------------------------------- /fees/beamex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/beamex.ts -------------------------------------------------------------------------------- /fees/beamswap-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/beamswap-v3.ts -------------------------------------------------------------------------------- /fees/beamswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/beamswap.ts -------------------------------------------------------------------------------- /fees/beefy/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/beefy/index.ts -------------------------------------------------------------------------------- /fees/beethoven-x.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/beethoven-x.ts -------------------------------------------------------------------------------- /fees/bend/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bend/index.ts -------------------------------------------------------------------------------- /fees/berachain.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/berachain.ts -------------------------------------------------------------------------------- /fees/betmode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/betmode.ts -------------------------------------------------------------------------------- /fees/bim/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bim/index.ts -------------------------------------------------------------------------------- /fees/biswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/biswap.ts -------------------------------------------------------------------------------- /fees/bitcoin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bitcoin.ts -------------------------------------------------------------------------------- /fees/bitflux.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bitflux.ts -------------------------------------------------------------------------------- /fees/blast.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/blast.ts -------------------------------------------------------------------------------- /fees/blastapi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/blastapi.ts -------------------------------------------------------------------------------- /fees/blazebot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/blazebot.ts -------------------------------------------------------------------------------- /fees/blazingbot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/blazingbot.ts -------------------------------------------------------------------------------- /fees/blex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/blex/index.ts -------------------------------------------------------------------------------- /fees/blitz.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/blitz.ts -------------------------------------------------------------------------------- /fees/blocxroute.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/blocxroute.ts -------------------------------------------------------------------------------- /fees/bloom.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bloom.ts -------------------------------------------------------------------------------- /fees/blue-planet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/blue-planet.ts -------------------------------------------------------------------------------- /fees/bluefin-amm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bluefin-amm.ts -------------------------------------------------------------------------------- /fees/bluefin-pro.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bluefin-pro.ts -------------------------------------------------------------------------------- /fees/bluefin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bluefin.ts -------------------------------------------------------------------------------- /fees/blur/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/blur/index.ts -------------------------------------------------------------------------------- /fees/bmx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bmx.ts -------------------------------------------------------------------------------- /fees/bob.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bob.ts -------------------------------------------------------------------------------- /fees/boba.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/boba.ts -------------------------------------------------------------------------------- /fees/bonzo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bonzo/index.ts -------------------------------------------------------------------------------- /fees/bookusd.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bookusd.ts -------------------------------------------------------------------------------- /fees/boson/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/boson/index.ts -------------------------------------------------------------------------------- /fees/botfalcon.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/botfalcon.ts -------------------------------------------------------------------------------- /fees/bsc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bsc.ts -------------------------------------------------------------------------------- /fees/bullbit-ai.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bullbit-ai.ts -------------------------------------------------------------------------------- /fees/bullx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bullx.ts -------------------------------------------------------------------------------- /fees/bungee.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/bungee.ts -------------------------------------------------------------------------------- /fees/byreal.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/byreal.ts -------------------------------------------------------------------------------- /fees/cakepie.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cakepie.ts -------------------------------------------------------------------------------- /fees/camelot-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/camelot-v2.ts -------------------------------------------------------------------------------- /fees/camelot-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/camelot-v3.ts -------------------------------------------------------------------------------- /fees/canto.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/canto.ts -------------------------------------------------------------------------------- /fees/cap/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cap/config.ts -------------------------------------------------------------------------------- /fees/cap/helpers.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cap/helpers.ts -------------------------------------------------------------------------------- /fees/cap/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cap/index.ts -------------------------------------------------------------------------------- /fees/capyfi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/capyfi.ts -------------------------------------------------------------------------------- /fees/cardano.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cardano.ts -------------------------------------------------------------------------------- /fees/catex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/catex/index.ts -------------------------------------------------------------------------------- /fees/cattos.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cattos.ts -------------------------------------------------------------------------------- /fees/celestia.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/celestia.ts -------------------------------------------------------------------------------- /fees/celo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/celo.ts -------------------------------------------------------------------------------- /fees/cetus/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cetus/index.ts -------------------------------------------------------------------------------- /fees/cheapgm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cheapgm.ts -------------------------------------------------------------------------------- /fees/chiliz.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/chiliz.ts -------------------------------------------------------------------------------- /fees/chronos.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/chronos.ts -------------------------------------------------------------------------------- /fees/cipher.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cipher.ts -------------------------------------------------------------------------------- /fees/circle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/circle.ts -------------------------------------------------------------------------------- /fees/cl-dex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cl-dex.ts -------------------------------------------------------------------------------- /fees/clanker.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/clanker.ts -------------------------------------------------------------------------------- /fees/clearstar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/clearstar.ts -------------------------------------------------------------------------------- /fees/clever.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/clever.ts -------------------------------------------------------------------------------- /fees/clipper.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/clipper.ts -------------------------------------------------------------------------------- /fees/clober-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/clober-v2.ts -------------------------------------------------------------------------------- /fees/clusters.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/clusters.ts -------------------------------------------------------------------------------- /fees/cobaltx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cobaltx.ts -------------------------------------------------------------------------------- /fees/collex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/collex.ts -------------------------------------------------------------------------------- /fees/colony/cai.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/colony/cai.ts -------------------------------------------------------------------------------- /fees/colony/dex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/colony/dex.ts -------------------------------------------------------------------------------- /fees/colorpool.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/colorpool.ts -------------------------------------------------------------------------------- /fees/cometh.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cometh.ts -------------------------------------------------------------------------------- /fees/compound-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/compound-v3.ts -------------------------------------------------------------------------------- /fees/compound.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/compound.ts -------------------------------------------------------------------------------- /fees/convex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/convex.ts -------------------------------------------------------------------------------- /fees/corn.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/corn.ts -------------------------------------------------------------------------------- /fees/covo-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/covo-v2.ts -------------------------------------------------------------------------------- /fees/creator-bid.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/creator-bid.ts -------------------------------------------------------------------------------- /fees/crodex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/crodex.ts -------------------------------------------------------------------------------- /fees/cronos.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cronos.ts -------------------------------------------------------------------------------- /fees/crv-usd.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/crv-usd.ts -------------------------------------------------------------------------------- /fees/cryptex-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cryptex-v2.ts -------------------------------------------------------------------------------- /fees/curve.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/curve.ts -------------------------------------------------------------------------------- /fees/cvex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/cvex/index.ts -------------------------------------------------------------------------------- /fees/dackieswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/dackieswap.ts -------------------------------------------------------------------------------- /fees/defi-saver.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/defi-saver.ts -------------------------------------------------------------------------------- /fees/defi-swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/defi-swap.ts -------------------------------------------------------------------------------- /fees/definitive.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/definitive.ts -------------------------------------------------------------------------------- /fees/desk/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/desk/index.ts -------------------------------------------------------------------------------- /fees/dexari.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/dexari.ts -------------------------------------------------------------------------------- /fees/dexscreener.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/dexscreener.ts -------------------------------------------------------------------------------- /fees/dextools.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/dextools.ts -------------------------------------------------------------------------------- /fees/dln/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/dln/index.ts -------------------------------------------------------------------------------- /fees/dodo-fees.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/dodo-fees.ts -------------------------------------------------------------------------------- /fees/doge.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/doge.ts -------------------------------------------------------------------------------- /fees/dogechain.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/dogechain.ts -------------------------------------------------------------------------------- /fees/dreamcash.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/dreamcash.ts -------------------------------------------------------------------------------- /fees/dsx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/dsx/index.ts -------------------------------------------------------------------------------- /fees/dydx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/dydx.ts -------------------------------------------------------------------------------- /fees/e3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/e3.ts -------------------------------------------------------------------------------- /fees/earnium.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/earnium.ts -------------------------------------------------------------------------------- /fees/ebisu-ebusd.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ebisu-ebusd.ts -------------------------------------------------------------------------------- /fees/echelon.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/echelon.ts -------------------------------------------------------------------------------- /fees/echo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/echo/index.ts -------------------------------------------------------------------------------- /fees/echodex-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/echodex-v3.ts -------------------------------------------------------------------------------- /fees/echodex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/echodex.ts -------------------------------------------------------------------------------- /fees/edebase.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/edebase.ts -------------------------------------------------------------------------------- /fees/eden.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/eden.ts -------------------------------------------------------------------------------- /fees/edgex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/edgex/index.ts -------------------------------------------------------------------------------- /fees/eesee.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/eesee.ts -------------------------------------------------------------------------------- /fees/eigenlayer.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/eigenlayer.ts -------------------------------------------------------------------------------- /fees/eisen.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/eisen.ts -------------------------------------------------------------------------------- /fees/ekubo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ekubo.ts -------------------------------------------------------------------------------- /fees/elara/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/elara/index.ts -------------------------------------------------------------------------------- /fees/elk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/elk.ts -------------------------------------------------------------------------------- /fees/emdx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/emdx.ts -------------------------------------------------------------------------------- /fees/emojicoin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/emojicoin.ts -------------------------------------------------------------------------------- /fees/empiredex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/empiredex.ts -------------------------------------------------------------------------------- /fees/enosys-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/enosys-v2.ts -------------------------------------------------------------------------------- /fees/enosys.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/enosys.ts -------------------------------------------------------------------------------- /fees/ens.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ens.ts -------------------------------------------------------------------------------- /fees/equilibria.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/equilibria.ts -------------------------------------------------------------------------------- /fees/ethena.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ethena.ts -------------------------------------------------------------------------------- /fees/etherlink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/etherlink.ts -------------------------------------------------------------------------------- /fees/ethervista.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ethervista.ts -------------------------------------------------------------------------------- /fees/euler-dao.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/euler-dao.ts -------------------------------------------------------------------------------- /fees/euler/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/euler/index.ts -------------------------------------------------------------------------------- /fees/extended.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/extended.ts -------------------------------------------------------------------------------- /fees/extra/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/extra/index.ts -------------------------------------------------------------------------------- /fees/fantom.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/fantom.ts -------------------------------------------------------------------------------- /fees/farcaster.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/farcaster.ts -------------------------------------------------------------------------------- /fees/feather.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/feather.ts -------------------------------------------------------------------------------- /fees/felix.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/felix.ts -------------------------------------------------------------------------------- /fees/fence.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/fence.ts -------------------------------------------------------------------------------- /fees/ferro.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ferro.ts -------------------------------------------------------------------------------- /fees/filecoin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/filecoin.ts -------------------------------------------------------------------------------- /fees/flare.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/flare.ts -------------------------------------------------------------------------------- /fees/flashbot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/flashbot.ts -------------------------------------------------------------------------------- /fees/flashtrade.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/flashtrade.ts -------------------------------------------------------------------------------- /fees/flaunch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/flaunch.ts -------------------------------------------------------------------------------- /fees/flexperp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/flexperp.ts -------------------------------------------------------------------------------- /fees/flow/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/flow/index.ts -------------------------------------------------------------------------------- /fees/fluid/fees.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/fluid/fees.ts -------------------------------------------------------------------------------- /fees/fluid/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/fluid/index.ts -------------------------------------------------------------------------------- /fees/fomo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/fomo/index.ts -------------------------------------------------------------------------------- /fees/forge.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/forge.ts -------------------------------------------------------------------------------- /fees/foundation.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/foundation.ts -------------------------------------------------------------------------------- /fees/four-meme.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/four-meme.ts -------------------------------------------------------------------------------- /fees/frax-amo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/frax-amo.ts -------------------------------------------------------------------------------- /fees/frax-ether.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/frax-ether.ts -------------------------------------------------------------------------------- /fees/frax-fpi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/frax-fpi.ts -------------------------------------------------------------------------------- /fees/frax-swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/frax-swap.ts -------------------------------------------------------------------------------- /fees/fraxtal.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/fraxtal.ts -------------------------------------------------------------------------------- /fees/friend-room.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/friend-room.ts -------------------------------------------------------------------------------- /fees/friend-tech.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/friend-tech.ts -------------------------------------------------------------------------------- /fees/friend3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/friend3.ts -------------------------------------------------------------------------------- /fees/fuse.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/fuse.ts -------------------------------------------------------------------------------- /fees/fwx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/fwx/index.ts -------------------------------------------------------------------------------- /fees/fx-protocol.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/fx-protocol.ts -------------------------------------------------------------------------------- /fees/g8keep.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/g8keep.ts -------------------------------------------------------------------------------- /fees/gacha/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/gacha/index.ts -------------------------------------------------------------------------------- /fees/gambit.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/gambit.ts -------------------------------------------------------------------------------- /fees/gamma.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/gamma.ts -------------------------------------------------------------------------------- /fees/gauntlet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/gauntlet.ts -------------------------------------------------------------------------------- /fees/geodnet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/geodnet.ts -------------------------------------------------------------------------------- /fees/gin-finance.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/gin-finance.ts -------------------------------------------------------------------------------- /fees/giza/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/giza/index.ts -------------------------------------------------------------------------------- /fees/gmgnai.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/gmgnai.ts -------------------------------------------------------------------------------- /fees/gmx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/gmx.ts -------------------------------------------------------------------------------- /fees/goat.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/goat.ts -------------------------------------------------------------------------------- /fees/godl/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/godl/index.ts -------------------------------------------------------------------------------- /fees/goldfinch.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/goldfinch.ts -------------------------------------------------------------------------------- /fees/goplus.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/goplus.ts -------------------------------------------------------------------------------- /fees/grafun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/grafun.ts -------------------------------------------------------------------------------- /fees/gravis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/gravis.ts -------------------------------------------------------------------------------- /fees/gravity.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/gravity.ts -------------------------------------------------------------------------------- /fees/gt3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/gt3.ts -------------------------------------------------------------------------------- /fees/haiku/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/haiku/index.ts -------------------------------------------------------------------------------- /fees/hakutora.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hakutora.ts -------------------------------------------------------------------------------- /fees/harmony.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/harmony.ts -------------------------------------------------------------------------------- /fees/hashkey.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hashkey.ts -------------------------------------------------------------------------------- /fees/hedera.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hedera.ts -------------------------------------------------------------------------------- /fees/hedgey.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hedgey.ts -------------------------------------------------------------------------------- /fees/hegic.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hegic.ts -------------------------------------------------------------------------------- /fees/helio.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/helio.ts -------------------------------------------------------------------------------- /fees/hemi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hemi.ts -------------------------------------------------------------------------------- /fees/hercules-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hercules-v2.ts -------------------------------------------------------------------------------- /fees/hercules-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hercules-v3.ts -------------------------------------------------------------------------------- /fees/hfun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hfun.ts -------------------------------------------------------------------------------- /fees/hipo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hipo/index.ts -------------------------------------------------------------------------------- /fees/honeyswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/honeyswap.ts -------------------------------------------------------------------------------- /fees/hono.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hono.ts -------------------------------------------------------------------------------- /fees/hopr/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hopr/index.ts -------------------------------------------------------------------------------- /fees/horizondex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/horizondex.ts -------------------------------------------------------------------------------- /fees/hover/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hover/index.ts -------------------------------------------------------------------------------- /fees/huckleberry.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/huckleberry.ts -------------------------------------------------------------------------------- /fees/hydradex-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hydradex-v2.ts -------------------------------------------------------------------------------- /fees/hydradx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hydradx.ts -------------------------------------------------------------------------------- /fees/hypercat.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hypercat.ts -------------------------------------------------------------------------------- /fees/hyperevm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hyperevm.ts -------------------------------------------------------------------------------- /fees/hyperion.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hyperion.ts -------------------------------------------------------------------------------- /fees/hyperithm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hyperithm.ts -------------------------------------------------------------------------------- /fees/hyperlend.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hyperlend.ts -------------------------------------------------------------------------------- /fees/hyperliquid.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hyperliquid.ts -------------------------------------------------------------------------------- /fees/hyperyield.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/hyperyield.ts -------------------------------------------------------------------------------- /fees/illuvium.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/illuvium.ts -------------------------------------------------------------------------------- /fees/imx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/imx.ts -------------------------------------------------------------------------------- /fees/injective.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/injective.ts -------------------------------------------------------------------------------- /fees/ink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ink.ts -------------------------------------------------------------------------------- /fees/insilico.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/insilico.ts -------------------------------------------------------------------------------- /fees/invariant.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/invariant.ts -------------------------------------------------------------------------------- /fees/iota_evm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/iota_evm.ts -------------------------------------------------------------------------------- /fees/iotex/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/iotex/index.ts -------------------------------------------------------------------------------- /fees/ivx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ivx/index.ts -------------------------------------------------------------------------------- /fees/jellyverse.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/jellyverse.ts -------------------------------------------------------------------------------- /fees/jeton/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/jeton/index.ts -------------------------------------------------------------------------------- /fees/jetswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/jetswap.ts -------------------------------------------------------------------------------- /fees/jito/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/jito/index.ts -------------------------------------------------------------------------------- /fees/joe-v2.1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/joe-v2.1.ts -------------------------------------------------------------------------------- /fees/jojo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/jojo/index.ts -------------------------------------------------------------------------------- /fees/junoswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/junoswap.ts -------------------------------------------------------------------------------- /fees/jup-ape.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/jup-ape.ts -------------------------------------------------------------------------------- /fees/jupiter-dca.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/jupiter-dca.ts -------------------------------------------------------------------------------- /fees/jupiter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/jupiter.ts -------------------------------------------------------------------------------- /fees/justlend.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/justlend.ts -------------------------------------------------------------------------------- /fees/k-bit/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/k-bit/index.ts -------------------------------------------------------------------------------- /fees/k3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/k3.ts -------------------------------------------------------------------------------- /fees/karak.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/karak.ts -------------------------------------------------------------------------------- /fees/kardia.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kardia.ts -------------------------------------------------------------------------------- /fees/katana.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/katana.ts -------------------------------------------------------------------------------- /fees/kcc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kcc.ts -------------------------------------------------------------------------------- /fees/kelp.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kelp.ts -------------------------------------------------------------------------------- /fees/kensei.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kensei.ts -------------------------------------------------------------------------------- /fees/keom.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/keom.ts -------------------------------------------------------------------------------- /fees/keyring.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/keyring.ts -------------------------------------------------------------------------------- /fees/kgen.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kgen.ts -------------------------------------------------------------------------------- /fees/kinetic.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kinetic.ts -------------------------------------------------------------------------------- /fees/kinetix-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kinetix-v1.ts -------------------------------------------------------------------------------- /fees/kintsu.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kintsu.ts -------------------------------------------------------------------------------- /fees/kittenswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kittenswap.ts -------------------------------------------------------------------------------- /fees/klaytn.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/klaytn.ts -------------------------------------------------------------------------------- /fees/kongswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kongswap.ts -------------------------------------------------------------------------------- /fees/kpk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kpk.ts -------------------------------------------------------------------------------- /fees/kroma.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kroma.ts -------------------------------------------------------------------------------- /fees/kromatika.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kromatika.ts -------------------------------------------------------------------------------- /fees/ktx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ktx.ts -------------------------------------------------------------------------------- /fees/kuru.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kuru.ts -------------------------------------------------------------------------------- /fees/kwenta.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kwenta.ts -------------------------------------------------------------------------------- /fees/kyberswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kyberswap.ts -------------------------------------------------------------------------------- /fees/kyotoswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/kyotoswap.ts -------------------------------------------------------------------------------- /fees/lava.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lava.ts -------------------------------------------------------------------------------- /fees/lavarage.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lavarage.ts -------------------------------------------------------------------------------- /fees/lendle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lendle.ts -------------------------------------------------------------------------------- /fees/level.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/level.ts -------------------------------------------------------------------------------- /fees/lexer/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lexer/index.ts -------------------------------------------------------------------------------- /fees/lido.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lido.ts -------------------------------------------------------------------------------- /fees/lifi/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lifi/index.ts -------------------------------------------------------------------------------- /fees/lifinity.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lifinity.ts -------------------------------------------------------------------------------- /fees/lightlink.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lightlink.ts -------------------------------------------------------------------------------- /fees/linea.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/linea.ts -------------------------------------------------------------------------------- /fees/liquid-bolt.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/liquid-bolt.ts -------------------------------------------------------------------------------- /fees/liquidswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/liquidswap.ts -------------------------------------------------------------------------------- /fees/liquis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/liquis.ts -------------------------------------------------------------------------------- /fees/liquity-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/liquity-v2.ts -------------------------------------------------------------------------------- /fees/liquity.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/liquity.ts -------------------------------------------------------------------------------- /fees/lisk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lisk.ts -------------------------------------------------------------------------------- /fees/lit-trade.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lit-trade.ts -------------------------------------------------------------------------------- /fees/litecoin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/litecoin.ts -------------------------------------------------------------------------------- /fees/llamalend.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/llamalend.ts -------------------------------------------------------------------------------- /fees/llamarisk.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/llamarisk.ts -------------------------------------------------------------------------------- /fees/lobbyfi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lobbyfi.ts -------------------------------------------------------------------------------- /fees/logx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/logx/index.ts -------------------------------------------------------------------------------- /fees/looksrare.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/looksrare.ts -------------------------------------------------------------------------------- /fees/lootbase.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lootbase.ts -------------------------------------------------------------------------------- /fees/looter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/looter.ts -------------------------------------------------------------------------------- /fees/luna-fun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/luna-fun.ts -------------------------------------------------------------------------------- /fees/lybra-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lybra-v2.ts -------------------------------------------------------------------------------- /fees/lynex-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lynex-v1.ts -------------------------------------------------------------------------------- /fees/lynex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lynex.ts -------------------------------------------------------------------------------- /fees/lyra-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lyra-v2.ts -------------------------------------------------------------------------------- /fees/lyra.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/lyra.ts -------------------------------------------------------------------------------- /fees/m0.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/m0.ts -------------------------------------------------------------------------------- /fees/m11c.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/m11c.ts -------------------------------------------------------------------------------- /fees/maestro.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/maestro.ts -------------------------------------------------------------------------------- /fees/magpie.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/magpie.ts -------------------------------------------------------------------------------- /fees/makerdao.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/makerdao.ts -------------------------------------------------------------------------------- /fees/mango-v4.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mango-v4.ts -------------------------------------------------------------------------------- /fees/manifold.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/manifold.ts -------------------------------------------------------------------------------- /fees/manta.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/manta.ts -------------------------------------------------------------------------------- /fees/mantle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mantle.ts -------------------------------------------------------------------------------- /fees/margin-zero.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/margin-zero.ts -------------------------------------------------------------------------------- /fees/maverick.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/maverick.ts -------------------------------------------------------------------------------- /fees/mayan.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mayan.ts -------------------------------------------------------------------------------- /fees/mellow-lrt.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mellow-lrt.ts -------------------------------------------------------------------------------- /fees/meowl/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/meowl/index.ts -------------------------------------------------------------------------------- /fees/merlin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/merlin.ts -------------------------------------------------------------------------------- /fees/metaplex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/metaplex.ts -------------------------------------------------------------------------------- /fees/meteora.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/meteora.ts -------------------------------------------------------------------------------- /fees/metis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/metis.ts -------------------------------------------------------------------------------- /fees/mev-capital.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mev-capital.ts -------------------------------------------------------------------------------- /fees/mevx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mevx.ts -------------------------------------------------------------------------------- /fees/milkyway.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/milkyway.ts -------------------------------------------------------------------------------- /fees/mimo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mimo.ts -------------------------------------------------------------------------------- /fees/mint.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mint.ts -------------------------------------------------------------------------------- /fees/mixin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mixin.ts -------------------------------------------------------------------------------- /fees/moar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/moar.ts -------------------------------------------------------------------------------- /fees/mode.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mode.ts -------------------------------------------------------------------------------- /fees/mojitoswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mojitoswap.ts -------------------------------------------------------------------------------- /fees/momentum.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/momentum.ts -------------------------------------------------------------------------------- /fees/monad/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/monad/index.ts -------------------------------------------------------------------------------- /fees/moonbeam.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/moonbeam.ts -------------------------------------------------------------------------------- /fees/mooniswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mooniswap.ts -------------------------------------------------------------------------------- /fees/moonpiefun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/moonpiefun.ts -------------------------------------------------------------------------------- /fees/moonriver.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/moonriver.ts -------------------------------------------------------------------------------- /fees/moonshot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/moonshot.ts -------------------------------------------------------------------------------- /fees/morFi/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/morFi/index.ts -------------------------------------------------------------------------------- /fees/morph.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/morph.ts -------------------------------------------------------------------------------- /fees/morphex-old.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/morphex-old.ts -------------------------------------------------------------------------------- /fees/morphex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/morphex.ts -------------------------------------------------------------------------------- /fees/mosaic-amm.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mosaic-amm.ts -------------------------------------------------------------------------------- /fees/move-dollar.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/move-dollar.ts -------------------------------------------------------------------------------- /fees/move.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/move.ts -------------------------------------------------------------------------------- /fees/multiswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/multiswap.ts -------------------------------------------------------------------------------- /fees/mustang.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mustang.ts -------------------------------------------------------------------------------- /fees/mux.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/mux.ts -------------------------------------------------------------------------------- /fees/nado.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/nado.ts -------------------------------------------------------------------------------- /fees/napier.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/napier.ts -------------------------------------------------------------------------------- /fees/navi/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/navi/index.ts -------------------------------------------------------------------------------- /fees/near/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/near/index.ts -------------------------------------------------------------------------------- /fees/neby-dex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/neby-dex.ts -------------------------------------------------------------------------------- /fees/nerite.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/nerite.ts -------------------------------------------------------------------------------- /fees/netswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/netswap.ts -------------------------------------------------------------------------------- /fees/nftearth.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/nftearth.ts -------------------------------------------------------------------------------- /fees/node-ops.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/node-ops.ts -------------------------------------------------------------------------------- /fees/nomiswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/nomiswap.ts -------------------------------------------------------------------------------- /fees/noon/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/noon/index.ts -------------------------------------------------------------------------------- /fees/nouns/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/nouns/index.ts -------------------------------------------------------------------------------- /fees/nova/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/nova/index.ts -------------------------------------------------------------------------------- /fees/ntm/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ntm/index.ts -------------------------------------------------------------------------------- /fees/nuls.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/nuls.ts -------------------------------------------------------------------------------- /fees/o1-exchange.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/o1-exchange.ts -------------------------------------------------------------------------------- /fees/oasys.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/oasys.ts -------------------------------------------------------------------------------- /fees/ocelex-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ocelex-v1.ts -------------------------------------------------------------------------------- /fees/ocelex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ocelex.ts -------------------------------------------------------------------------------- /fees/ociswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ociswap.ts -------------------------------------------------------------------------------- /fees/odos.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/odos.ts -------------------------------------------------------------------------------- /fees/okto-wallet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/okto-wallet.ts -------------------------------------------------------------------------------- /fees/okx-swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/okx-swap.ts -------------------------------------------------------------------------------- /fees/ondo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ondo.ts -------------------------------------------------------------------------------- /fees/oogabooga.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/oogabooga.ts -------------------------------------------------------------------------------- /fees/oolongswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/oolongswap.ts -------------------------------------------------------------------------------- /fees/op-bnb.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/op-bnb.ts -------------------------------------------------------------------------------- /fees/opensea-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/opensea-v1.ts -------------------------------------------------------------------------------- /fees/opensea-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/opensea-v2.ts -------------------------------------------------------------------------------- /fees/optimism.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/optimism.ts -------------------------------------------------------------------------------- /fees/orb/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/orb/index.ts -------------------------------------------------------------------------------- /fees/ore/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ore/index.ts -------------------------------------------------------------------------------- /fees/osmosis.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/osmosis.ts -------------------------------------------------------------------------------- /fees/ouroboros.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ouroboros.ts -------------------------------------------------------------------------------- /fees/oxfun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/oxfun.ts -------------------------------------------------------------------------------- /fees/oxium.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/oxium.ts -------------------------------------------------------------------------------- /fees/p2pme/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/p2pme/index.ts -------------------------------------------------------------------------------- /fees/pac-finance.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/pac-finance.ts -------------------------------------------------------------------------------- /fees/pact.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/pact.ts -------------------------------------------------------------------------------- /fees/padre/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/padre/index.ts -------------------------------------------------------------------------------- /fees/paint-swap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/paint-swap.ts -------------------------------------------------------------------------------- /fees/pandora.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/pandora.ts -------------------------------------------------------------------------------- /fees/pandoraswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/pandoraswap.ts -------------------------------------------------------------------------------- /fees/pangolin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/pangolin.ts -------------------------------------------------------------------------------- /fees/paraswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/paraswap.ts -------------------------------------------------------------------------------- /fees/pearlfi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/pearlfi.ts -------------------------------------------------------------------------------- /fees/pendle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/pendle.ts -------------------------------------------------------------------------------- /fees/penpie.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/penpie.ts -------------------------------------------------------------------------------- /fees/perp88.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/perp88.ts -------------------------------------------------------------------------------- /fees/perpmate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/perpmate.ts -------------------------------------------------------------------------------- /fees/phantom.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/phantom.ts -------------------------------------------------------------------------------- /fees/photon.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/photon.ts -------------------------------------------------------------------------------- /fees/pingu/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/pingu/index.ts -------------------------------------------------------------------------------- /fees/pinnako.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/pinnako.ts -------------------------------------------------------------------------------- /fees/plasma.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/plasma.ts -------------------------------------------------------------------------------- /fees/plenty.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/plenty.ts -------------------------------------------------------------------------------- /fees/plexus.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/plexus.ts -------------------------------------------------------------------------------- /fees/plume/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/plume/index.ts -------------------------------------------------------------------------------- /fees/polygon.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/polygon.ts -------------------------------------------------------------------------------- /fees/polymarket.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/polymarket.ts -------------------------------------------------------------------------------- /fees/polynomial.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/polynomial.ts -------------------------------------------------------------------------------- /fees/post-tech.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/post-tech.ts -------------------------------------------------------------------------------- /fees/premia-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/premia-v2.ts -------------------------------------------------------------------------------- /fees/premia-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/premia-v3.ts -------------------------------------------------------------------------------- /fees/premia/v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/premia/v2.ts -------------------------------------------------------------------------------- /fees/premia/v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/premia/v3.ts -------------------------------------------------------------------------------- /fees/prerich-app.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/prerich-app.ts -------------------------------------------------------------------------------- /fees/primordium.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/primordium.ts -------------------------------------------------------------------------------- /fees/pumpdotfun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/pumpdotfun.ts -------------------------------------------------------------------------------- /fees/pumpup.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/pumpup.ts -------------------------------------------------------------------------------- /fees/pvp-trade.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/pvp-trade.ts -------------------------------------------------------------------------------- /fees/qidao.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/qidao.ts -------------------------------------------------------------------------------- /fees/quickswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/quickswap.ts -------------------------------------------------------------------------------- /fees/quill-fi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/quill-fi.ts -------------------------------------------------------------------------------- /fees/rabby-perps.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/rabby-perps.ts -------------------------------------------------------------------------------- /fees/rabby.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/rabby.ts -------------------------------------------------------------------------------- /fees/radiant.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/radiant.ts -------------------------------------------------------------------------------- /fees/radioshack.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/radioshack.ts -------------------------------------------------------------------------------- /fees/radpie.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/radpie.ts -------------------------------------------------------------------------------- /fees/railgun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/railgun.ts -------------------------------------------------------------------------------- /fees/rain/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/rain/index.ts -------------------------------------------------------------------------------- /fees/raybot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/raybot.ts -------------------------------------------------------------------------------- /fees/raydium.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/raydium.ts -------------------------------------------------------------------------------- /fees/razordex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/razordex.ts -------------------------------------------------------------------------------- /fees/re7.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/re7.ts -------------------------------------------------------------------------------- /fees/redstone.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/redstone.ts -------------------------------------------------------------------------------- /fees/relend.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/relend.ts -------------------------------------------------------------------------------- /fees/renzo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/renzo/index.ts -------------------------------------------------------------------------------- /fees/reya.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/reya.ts -------------------------------------------------------------------------------- /fees/rfx/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/rfx/index.ts -------------------------------------------------------------------------------- /fees/rings/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/rings/index.ts -------------------------------------------------------------------------------- /fees/ripple.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ripple.ts -------------------------------------------------------------------------------- /fees/rocketpool.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/rocketpool.ts -------------------------------------------------------------------------------- /fees/rollbit.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/rollbit.ts -------------------------------------------------------------------------------- /fees/ronin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ronin.ts -------------------------------------------------------------------------------- /fees/roots/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/roots/index.ts -------------------------------------------------------------------------------- /fees/rootstock.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/rootstock.ts -------------------------------------------------------------------------------- /fees/royco.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/royco.ts -------------------------------------------------------------------------------- /fees/saber/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/saber/index.ts -------------------------------------------------------------------------------- /fees/sablier.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sablier.ts -------------------------------------------------------------------------------- /fees/safe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/safe.ts -------------------------------------------------------------------------------- /fees/sakefinance.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sakefinance.ts -------------------------------------------------------------------------------- /fees/saros.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/saros.ts -------------------------------------------------------------------------------- /fees/saucerswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/saucerswap.ts -------------------------------------------------------------------------------- /fees/scatter.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/scatter.ts -------------------------------------------------------------------------------- /fees/scoop.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/scoop.ts -------------------------------------------------------------------------------- /fees/scroll.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/scroll.ts -------------------------------------------------------------------------------- /fees/seamless-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/seamless-v1.ts -------------------------------------------------------------------------------- /fees/seda.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/seda.ts -------------------------------------------------------------------------------- /fees/sedge/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sedge/index.ts -------------------------------------------------------------------------------- /fees/sei.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sei.ts -------------------------------------------------------------------------------- /fees/sendshot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sendshot.ts -------------------------------------------------------------------------------- /fees/sentora.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sentora.ts -------------------------------------------------------------------------------- /fees/sharesgram.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sharesgram.ts -------------------------------------------------------------------------------- /fees/shibaswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/shibaswap.ts -------------------------------------------------------------------------------- /fees/shuriken.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/shuriken.ts -------------------------------------------------------------------------------- /fees/sideshift.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sideshift.ts -------------------------------------------------------------------------------- /fees/silent.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/silent.ts -------------------------------------------------------------------------------- /fees/singularv.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/singularv.ts -------------------------------------------------------------------------------- /fees/skale.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/skale.ts -------------------------------------------------------------------------------- /fees/sns.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sns.ts -------------------------------------------------------------------------------- /fees/sobal.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sobal.ts -------------------------------------------------------------------------------- /fees/sobax-io.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sobax-io.ts -------------------------------------------------------------------------------- /fees/solana.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/solana.ts -------------------------------------------------------------------------------- /fees/solarbeam.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/solarbeam.ts -------------------------------------------------------------------------------- /fees/solend.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/solend.ts -------------------------------------------------------------------------------- /fees/sommelier.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sommelier.ts -------------------------------------------------------------------------------- /fees/somnia.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/somnia.ts -------------------------------------------------------------------------------- /fees/soneium.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/soneium.ts -------------------------------------------------------------------------------- /fees/sonic.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sonic.ts -------------------------------------------------------------------------------- /fees/squa-defi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/squa-defi.ts -------------------------------------------------------------------------------- /fees/stader.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/stader.ts -------------------------------------------------------------------------------- /fees/stakewise.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/stakewise.ts -------------------------------------------------------------------------------- /fees/stargate.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/stargate.ts -------------------------------------------------------------------------------- /fees/starknet.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/starknet.ts -------------------------------------------------------------------------------- /fees/stbot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/stbot.ts -------------------------------------------------------------------------------- /fees/stealcam.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/stealcam.ts -------------------------------------------------------------------------------- /fees/story.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/story.ts -------------------------------------------------------------------------------- /fees/stride.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/stride.ts -------------------------------------------------------------------------------- /fees/sui.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sui.ts -------------------------------------------------------------------------------- /fees/sunpump.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/sunpump.ts -------------------------------------------------------------------------------- /fees/supercexy.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/supercexy.ts -------------------------------------------------------------------------------- /fees/superlend.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/superlend.ts -------------------------------------------------------------------------------- /fees/swappi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/swappi.ts -------------------------------------------------------------------------------- /fees/swapr-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/swapr-v3.ts -------------------------------------------------------------------------------- /fees/swapr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/swapr.ts -------------------------------------------------------------------------------- /fees/swapsicle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/swapsicle.ts -------------------------------------------------------------------------------- /fees/swell.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/swell.ts -------------------------------------------------------------------------------- /fees/syncswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/syncswap.ts -------------------------------------------------------------------------------- /fees/synthetix.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/synthetix.ts -------------------------------------------------------------------------------- /fees/syscoin.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/syscoin.ts -------------------------------------------------------------------------------- /fees/taiko.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/taiko.ts -------------------------------------------------------------------------------- /fees/tarot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/tarot.ts -------------------------------------------------------------------------------- /fees/tbtc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/tbtc.ts -------------------------------------------------------------------------------- /fees/teleswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/teleswap.ts -------------------------------------------------------------------------------- /fees/telos.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/telos.ts -------------------------------------------------------------------------------- /fees/telosc.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/telosc.ts -------------------------------------------------------------------------------- /fees/thalaswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/thalaswap.ts -------------------------------------------------------------------------------- /fees/thegraph.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/thegraph.ts -------------------------------------------------------------------------------- /fees/thena-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/thena-v1.ts -------------------------------------------------------------------------------- /fees/thena-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/thena-v3.ts -------------------------------------------------------------------------------- /fees/thick.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/thick.ts -------------------------------------------------------------------------------- /fees/time-fun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/time-fun.ts -------------------------------------------------------------------------------- /fees/tna.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/tna.ts -------------------------------------------------------------------------------- /fees/tokos-fi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/tokos-fi.ts -------------------------------------------------------------------------------- /fees/ton.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/ton.ts -------------------------------------------------------------------------------- /fees/touch.fan.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/touch.fan.ts -------------------------------------------------------------------------------- /fees/trade-wiz.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/trade-wiz.ts -------------------------------------------------------------------------------- /fees/traderjoe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/traderjoe.ts -------------------------------------------------------------------------------- /fees/trends.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/trends.ts -------------------------------------------------------------------------------- /fees/tribe-run.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/tribe-run.ts -------------------------------------------------------------------------------- /fees/tron.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/tron.ts -------------------------------------------------------------------------------- /fees/tydro.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/tydro.ts -------------------------------------------------------------------------------- /fees/typus-dov.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/typus-dov.ts -------------------------------------------------------------------------------- /fees/unibot.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/unibot.ts -------------------------------------------------------------------------------- /fees/unichain.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/unichain.ts -------------------------------------------------------------------------------- /fees/unicornx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/unicornx.ts -------------------------------------------------------------------------------- /fees/unicrypt.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/unicrypt.ts -------------------------------------------------------------------------------- /fees/unidex.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/unidex.ts -------------------------------------------------------------------------------- /fees/usdo.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/usdo.ts -------------------------------------------------------------------------------- /fees/usdx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/usdx.ts -------------------------------------------------------------------------------- /fees/usual.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/usual.ts -------------------------------------------------------------------------------- /fees/vader-ai.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/vader-ai.ts -------------------------------------------------------------------------------- /fees/vaultka.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/vaultka.ts -------------------------------------------------------------------------------- /fees/veax.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/veax.ts -------------------------------------------------------------------------------- /fees/vectorfun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/vectorfun.ts -------------------------------------------------------------------------------- /fees/veda.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/veda.ts -------------------------------------------------------------------------------- /fees/velas.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/velas.ts -------------------------------------------------------------------------------- /fees/verse.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/verse.ts -------------------------------------------------------------------------------- /fees/volboost.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/volboost.ts -------------------------------------------------------------------------------- /fees/walrus.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/walrus.ts -------------------------------------------------------------------------------- /fees/wasabee.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/wasabee.ts -------------------------------------------------------------------------------- /fees/wigoswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/wigoswap.ts -------------------------------------------------------------------------------- /fees/wildcat.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/wildcat.ts -------------------------------------------------------------------------------- /fees/winr.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/winr.ts -------------------------------------------------------------------------------- /fees/woofi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/woofi.ts -------------------------------------------------------------------------------- /fees/x2y2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/x2y2.ts -------------------------------------------------------------------------------- /fees/xdai.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/xdai.ts -------------------------------------------------------------------------------- /fees/y2k-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/y2k-v1.ts -------------------------------------------------------------------------------- /fees/y2k-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/y2k-v2.ts -------------------------------------------------------------------------------- /fees/y2k/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/y2k/index.ts -------------------------------------------------------------------------------- /fees/yamfore.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/yamfore.ts -------------------------------------------------------------------------------- /fees/yfx-v3.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/yfx-v3.ts -------------------------------------------------------------------------------- /fees/yfx-v4.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/yfx-v4.ts -------------------------------------------------------------------------------- /fees/yieldnest.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/yieldnest.ts -------------------------------------------------------------------------------- /fees/zebra-v1.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/zebra-v1.ts -------------------------------------------------------------------------------- /fees/zebra-v2.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/zebra-v2.ts -------------------------------------------------------------------------------- /fees/zeno.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/zeno.ts -------------------------------------------------------------------------------- /fees/zerolend.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/zerolend.ts -------------------------------------------------------------------------------- /fees/zeta.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/zeta.ts -------------------------------------------------------------------------------- /fees/zns/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/zns/index.ts -------------------------------------------------------------------------------- /fees/zo/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/zo/index.ts -------------------------------------------------------------------------------- /fees/zonic.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/zonic.ts -------------------------------------------------------------------------------- /fees/zoodotfun.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/zoodotfun.ts -------------------------------------------------------------------------------- /fees/zora-sofi.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/zora-sofi.ts -------------------------------------------------------------------------------- /fees/zora.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/zora.ts -------------------------------------------------------------------------------- /fees/zyberswap.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/zyberswap.ts -------------------------------------------------------------------------------- /fees/zyfai.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/fees/zyfai.ts -------------------------------------------------------------------------------- /helpers/allium.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/allium.ts -------------------------------------------------------------------------------- /helpers/aptos.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/aptos.ts -------------------------------------------------------------------------------- /helpers/cache.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/cache.ts -------------------------------------------------------------------------------- /helpers/chains.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/chains.ts -------------------------------------------------------------------------------- /helpers/dune.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/dune.ts -------------------------------------------------------------------------------- /helpers/env.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/env.ts -------------------------------------------------------------------------------- /helpers/gmx.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/gmx.ts -------------------------------------------------------------------------------- /helpers/joe.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/joe.ts -------------------------------------------------------------------------------- /helpers/lists.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/lists.ts -------------------------------------------------------------------------------- /helpers/pool.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/pool.ts -------------------------------------------------------------------------------- /helpers/prices.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/prices.ts -------------------------------------------------------------------------------- /helpers/ripple.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/ripple.ts -------------------------------------------------------------------------------- /helpers/saddle.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/saddle.ts -------------------------------------------------------------------------------- /helpers/solana.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/solana.ts -------------------------------------------------------------------------------- /helpers/sui.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/sui.ts -------------------------------------------------------------------------------- /helpers/symmio.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/symmio.ts -------------------------------------------------------------------------------- /helpers/token.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/token.ts -------------------------------------------------------------------------------- /helpers/tonLst.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/helpers/tonLst.ts -------------------------------------------------------------------------------- /nfts/chains.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/nfts/chains.ts -------------------------------------------------------------------------------- /nfts/test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/nfts/test.ts -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/package.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /tsconfig.cli.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/tsconfig.cli.json -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/tsconfig.json -------------------------------------------------------------------------------- /users/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/users/README.md -------------------------------------------------------------------------------- /users/chains.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/users/chains.ts -------------------------------------------------------------------------------- /users/list.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/users/list.ts -------------------------------------------------------------------------------- /users/test.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/users/test.ts -------------------------------------------------------------------------------- /utils/date.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/utils/date.ts -------------------------------------------------------------------------------- /utils/fetchURL.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/utils/fetchURL.ts -------------------------------------------------------------------------------- /utils/prices.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/utils/prices.ts -------------------------------------------------------------------------------- /utils/utils.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/DefiLlama/dimension-adapters/HEAD/utils/utils.ts --------------------------------------------------------------------------------