├── .env ├── .github ├── dependabot.yml ├── pull_request_template.md ├── scripts │ ├── .scalafmt.conf │ ├── Model.sc │ ├── Model.scala │ └── validate-and-merge-cli.scala └── workflows │ ├── autoupdate.yml │ ├── lint.yml │ ├── merge-dapp.yml │ └── trigger-merge-dapp.yml ├── .gitignore ├── CODEOWNERS ├── README.md ├── all-dapp-allowlist.json ├── allowlist.schema.json ├── dapps ├── 1.horswap.eth.limo │ └── dapp-allowlist.json ├── 1hive.io │ └── dapp-allowlist.json ├── 2.horswap.eth.limo │ └── dapp-allowlist.json ├── abyss.venium.io │ └── dapp-allowlist.json ├── aerodrome.finance │ └── dapp-allowlist.json ├── agave.finance │ └── dapp-allowlist.json ├── agavefinance.eth.limo │ └── dapp-allowlist.json ├── airdrop.chainbase.com │ └── dapp-allowlist.json ├── airswap.io │ └── dapp-allowlist.json ├── alienswap.xyz │ └── dapp-allowlist.json ├── alkemi.network │ └── dapp-allowlist.json ├── allchainbridge.com │ └── dapp-allowlist.json ├── ambient.finance │ └── dapp-allowlist.json ├── anglez.xyz │ └── dapp-allowlist.json ├── ankr.com │ └── dapp-allowlist.json ├── ape.bond │ └── dapp-allowlist.json ├── ape.store │ └── dapp-allowlist.json ├── apeswap.finance │ └── dapp-allowlist.json ├── apexdefi.xyz │ └── dapp-allowlist.json ├── apollox.finance │ └── dapp-allowlist.json ├── app-legacy.rango.exchange │ └── dapp-allowlist.json ├── app-v2.alpacafinance.org │ └── dapp-allowlist.json ├── app.1inch.io │ └── dapp-allowlist.json ├── app.aark.digital │ └── dapp-allowlist.json ├── app.aave.com │ └── dapp-allowlist.json ├── app.abracadabra.money │ └── dapp-allowlist.json ├── app.across.to │ └── dapp-allowlist.json ├── app.acsi.finance │ └── dapp-allowlist.json ├── app.aevo.xyz │ └── dapp-allowlist.json ├── app.agave.finance │ └── dapp-allowlist.json ├── app.aggre.io │ └── dapp-allowlist.json ├── app.airnfts.com │ └── dapp-allowlist.json ├── app.airpuff.io │ └── dapp-allowlist.json ├── app.alienbase.xyz │ └── dapp-allowlist.json ├── app.alpacafinance.org │ └── dapp-allowlist.json ├── app.angle.money │ └── dapp-allowlist.json ├── app.aperture.finance │ └── dapp-allowlist.json ├── app.apestake.io │ └── dapp-allowlist.json ├── app.arcade.xyz │ └── dapp-allowlist.json ├── app.aura.finance │ └── dapp-allowlist.json ├── app.baes.so │ └── dapp-allowlist.json ├── app.balancer.fi │ └── dapp-allowlist.json ├── app.balmy.xyz │ └── dapp-allowlist.json ├── app.bancor.network │ └── dapp-allowlist.json ├── app.based.gift │ └── dapp-allowlist.json ├── app.bedrock.technology │ └── dapp-allowlist.json ├── app.beefy.com │ └── dapp-allowlist.json ├── app.beefy.finance │ └── dapp-allowlist.json ├── app.betero.io │ └── dapp-allowlist.json ├── app.betswirl.com │ └── dapp-allowlist.json ├── app.bogged.finance │ └── dapp-allowlist.json ├── app.bolide.fi │ └── dapp-allowlist.json ├── app.breadchain.xyz │ └── dapp-allowlist.json ├── app.bsx.exchange │ └── dapp-allowlist.json ├── app.buffer.finance │ └── dapp-allowlist.json ├── app.camelot.exchange │ └── dapp-allowlist.json ├── app.carbondefi.xyz │ └── dapp-allowlist.json ├── app.catalyst.exchange │ └── dapp-allowlist.json ├── app.chainspot.io │ └── dapp-allowlist.json ├── app.claystack.com │ └── dapp-allowlist.json ├── app.coincollect.org │ └── dapp-allowlist.json ├── app.colonylab.io │ └── dapp-allowlist.json ├── app.compound.finance │ └── dapp-allowlist.json ├── app.concero.io │ └── dapp-allowlist.json ├── app.conveyor.finance │ └── dapp-allowlist.json ├── app.crosscurve.fi │ └── dapp-allowlist.json ├── app.crowdswap.org │ └── dapp-allowlist.json ├── app.cryptoblades.io │ └── dapp-allowlist.json ├── app.dapdap.net │ └── dapp-allowlist.json ├── app.debridge.finance │ └── dapp-allowlist.json ├── app.decent.xyz │ └── dapp-allowlist.json ├── app.defiplaza.net │ └── dapp-allowlist.json ├── app.defisaver.com │ └── dapp-allowlist.json ├── app.deltatheta.tech │ └── dapp-allowlist.json ├── app.derpdex.com │ └── dapp-allowlist.json ├── app.dexalot.com │ └── dapp-allowlist.json ├── app.dforce.network │ └── dapp-allowlist.json ├── app.dln.trade │ └── dapp-allowlist.json ├── app.dodoex.io │ └── dapp-allowlist.json ├── app.dolomite.io │ └── dapp-allowlist.json ├── app.dopex.io │ └── dapp-allowlist.json ├── app.dto.tech │ └── dapp-allowlist.json ├── app.dzap.io │ └── dapp-allowlist.json ├── app.eigenlayer.xyz │ └── dapp-allowlist.json ├── app.eisenfinance.com │ └── dapp-allowlist.json ├── app.elk.finance │ └── dapp-allowlist.json ├── app.ens.domains │ └── dapp-allowlist.json ├── app.ether.fi │ └── dapp-allowlist.json ├── app.ethos.finance │ └── dapp-allowlist.json ├── app.euler.finance │ └── dapp-allowlist.json ├── app.exact.ly │ └── dapp-allowlist.json ├── app.extrafi.io │ └── dapp-allowlist.json ├── app.feefree.fi │ └── dapp-allowlist.json ├── app.firebird.finance │ └── dapp-allowlist.json ├── app.flashliquidity.finance │ └── dapp-allowlist.json ├── app.fly.trade │ └── dapp-allowlist.json ├── app.frax.finance │ └── dapp-allowlist.json ├── app.fringe.fi │ └── dapp-allowlist.json ├── app.fstswap.vip │ └── dapp-allowlist.json ├── app.fuel.network │ └── dapp-allowlist.json ├── app.galxe.com │ └── dapp-allowlist.json ├── app.gammaswap.com │ └── dapp-allowlist.json ├── app.gearbox.fi │ └── dapp-allowlist.json ├── app.gmx.io │ └── dapp-allowlist.json ├── app.gogopool.com │ └── dapp-allowlist.json ├── app.gravitaprotocol.com │ └── dapp-allowlist.json ├── app.harvest.finance │ └── dapp-allowlist.json ├── app.hashflow.com │ └── dapp-allowlist.json ├── app.holograph.xyz │ └── dapp-allowlist.json ├── app.hop.exchange │ └── dapp-allowlist.json ├── app.impossible.finance │ └── dapp-allowlist.json ├── app.indexcoop.com │ └── dapp-allowlist.json ├── app.insurace.io │ └── dapp-allowlist.json ├── app.intentx.io │ └── dapp-allowlist.json ├── app.interport.fi │ └── dapp-allowlist.json ├── app.jojo.exchange │ └── dapp-allowlist.json ├── app.karak.network │ └── dapp-allowlist.json ├── app.kaskade.finance │ └── dapp-allowlist.json ├── app.kiloex.io │ └── dapp-allowlist.json ├── app.kim.exchange │ └── dapp-allowlist.json ├── app.kinza.finance │ └── dapp-allowlist.json ├── app.klerosscout.eth.limo │ └── dapp-allowlist.json ├── app.kromatika.finance │ └── dapp-allowlist.json ├── app.lanca.io │ └── dapp-allowlist.json ├── app.layer3.xyz │ └── dapp-allowlist.json ├── app.layerbank.finance │ └── dapp-allowlist.json ├── app.lends.so │ └── dapp-allowlist.json ├── app.level.finance │ └── dapp-allowlist.json ├── app.levinswap.realt.community │ └── dapp-allowlist.json ├── app.lodestarfinance.io │ └── dapp-allowlist.json ├── app.lore.finance │ └── dapp-allowlist.json ├── app.lunafi.io │ └── dapp-allowlist.json ├── app.magpiefi.xyz │ └── dapp-allowlist.json ├── app.mai.finance │ └── dapp-allowlist.json ├── app.manifold.xyz │ └── dapp-allowlist.json ├── app.masa.finance │ └── dapp-allowlist.json ├── app.mav.xyz │ └── dapp-allowlist.json ├── app.mellow.finance │ └── dapp-allowlist.json ├── app.mento.org │ └── dapp-allowlist.json ├── app.mercle.xyz │ └── dapp-allowlist.json ├── app.mode.network │ └── dapp-allowlist.json ├── app.morpho.org │ └── dapp-allowlist.json ├── app.multichain.org │ └── dapp-allowlist.json ├── app.mute.io │ └── dapp-allowlist.json ├── app.mux.network │ └── dapp-allowlist.json ├── app.nereus.finance │ └── dapp-allowlist.json ├── app.nftfi.com │ └── dapp-allowlist.json ├── app.numoen.com │ └── dapp-allowlist.json ├── app.odos.xyz │ └── dapp-allowlist.json ├── app.oeth.com │ └── dapp-allowlist.json ├── app.offshift.io │ └── dapp-allowlist.json ├── app.olympusdao.finance │ └── dapp-allowlist.json ├── app.omoswap.xyz │ └── dapp-allowlist.json ├── app.onekey.so │ └── dapp-allowlist.json ├── app.onx.finance │ └── dapp-allowlist.json ├── app.openocean.finance │ └── dapp-allowlist.json ├── app.optimism.io │ └── dapp-allowlist.json ├── app.originprotocol.com │ └── dapp-allowlist.json ├── app.overnight.fi │ └── dapp-allowlist.json ├── app.pangolin.exchange │ └── dapp-allowlist.json ├── app.para.space │ └── dapp-allowlist.json ├── app.parallel.fi │ └── dapp-allowlist.json ├── app.paraswap.io │ └── dapp-allowlist.json ├── app.pencilsprotocol.io │ └── dapp-allowlist.json ├── app.pendle.finance │ └── dapp-allowlist.json ├── app.pentas.io │ └── dapp-allowlist.json ├── app.perp.com │ └── dapp-allowlist.json ├── app.planet.finance │ └── dapp-allowlist.json ├── app.poolside.party │ └── dapp-allowlist.json ├── app.pooltogether.com │ └── dapp-allowlist.json ├── app.primeprotocol.xyz │ └── dapp-allowlist.json ├── app.primestaked.com │ └── dapp-allowlist.json ├── app.proofofhumanity.id │ └── dapp-allowlist.json ├── app.radiant.capital │ └── dapp-allowlist.json ├── app.rai.finance │ └── dapp-allowlist.json ├── app.ramses.exchange │ └── dapp-allowlist.json ├── app.rango.exchange │ └── dapp-allowlist.json ├── app.rentafi.org │ └── dapp-allowlist.json ├── app.renzoprotocol.com │ └── dapp-allowlist.json ├── app.reserve.org │ └── dapp-allowlist.json ├── app.retro.finance │ └── dapp-allowlist.json ├── app.revest.finance │ └── dapp-allowlist.json ├── app.rhino.fi │ └── dapp-allowlist.json ├── app.rho.trading │ └── dapp-allowlist.json ├── app.rocketswap.cc │ └── dapp-allowlist.json ├── app.rocketx.exchange │ └── dapp-allowlist.json ├── app.rollie.finance │ └── dapp-allowlist.json ├── app.routernitro.com │ └── dapp-allowlist.json ├── app.rubic.exchange │ └── dapp-allowlist.json ├── app.rubicon.finance │ └── dapp-allowlist.json ├── app.safe.global │ └── dapp-allowlist.json ├── app.satoshiprotocol.org │ └── dapp-allowlist.json ├── app.scribe.exchange │ └── dapp-allowlist.json ├── app.seamlessprotocol.com │ └── dapp-allowlist.json ├── app.seer.pm │ └── dapp-allowlist.json ├── app.shapeshift.com │ └── dapp-allowlist.json ├── app.shellprotocol.io │ └── dapp-allowlist.json ├── app.silo.finance │ └── dapp-allowlist.json ├── app.slingshot.finance │ └── dapp-allowlist.json ├── app.spark.fi │ └── dapp-allowlist.json ├── app.sparkprotocol.io │ └── dapp-allowlist.json ├── app.spectra.finance │ └── dapp-allowlist.json ├── app.squidrouter.com │ └── dapp-allowlist.json ├── app.stakestone.io │ └── dapp-allowlist.json ├── app.stakewise.io │ └── dapp-allowlist.json ├── app.stcelo.xyz │ └── dapp-allowlist.json ├── app.stellaswap.com │ └── dapp-allowlist.json ├── app.stellaxyz.io │ └── dapp-allowlist.json ├── app.strike.org │ └── dapp-allowlist.json ├── app.sturdy.finance │ └── dapp-allowlist.json ├── app.superfluid.finance │ └── dapp-allowlist.json ├── app.sushi.com │ └── dapp-allowlist.json ├── app.sweepnflip.io │ └── dapp-allowlist.json ├── app.swellnetwork.io │ └── dapp-allowlist.json ├── app.swoop.exchange │ └── dapp-allowlist.json ├── app.swych.finance │ └── dapp-allowlist.json ├── app.symbiosis.finance │ └── dapp-allowlist.json ├── app.symm.fi │ └── dapp-allowlist.json ├── app.syno.finance │ └── dapp-allowlist.json ├── app.synonym.finance │ └── dapp-allowlist.json ├── app.teller.org │ └── dapp-allowlist.json ├── app.thorswap.finance │ └── dapp-allowlist.json ├── app.tigris.trade │ └── dapp-allowlist.json ├── app.tinyworlds.io │ └── dapp-allowlist.json ├── app.tokan.exchange │ └── dapp-allowlist.json ├── app.tokemak.xyz │ └── dapp-allowlist.json ├── app.tokiemon.io │ └── dapp-allowlist.json ├── app.tonpound.com │ └── dapp-allowlist.json ├── app.transporter.io │ └── dapp-allowlist.json ├── app.treasure.lol │ └── dapp-allowlist.json ├── app.trebleswap.com │ └── dapp-allowlist.json ├── app.txsync.io │ └── dapp-allowlist.json ├── app.ubeswap.org │ └── dapp-allowlist.json ├── app.umbra.cash │ └── dapp-allowlist.json ├── app.uncx.network │ └── dapp-allowlist.json ├── app.unic.ly │ └── dapp-allowlist.json ├── app.unidex.exchange │ └── dapp-allowlist.json ├── app.uniswap.org │ └── dapp-allowlist.json ├── app.usual.money │ └── dapp-allowlist.json ├── app.vapordex.io │ └── dapp-allowlist.json ├── app.vela.exchange │ └── dapp-allowlist.json ├── app.venus.io │ └── dapp-allowlist.json ├── app.vertexprotocol.com │ └── dapp-allowlist.json ├── app.virtuals.io │ └── dapp-allowlist.json ├── app.wagmi.com │ └── dapp-allowlist.json ├── app.wiselending.com │ └── dapp-allowlist.json ├── app.wombat.exchange │ └── dapp-allowlist.json ├── app.wowmax.exchange │ └── dapp-allowlist.json ├── app.xy.finance │ └── dapp-allowlist.json ├── app.yel.finance │ └── dapp-allowlist.json ├── app.yfx.com │ └── dapp-allowlist.json ├── app.yubiai.market │ └── dapp-allowlist.json ├── app.zerion.io │ └── dapp-allowlist.json ├── app.zerog.finance │ └── dapp-allowlist.json ├── app.zerolend.xyz │ └── dapp-allowlist.json ├── app.zeroswap.io │ └── dapp-allowlist.json ├── app.zharta.io │ └── dapp-allowlist.json ├── app.zkex.com │ └── dapp-allowlist.json ├── app.zkfinance.org │ └── dapp-allowlist.json ├── app.zpet.tech │ └── dapp-allowlist.json ├── app.zprotocol.xyz │ └── dapp-allowlist.json ├── app.zunami.io │ └── dapp-allowlist.json ├── app.zyberswap.io │ └── dapp-allowlist.json ├── app3.yfx.com │ └── dapp-allowlist.json ├── appv1.sakaivault.io │ └── dapp-allowlist.json ├── arbswap.io │ └── dapp-allowlist.json ├── arena.trade │ └── dapp-allowlist.json ├── artblocks.io │ └── dapp-allowlist.json ├── asciicast.com │ └── dapp-allowlist.json ├── ast.finance │ └── dapp-allowlist.json ├── astherus.com │ └── dapp-allowlist.json ├── autoshark.finance │ └── dapp-allowlist.json ├── avadex.complusnetwork.com │ └── dapp-allowlist.json ├── avantisfi.com │ └── dapp-allowlist.json ├── axieinfinity.com │ └── dapp-allowlist.json ├── azuki.com │ └── dapp-allowlist.json ├── azuro.org │ └── dapp-allowlist.json ├── babydogeswap.com │ └── dapp-allowlist.json ├── baguette.exchange │ └── dapp-allowlist.json ├── bakeryswap.org │ └── dapp-allowlist.json ├── baoswap.xyz │ └── dapp-allowlist.json ├── barn.cow.fi │ └── dapp-allowlist.json ├── base.impermax.finance │ └── dapp-allowlist.json ├── base.leetswap.finance │ └── dapp-allowlist.json ├── base.org │ └── dapp-allowlist.json ├── basecolors.com │ └── dapp-allowlist.json ├── basedevo.fun │ └── dapp-allowlist.json ├── basepaint.xyz │ └── dapp-allowlist.json ├── baseswap.fi │ └── dapp-allowlist.json ├── baseswap.satori.finance │ └── dapp-allowlist.json ├── basilisk.org │ └── dapp-allowlist.json ├── bebop.xyz │ └── dapp-allowlist.json ├── bedrock.rockx.com │ └── dapp-allowlist.json ├── beets.fi │ └── dapp-allowlist.json ├── bellum.exchange │ └── dapp-allowlist.json ├── belt.fi │ └── dapp-allowlist.json ├── benddao.xyz │ └── dapp-allowlist.json ├── beta.dooar.com │ └── dapp-allowlist.json ├── bigint.co │ └── dapp-allowlist.json ├── biswap.org │ └── dapp-allowlist.json ├── bit5.com │ └── dapp-allowlist.json ├── blur.io │ └── dapp-allowlist.json ├── bnb.openleverage.finance │ └── dapp-allowlist.json ├── bookmaker.xyz │ └── dapp-allowlist.json ├── bricksmint.com │ └── dapp-allowlist.json ├── brid.gg │ └── dapp-allowlist.json ├── bridge.ancient8.gg │ └── dapp-allowlist.json ├── bridge.arbitrum.io │ └── dapp-allowlist.json ├── bridge.base.org │ └── dapp-allowlist.json ├── bridge.cetus.zone │ └── dapp-allowlist.json ├── bridge.connext.network │ └── dapp-allowlist.json ├── bridge.degen.tips │ └── dapp-allowlist.json ├── bridge.gnosischain.com │ └── dapp-allowlist.json ├── bridge.harmony.one │ └── dapp-allowlist.json ├── bridge.linea.build │ └── dapp-allowlist.json ├── bridge.mantle.xyz │ └── dapp-allowlist.json ├── bridge.metis.io │ └── dapp-allowlist.json ├── bridge.onbeam.com │ └── dapp-allowlist.json ├── bridge.orbitchain.io │ └── dapp-allowlist.json ├── bridge.pancakeswap.finance │ └── dapp-allowlist.json ├── bridge.publicgoods.network │ └── dapp-allowlist.json ├── bridge.taiko.xyz │ └── dapp-allowlist.json ├── bridge.telos.net │ └── dapp-allowlist.json ├── bridge.wanchain.org │ └── dapp-allowlist.json ├── bridge.zircuit.com │ └── dapp-allowlist.json ├── bridge.zora.energy │ └── dapp-allowlist.json ├── bridgers.xyz │ └── dapp-allowlist.json ├── bsc.w3swap.link │ └── dapp-allowlist.json ├── bulksender.app │ └── dapp-allowlist.json ├── bullbear.fun │ └── dapp-allowlist.json ├── bungee.exchange │ └── dapp-allowlist.json ├── burgerswap.org │ └── dapp-allowlist.json ├── burn.polygon.technology │ └── dapp-allowlist.json ├── business.questn.com │ └── dapp-allowlist.json ├── butterswap.io │ └── dapp-allowlist.json ├── c2.world │ └── dapp-allowlist.json ├── cap.io │ └── dapp-allowlist.json ├── capitaldex.exchange │ └── dapp-allowlist.json ├── carrier.so │ └── dapp-allowlist.json ├── catinabox.finance │ └── dapp-allowlist.json ├── caviar.sh │ └── dapp-allowlist.json ├── cbridge.celer.network │ └── dapp-allowlist.json ├── celo.carbondefi.xyz │ └── dapp-allowlist.json ├── chadfinance.xyz │ └── dapp-allowlist.json ├── changelly.com │ └── dapp-allowlist.json ├── claim.ether.fi │ └── dapp-allowlist.json ├── claim.kaito.ai │ └── dapp-allowlist.json ├── claims.eigenfoundation.org │ └── dapp-allowlist.json ├── classic.bmx.trade │ └── dapp-allowlist.json ├── clearpool.finance │ └── dapp-allowlist.json ├── clipper.exchange │ └── dapp-allowlist.json ├── clusters.xyz │ └── dapp-allowlist.json ├── coinbase.com │ └── dapp-allowlist.json ├── cointool.app │ └── dapp-allowlist.json ├── coinwind.pro │ └── dapp-allowlist.json ├── conft.app │ └── dapp-allowlist.json ├── console.brahma.fi │ └── dapp-allowlist.json ├── convexfinance.com │ └── dapp-allowlist.json ├── coolcatsnft.com │ └── dapp-allowlist.json ├── core.app │ └── dapp-allowlist.json ├── court.kleros.io │ └── dapp-allowlist.json ├── cow.fi │ └── dapp-allowlist.json ├── crate.place │ └── dapp-allowlist.json ├── crvusd.curve.fi │ └── dapp-allowlist.json ├── crypto.com │ └── dapp-allowlist.json ├── cryptokitties.co │ └── dapp-allowlist.json ├── cryptomultisender.com │ └── dapp-allowlist.json ├── curate.kleros.builders │ └── dapp-allowlist.json ├── curate.kleros.io │ └── dapp-allowlist.json ├── curve.fi │ └── dapp-allowlist.json ├── curve.finance │ └── dapp-allowlist.json ├── cyberconnect.me │ └── dapp-allowlist.json ├── dackieswap.xyz │ └── dapp-allowlist.json ├── dapp-allowlist.schema.json ├── dapp.cian.app │ └── dapp-allowlist.json ├── dapp.koi.finance │ └── dapp-allowlist.json ├── dapp.oxchange.finance │ └── dapp-allowlist.json ├── dapp.usecyan.com │ └── dapp-allowlist.json ├── dark.knightswap.financial │ └── dapp-allowlist.json ├── davos.xyz │ └── dapp-allowlist.json ├── de.fi │ └── dapp-allowlist.json ├── debank.com │ └── dapp-allowlist.json ├── defi.krystal.app │ └── dapp-allowlist.json ├── defikingdoms.com │ └── dapp-allowlist.json ├── defiplaza.net │ └── dapp-allowlist.json ├── defiway.com │ └── dapp-allowlist.json ├── degens.com │ └── dapp-allowlist.json ├── delegate.xyz │ └── dapp-allowlist.json ├── derive.xyz │ └── dapp-allowlist.json ├── derivio.xyz │ └── dapp-allowlist.json ├── dew.gg │ └── dapp-allowlist.json ├── dex.guru │ └── dapp-allowlist.json ├── dex.woo.org │ └── dapp-allowlist.json ├── dexilla.com │ └── dapp-allowlist.json ├── dextools.io │ └── dapp-allowlist.json ├── dexview.com │ └── dapp-allowlist.json ├── diamondswap.com │ └── dapp-allowlist.json ├── dice.anyrand.com │ └── dapp-allowlist.json ├── dicether.com │ └── dapp-allowlist.json ├── disperse.app │ └── dapp-allowlist.json ├── dogebets.gg │ └── dapp-allowlist.json ├── dogem.io │ └── dapp-allowlist.json ├── doodles.app │ └── dapp-allowlist.json ├── draculafi.xyz │ └── dapp-allowlist.json ├── dreambyt3.com │ └── dapp-allowlist.json ├── drips.network │ └── dapp-allowlist.json ├── drops.co │ └── dapp-allowlist.json ├── dx.app │ └── dapp-allowlist.json ├── dydx.exchange │ └── dapp-allowlist.json ├── earn.alkemi.network │ └── dapp-allowlist.json ├── earn.brewlabs.info │ └── dapp-allowlist.json ├── easscan.org │ └── dapp-allowlist.json ├── element.market │ └── dapp-allowlist.json ├── elixir.xyz │ └── dapp-allowlist.json ├── ellipsis.finance │ └── dapp-allowlist.json ├── endblock.io │ └── dapp-allowlist.json ├── enigmaeconomy.com │ └── dapp-allowlist.json ├── ens.domains │ └── dapp-allowlist.json ├── enso.finance │ └── dapp-allowlist.json ├── epigeon.org │ └── dapp-allowlist.json ├── equalizer.exchange │ └── dapp-allowlist.json ├── era.name │ └── dapp-allowlist.json ├── escrow-v2.kleros.builders │ └── dapp-allowlist.json ├── escrow.kleros.io │ └── dapp-allowlist.json ├── estfor.com │ └── dapp-allowlist.json ├── eterney.com │ └── dapp-allowlist.json ├── eth.openleverage.finance │ └── dapp-allowlist.json ├── ethereumbillboard.com │ └── dapp-allowlist.json ├── etherscan.io │ └── dapp-allowlist.json ├── ethhex.com │ └── dapp-allowlist.json ├── euclidfinance.io │ └── dapp-allowlist.json ├── euler.finance │ └── dapp-allowlist.json ├── exchange.babyswap.finance │ └── dapp-allowlist.json ├── exchange.dfyn.network │ └── dapp-allowlist.json ├── exchange.idex.io │ └── dapp-allowlist.json ├── exchange.soulswap.finance │ └── dapp-allowlist.json ├── exchange.synthetix.io │ └── dapp-allowlist.json ├── explorer.reservoir.tools │ └── dapp-allowlist.json ├── factory.chocomint.app │ └── dapp-allowlist.json ├── fantom-exchange.jetswap.finance │ └── dapp-allowlist.json ├── fantom.sacra.game │ └── dapp-allowlist.json ├── fbomb.finance │ └── dapp-allowlist.json ├── fi.woo.org │ └── dapp-allowlist.json ├── figures.art │ └── dapp-allowlist.json ├── flooz.xyz │ └── dapp-allowlist.json ├── fluid.instadapp.io │ └── dapp-allowlist.json ├── fluid.io │ └── dapp-allowlist.json ├── fluxfinance.com │ └── dapp-allowlist.json ├── foundation.app │ └── dapp-allowlist.json ├── fp.io │ └── dapp-allowlist.json ├── freee.xyz │ └── dapp-allowlist.json ├── frenpet.xyz │ └── dapp-allowlist.json ├── fujidao.org │ └── dapp-allowlist.json ├── fulcrom.finance │ └── dapp-allowlist.json ├── fx.aladdin.club │ └── dapp-allowlist.json ├── gains.trade │ └── dapp-allowlist.json ├── galaxy.exchange │ └── dapp-allowlist.json ├── gateway.boba.network │ └── dapp-allowlist.json ├── genie.xyz │ └── dapp-allowlist.json ├── getfitmining.com │ └── dapp-allowlist.json ├── getluckytoday.io │ └── dapp-allowlist.json ├── ghostmarket.io │ └── dapp-allowlist.json ├── go.skip.build │ └── dapp-allowlist.json ├── granary.finance │ └── dapp-allowlist.json ├── gravityfinance.io │ └── dapp-allowlist.json ├── ham.fun │ └── dapp-allowlist.json ├── heroglyphs.com │ └── dapp-allowlist.json ├── hex.com │ └── dapp-allowlist.json ├── hextech.cc │ └── dapp-allowlist.json ├── hey.xyz │ └── dapp-allowlist.json ├── highlight.xyz │ └── dapp-allowlist.json ├── hipposwap.finance │ └── dapp-allowlist.json ├── hmx.org │ └── dapp-allowlist.json ├── honeyswap.1hive.eth.limo │ └── dapp-allowlist.json ├── hub.zetachain.com │ └── dapp-allowlist.json ├── hunnyswap.com │ └── dapp-allowlist.json ├── hurricaneswap.com │ └── dapp-allowlist.json ├── hyphen.biconomy.io │ └── dapp-allowlist.json ├── icecreamswap.com │ └── dapp-allowlist.json ├── inceptionlrt.com │ └── dapp-allowlist.json ├── info.julswap.com │ └── dapp-allowlist.json ├── interestprotocol.io │ └── dapp-allowlist.json ├── intswap.io │ └── dapp-allowlist.json ├── inverse.finance │ └── dapp-allowlist.json ├── izumi.finance │ └── dapp-allowlist.json ├── jetonai.com │ └── dapp-allowlist.json ├── joepegs.com │ └── dapp-allowlist.json ├── jpegd.io │ └── dapp-allowlist.json ├── juicebox.money │ └── dapp-allowlist.json ├── jumper.exchange │ └── dapp-allowlist.json ├── kayakfinance.io │ └── dapp-allowlist.json ├── kelpdao.xyz │ └── dapp-allowlist.json ├── kleros.io │ └── dapp-allowlist.json ├── knownorigin.io │ └── dapp-allowlist.json ├── kroma.network │ └── dapp-allowlist.json ├── kucoin.com │ └── dapp-allowlist.json ├── kyberswap.com │ └── dapp-allowlist.json ├── l2marathon.com │ └── dapp-allowlist.json ├── l2pass.com │ └── dapp-allowlist.json ├── l2telegraph.io │ └── dapp-allowlist.json ├── l2telegraph.xyz │ └── dapp-allowlist.json ├── lanca.io │ └── dapp-allowlist.json ├── launchpad.bigint.co │ └── dapp-allowlist.json ├── launchpad.intuition.systems │ └── dapp-allowlist.json ├── layer3.xyz │ └── dapp-allowlist.json ├── lazyarthub.com │ └── dapp-allowlist.json ├── legacy.izumi.finance │ └── dapp-allowlist.json ├── lending.babyswap.finance │ └── dapp-allowlist.json ├── lens.xyz │ └── dapp-allowlist.json ├── letsgethai.com │ └── dapp-allowlist.json ├── lfj.gg │ └── dapp-allowlist.json ├── libera.xyz │ └── dapp-allowlist.json ├── lif3.com │ └── dapp-allowlist.json ├── linguo.kleros.io │ └── dapp-allowlist.json ├── linoswap.io │ └── dapp-allowlist.json ├── liquidnfts.com │ └── dapp-allowlist.json ├── liquity.org │ └── dapp-allowlist.json ├── liquityapp.com │ └── dapp-allowlist.json ├── lite.zksync.io │ └── dapp-allowlist.json ├── lockler.eth.limo │ └── dapp-allowlist.json ├── looksrare.org │ └── dapp-allowlist.json ├── loopring.io │ └── dapp-allowlist.json ├── luckychip.io │ └── dapp-allowlist.json ├── luckynft.vip │ └── dapp-allowlist.json ├── lz.gas.zip │ └── dapp-allowlist.json ├── lz.omnihub.xyz │ └── dapp-allowlist.json ├── madmex.io │ └── dapp-allowlist.json ├── magiceden.io │ └── dapp-allowlist.json ├── mail.dmail.ai │ └── dapp-allowlist.json ├── main.reactorfusion.xyz │ └── dapp-allowlist.json ├── mainnet.frax.com │ └── dapp-allowlist.json ├── market.babyswap.finance │ └── dapp-allowlist.json ├── market.ledger.com │ └── dapp-allowlist.json ├── market.renft.io │ └── dapp-allowlist.json ├── market.tevaera.com │ └── dapp-allowlist.json ├── marketplace.openxswap.exchange │ └── dapp-allowlist.json ├── matcha.xyz │ └── dapp-allowlist.json ├── mean.finance │ └── dapp-allowlist.json ├── meebits.app │ └── dapp-allowlist.json ├── megalon.app │ └── dapp-allowlist.json ├── meshswap.fi │ └── dapp-allowlist.json ├── meson.fi │ └── dapp-allowlist.json ├── metaflip.fun │ └── dapp-allowlist.json ├── metamask.io │ └── dapp-allowlist.json ├── metashima.com │ └── dapp-allowlist.json ├── metavault.trade │ └── dapp-allowlist.json ├── meth.mantle.xyz │ └── dapp-allowlist.json ├── micro3.io │ └── dapp-allowlist.json ├── mint.club │ └── dapp-allowlist.json ├── mint.eigenlayer.xyz │ └── dapp-allowlist.json ├── mint.fun │ └── dapp-allowlist.json ├── mint.superfluid.finance │ └── dapp-allowlist.json ├── mintchain.io │ └── dapp-allowlist.json ├── minter.merkly.com │ └── dapp-allowlist.json ├── mobox.io │ └── dapp-allowlist.json ├── moonbirds.xyz │ └── dapp-allowlist.json ├── mooniswap.exchange │ └── dapp-allowlist.json ├── moonwell.fi │ └── dapp-allowlist.json ├── morkie.xyz │ └── dapp-allowlist.json ├── mu.exchange │ └── dapp-allowlist.json ├── my.soniclabs.com │ └── dapp-allowlist.json ├── native.org │ └── dapp-allowlist.json ├── nebula.foundnone.xyz │ └── dapp-allowlist.json ├── new.bungee.exchange │ └── dapp-allowlist.json ├── newparadigm.manta.network │ └── dapp-allowlist.json ├── nfprompt.io │ └── dapp-allowlist.json ├── nft20.io │ └── dapp-allowlist.json ├── nftrade.com │ └── dapp-allowlist.json ├── nfts2me.com │ └── dapp-allowlist.json ├── nftx.io │ └── dapp-allowlist.json ├── nice2win.com │ └── dapp-allowlist.json ├── nifty.ink │ └── dapp-allowlist.json ├── nomiswap.io │ └── dapp-allowlist.json ├── notional.finance │ └── dapp-allowlist.json ├── nouns.build │ └── dapp-allowlist.json ├── nuri.exchange │ └── dapp-allowlist.json ├── o3swap.com │ └── dapp-allowlist.json ├── oasis.app │ └── dapp-allowlist.json ├── oku.trade │ └── dapp-allowlist.json ├── okx.com │ └── dapp-allowlist.json ├── omni.gnosischain.com │ └── dapp-allowlist.json ├── omnibridge.gnosischain.com │ └── dapp-allowlist.json ├── omnihub.xyz │ └── dapp-allowlist.json ├── one.zerolend.xyz │ └── dapp-allowlist.json ├── oneplanetnft.io │ └── dapp-allowlist.json ├── op.beets.fi │ └── dapp-allowlist.json ├── opbnb-bridge.bnbchain.org │ └── dapp-allowlist.json ├── openpfp.com │ └── dapp-allowlist.json ├── opensea.io │ └── dapp-allowlist.json ├── ora.io │ └── dapp-allowlist.json ├── orbiter.finance │ └── dapp-allowlist.json ├── orna.art │ └── dapp-allowlist.json ├── ottopia.app │ └── dapp-allowlist.json ├── overlord.xyz │ └── dapp-allowlist.json ├── owl.games │ └── dapp-allowlist.json ├── owlto.finance │ └── dapp-allowlist.json ├── pacific-bridge.manta.network │ └── dapp-allowlist.json ├── paintswap.finance │ └── dapp-allowlist.json ├── pancakebunny.finance │ └── dapp-allowlist.json ├── pancakeswap.finance │ └── dapp-allowlist.json ├── pandora.digital │ └── dapp-allowlist.json ├── para.space │ └── dapp-allowlist.json ├── paraswap.io │ └── dapp-allowlist.json ├── party.app │ └── dapp-allowlist.json ├── passport.gitcoin.co │ └── dapp-allowlist.json ├── pay.sablier.finance │ └── dapp-allowlist.json ├── peanut.to │ └── dapp-allowlist.json ├── pearl.exchange │ └── dapp-allowlist.json ├── pencilsprotocol.io │ └── dapp-allowlist.json ├── perp.pancakeswap.finance │ └── dapp-allowlist.json ├── pharaoh.exchange │ └── dapp-allowlist.json ├── phi.box │ └── dapp-allowlist.json ├── pinksale.finance │ └── dapp-allowlist.json ├── pixelswap.xyz │ └── dapp-allowlist.json ├── play.polyflip.io │ └── dapp-allowlist.json ├── play.zkasino.io │ └── dapp-allowlist.json ├── plexus.app │ └── dapp-allowlist.json ├── poap.top │ └── dapp-allowlist.json ├── polter.finance │ └── dapp-allowlist.json ├── poly.croissant.games │ └── dapp-allowlist.json ├── polycat.finance │ └── dapp-allowlist.json ├── polycub.com │ └── dapp-allowlist.json ├── polygon.pearl.exchange │ └── dapp-allowlist.json ├── polymm.finance │ └── dapp-allowlist.json ├── pool.unidex.exchange │ └── dapp-allowlist.json ├── poolparty.loopfi.xyz │ └── dapp-allowlist.json ├── popsicle.finance │ └── dapp-allowlist.json ├── portal.goal3.xyz │ └── dapp-allowlist.json ├── portal.polygon.technology │ └── dapp-allowlist.json ├── portal.zksync.io │ └── dapp-allowlist.json ├── portalbridge.com │ └── dapp-allowlist.json ├── portfolio.metamask.io │ └── dapp-allowlist.json ├── position.exchange │ └── dapp-allowlist.json ├── premint.xyz │ └── dapp-allowlist.json ├── pro.apex.exchange │ └── dapp-allowlist.json ├── pro.opensea.io │ └── dapp-allowlist.json ├── pyreswap.finance │ └── dapp-allowlist.json ├── qna3.ai │ └── dapp-allowlist.json ├── quest.philand.xyz │ └── dapp-allowlist.json ├── quest.puffer.fi │ └── dapp-allowlist.json ├── quickswap.exchange │ └── dapp-allowlist.json ├── rainbowbridge.app │ └── dapp-allowlist.json ├── ramses.exchange │ └── dapp-allowlist.json ├── rarible.com │ └── dapp-allowlist.json ├── reality.eth.limo │ └── dapp-allowlist.json ├── reality.eth.link │ └── dapp-allowlist.json ├── relay.link │ └── dapp-allowlist.json ├── renzo.hyperlane.xyz │ └── dapp-allowlist.json ├── renzo.liquifi.finance │ └── dapp-allowlist.json ├── revert.finance │ └── dapp-allowlist.json ├── revoke.cash │ └── dapp-allowlist.json ├── ring.exchange │ └── dapp-allowlist.json ├── rmm.realtoken.network │ └── dapp-allowlist.json ├── robots.farm │ └── dapp-allowlist.json ├── roulether.com │ └── dapp-allowlist.json ├── router.via.exchange │ └── dapp-allowlist.json ├── routernitro.com │ └── dapp-allowlist.json ├── rtfkt.com │ └── dapp-allowlist.json ├── rubyscore.io │ └── dapp-allowlist.json ├── saddle.exchange │ └── dapp-allowlist.json ├── salvor.io │ └── dapp-allowlist.json ├── sandbox.game │ └── dapp-allowlist.json ├── sbinft.market │ └── dapp-allowlist.json ├── scam-education.web.app │ └── dapp-allowlist.json ├── scream.sh │ └── dapp-allowlist.json ├── scroll.io │ └── dapp-allowlist.json ├── scroll.layerbank.finance │ └── dapp-allowlist.json ├── scrollname.domains │ └── dapp-allowlist.json ├── scrollsloth.com │ └── dapp-allowlist.json ├── scrollstat.xyz │ └── dapp-allowlist.json ├── secondlive.world │ └── dapp-allowlist.json ├── seer.pm │ └── dapp-allowlist.json ├── seize.io │ └── dapp-allowlist.json ├── shibaswap.com │ └── dapp-allowlist.json ├── slm.games │ └── dapp-allowlist.json ├── smardex.io │ └── dapp-allowlist.json ├── smart.dapps.co │ └── dapp-allowlist.json ├── smoothy.finance │ └── dapp-allowlist.json ├── solidlizard.finance │ └── dapp-allowlist.json ├── sonne.finance │ └── dapp-allowlist.json ├── soswap.rai.finance │ └── dapp-allowlist.json ├── sound.xyz │ └── dapp-allowlist.json ├── space.id │ └── dapp-allowlist.json ├── spiritswap.finance │ └── dapp-allowlist.json ├── spooky.fi │ └── dapp-allowlist.json ├── squadswap.com │ └── dapp-allowlist.json ├── stackly.eth.limo │ └── dapp-allowlist.json ├── staderlabs.com │ └── dapp-allowlist.json ├── stake.lido.fi │ └── dapp-allowlist.json ├── stake.rocketpool.net │ └── dapp-allowlist.json ├── stake.zircuit.com │ └── dapp-allowlist.json ├── staking.benqi.fi │ └── dapp-allowlist.json ├── stargate.finance │ └── dapp-allowlist.json ├── starkgate.starknet.io │ └── dapp-allowlist.json ├── starrynift.art │ └── dapp-allowlist.json ├── starsdice.com │ └── dapp-allowlist.json ├── sudoswap.xyz │ └── dapp-allowlist.json ├── summer.fi │ └── dapp-allowlist.json ├── sunflower-land.com │ └── dapp-allowlist.json ├── superbridge.app │ └── dapp-allowlist.json ├── superform.xyz │ └── dapp-allowlist.json ├── superrare.com │ └── dapp-allowlist.json ├── sushi.com │ └── dapp-allowlist.json ├── swap-zksync.spacefi.io │ └── dapp-allowlist.json ├── swap.cow.fi │ └── dapp-allowlist.json ├── swap.defillama.com │ └── dapp-allowlist.json ├── swap.mayan.finance │ └── dapp-allowlist.json ├── swap.spiritswap.finance │ └── dapp-allowlist.json ├── swap.transit.finance │ └── dapp-allowlist.json ├── swap.zkfinance.org │ └── dapp-allowlist.json ├── swapbased.finance │ └── dapp-allowlist.json ├── swapbox.io │ └── dapp-allowlist.json ├── swapr.eth.limo │ └── dapp-allowlist.json ├── swapr.eth.link │ └── dapp-allowlist.json ├── synapseprotocol.com │ └── dapp-allowlist.json ├── syncswap.xyz │ └── dapp-allowlist.json ├── synthswap.io │ └── dapp-allowlist.json ├── tally.xyz │ └── dapp-allowlist.json ├── tape.xyz │ └── dapp-allowlist.json ├── tarot.to │ └── dapp-allowlist.json ├── taskon.xyz │ └── dapp-allowlist.json ├── tevaera.com │ └── dapp-allowlist.json ├── thegraph.com │ └── dapp-allowlist.json ├── thena.fi │ └── dapp-allowlist.json ├── thenile.exchange │ └── dapp-allowlist.json ├── tivel.finance │ └── dapp-allowlist.json ├── toaster.finance │ └── dapp-allowlist.json ├── tofunft.com │ └── dapp-allowlist.json ├── tokenlocker.me │ └── dapp-allowlist.json ├── tokenlon.im │ └── dapp-allowlist.json ├── tokenmill.xyz │ └── dapp-allowlist.json ├── tokentool.bitbond.com │ └── dapp-allowlist.json ├── tokentrove.com │ └── dapp-allowlist.json ├── tomb.com │ └── dapp-allowlist.json ├── tornadocash.eth.link │ └── dapp-allowlist.json ├── toros.finance │ └── dapp-allowlist.json ├── trade.dydx.exchange │ └── dapp-allowlist.json ├── trade.playnance.com │ └── dapp-allowlist.json ├── trade.vessel.finance │ └── dapp-allowlist.json ├── traderjoexyz.com │ └── dapp-allowlist.json ├── tranchess.com │ └── dapp-allowlist.json ├── transit.finance │ └── dapp-allowlist.json ├── trustgo.trustalabs.ai │ └── dapp-allowlist.json ├── u235.pro │ └── dapp-allowlist.json ├── universalchains.io │ └── dapp-allowlist.json ├── unsheth.xyz │ └── dapp-allowlist.json ├── upvsdown.com │ └── dapp-allowlist.json ├── v1.hurricaneswap.com │ └── dapp-allowlist.json ├── v1.pearl.exchange │ └── dapp-allowlist.json ├── v1.unilend.finance │ └── dapp-allowlist.json ├── v2.across.to │ └── dapp-allowlist.json ├── v2.kleros.builders │ └── dapp-allowlist.json ├── v2.proofofhumanity.id │ └── dapp-allowlist.json ├── v2.spooky.fi │ └── dapp-allowlist.json ├── v2.tetu.io │ └── dapp-allowlist.json ├── v3.spooky.fi │ └── dapp-allowlist.json ├── v3.swapr.eth.limo │ └── dapp-allowlist.json ├── v3app.everrise.com │ └── dapp-allowlist.json ├── vault.cian.app │ └── dapp-allowlist.json ├── vaultka.com │ └── dapp-allowlist.json ├── vaults.spicefi.xyz │ └── dapp-allowlist.json ├── velo.drome.eth.limo │ └── dapp-allowlist.json ├── velocimeter.xyz │ └── dapp-allowlist.json ├── velodrome.finance │ └── dapp-allowlist.json ├── veno.finance │ └── dapp-allowlist.json ├── verse.bitcoin.com │ └── dapp-allowlist.json ├── vfat.io │ └── dapp-allowlist.json ├── vivaleva.com │ └── dapp-allowlist.json ├── voltage.finance │ └── dapp-allowlist.json ├── vote.zknation.io │ └── dapp-allowlist.json ├── vulcandex.vulcanforged.com │ └── dapp-allowlist.json ├── w.wormhole.com │ └── dapp-allowlist.json ├── wallet.polygon.technology │ └── dapp-allowlist.json ├── walletconnect.com │ └── dapp-allowlist.json ├── wardenswap.finance │ └── dapp-allowlist.json ├── web3.okx.com │ └── dapp-allowlist.json ├── whirlprivacy.io │ └── dapp-allowlist.json ├── wigoswap.io │ └── dapp-allowlist.json ├── wombex.finance │ └── dapp-allowlist.json ├── woofi.com │ └── dapp-allowlist.json ├── worldofdypians.com │ └── dapp-allowlist.json ├── wowswap.io │ └── dapp-allowlist.json ├── x2y2.io │ └── dapp-allowlist.json ├── xenify.io │ └── dapp-allowlist.json ├── xname.app │ └── dapp-allowlist.json ├── xswap.link │ └── dapp-allowlist.json ├── xy.finance │ └── dapp-allowlist.json ├── yearn.finance │ └── dapp-allowlist.json ├── yel.finance │ └── dapp-allowlist.json ├── yieldyak.com │ └── dapp-allowlist.json ├── yuga.com │ └── dapp-allowlist.json ├── zapper.xyz │ └── dapp-allowlist.json ├── zcx.com │ └── dapp-allowlist.json ├── zerion.io │ └── dapp-allowlist.json ├── zerolend.eth.limo │ └── dapp-allowlist.json ├── zkbridge.com │ └── dapp-allowlist.json ├── zkmarkets.com │ └── dapp-allowlist.json ├── zkscroll.punkswap.exchange │ └── dapp-allowlist.json ├── zkswap.finance │ └── dapp-allowlist.json ├── zksync-chronicles.mithraeum.io │ └── dapp-allowlist.json ├── zksync.velocore.xyz │ └── dapp-allowlist.json ├── zns.bio │ └── dapp-allowlist.json └── zora.co │ └── dapp-allowlist.json ├── kleros_cdn_to_github.py └── requirements.txt /.env: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/scripts/.scalafmt.conf: -------------------------------------------------------------------------------- 1 | version = "3.5.9" 2 | runner.dialect = scala3 -------------------------------------------------------------------------------- /.github/scripts/Model.sc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/.github/scripts/Model.sc -------------------------------------------------------------------------------- /.github/scripts/Model.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/.github/scripts/Model.scala -------------------------------------------------------------------------------- /.github/scripts/validate-and-merge-cli.scala: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/.github/scripts/validate-and-merge-cli.scala -------------------------------------------------------------------------------- /.github/workflows/autoupdate.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/.github/workflows/autoupdate.yml -------------------------------------------------------------------------------- /.github/workflows/lint.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/.github/workflows/lint.yml -------------------------------------------------------------------------------- /.github/workflows/merge-dapp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/.github/workflows/merge-dapp.yml -------------------------------------------------------------------------------- /.github/workflows/trigger-merge-dapp.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/.github/workflows/trigger-merge-dapp.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/.gitignore -------------------------------------------------------------------------------- /CODEOWNERS: -------------------------------------------------------------------------------- 1 | * @LedgerHQ/backend-core 2 | -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/README.md -------------------------------------------------------------------------------- /all-dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/all-dapp-allowlist.json -------------------------------------------------------------------------------- /allowlist.schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/allowlist.schema.json -------------------------------------------------------------------------------- /dapps/1.horswap.eth.limo/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/1.horswap.eth.limo/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/1hive.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/1hive.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/2.horswap.eth.limo/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/2.horswap.eth.limo/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/abyss.venium.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/abyss.venium.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/aerodrome.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/aerodrome.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/agave.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/agave.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/agavefinance.eth.limo/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/agavefinance.eth.limo/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/airdrop.chainbase.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/airdrop.chainbase.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/airswap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/airswap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/alienswap.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/alienswap.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/alkemi.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/alkemi.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/allchainbridge.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/allchainbridge.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ambient.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ambient.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/anglez.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/anglez.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ankr.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ankr.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ape.bond/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ape.bond/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ape.store/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ape.store/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/apeswap.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/apeswap.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/apexdefi.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/apexdefi.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/apollox.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/apollox.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app-legacy.rango.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app-legacy.rango.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app-v2.alpacafinance.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app-v2.alpacafinance.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.1inch.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.1inch.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.aark.digital/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.aark.digital/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.aave.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.aave.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.abracadabra.money/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.abracadabra.money/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.across.to/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.across.to/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.acsi.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.acsi.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.aevo.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.aevo.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.agave.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.agave.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.aggre.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.aggre.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.airnfts.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.airnfts.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.airpuff.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.airpuff.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.alienbase.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.alienbase.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.alpacafinance.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.alpacafinance.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.angle.money/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.angle.money/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.aperture.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.aperture.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.apestake.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.apestake.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.arcade.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.arcade.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.aura.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.aura.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.baes.so/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.baes.so/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.balancer.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.balancer.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.balmy.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.balmy.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.bancor.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.bancor.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.based.gift/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.based.gift/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.bedrock.technology/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.bedrock.technology/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.beefy.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.beefy.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.beefy.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.beefy.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.betero.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.betero.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.betswirl.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.betswirl.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.bogged.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.bogged.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.bolide.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.bolide.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.breadchain.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.breadchain.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.bsx.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.bsx.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.buffer.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.buffer.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.camelot.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.camelot.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.carbondefi.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.carbondefi.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.catalyst.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.catalyst.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.chainspot.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.chainspot.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.claystack.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.claystack.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.coincollect.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.coincollect.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.colonylab.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.colonylab.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.compound.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.compound.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.concero.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.concero.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.conveyor.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.conveyor.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.crosscurve.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.crosscurve.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.crowdswap.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.crowdswap.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.cryptoblades.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.cryptoblades.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.dapdap.net/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.dapdap.net/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.debridge.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.debridge.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.decent.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.decent.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.defiplaza.net/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.defiplaza.net/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.defisaver.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.defisaver.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.deltatheta.tech/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.deltatheta.tech/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.derpdex.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.derpdex.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.dexalot.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.dexalot.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.dforce.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.dforce.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.dln.trade/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.dln.trade/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.dodoex.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.dodoex.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.dolomite.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.dolomite.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.dopex.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.dopex.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.dto.tech/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.dto.tech/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.dzap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.dzap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.eigenlayer.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.eigenlayer.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.eisenfinance.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.eisenfinance.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.elk.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.elk.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.ens.domains/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.ens.domains/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.ether.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.ether.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.ethos.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.ethos.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.euler.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.euler.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.exact.ly/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.exact.ly/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.extrafi.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.extrafi.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.feefree.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.feefree.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.firebird.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.firebird.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.flashliquidity.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.flashliquidity.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.fly.trade/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.fly.trade/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.frax.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.frax.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.fringe.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.fringe.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.fstswap.vip/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.fstswap.vip/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.fuel.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.fuel.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.galxe.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.galxe.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.gammaswap.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.gammaswap.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.gearbox.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.gearbox.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.gmx.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.gmx.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.gogopool.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.gogopool.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.gravitaprotocol.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.gravitaprotocol.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.harvest.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.harvest.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.hashflow.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.hashflow.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.holograph.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.holograph.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.hop.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.hop.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.impossible.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.impossible.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.indexcoop.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.indexcoop.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.insurace.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.insurace.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.intentx.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.intentx.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.interport.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.interport.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.jojo.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.jojo.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.karak.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.karak.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.kaskade.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.kaskade.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.kiloex.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.kiloex.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.kim.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.kim.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.kinza.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.kinza.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.klerosscout.eth.limo/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.klerosscout.eth.limo/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.kromatika.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.kromatika.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.lanca.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.lanca.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.layer3.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.layer3.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.layerbank.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.layerbank.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.lends.so/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.lends.so/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.level.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.level.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.lodestarfinance.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.lodestarfinance.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.lore.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.lore.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.lunafi.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.lunafi.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.magpiefi.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.magpiefi.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.mai.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.mai.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.manifold.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.manifold.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.masa.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.masa.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.mav.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.mav.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.mellow.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.mellow.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.mento.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.mento.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.mercle.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.mercle.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.mode.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.mode.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.morpho.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.morpho.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.multichain.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.multichain.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.mute.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.mute.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.mux.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.mux.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.nereus.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.nereus.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.nftfi.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.nftfi.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.numoen.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.numoen.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.odos.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.odos.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.oeth.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.oeth.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.offshift.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.offshift.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.olympusdao.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.olympusdao.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.omoswap.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.omoswap.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.onekey.so/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.onekey.so/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.onx.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.onx.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.openocean.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.openocean.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.optimism.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.optimism.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.originprotocol.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.originprotocol.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.overnight.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.overnight.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.pangolin.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.pangolin.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.para.space/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.para.space/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.parallel.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.parallel.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.paraswap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.paraswap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.pencilsprotocol.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.pencilsprotocol.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.pendle.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.pendle.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.pentas.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.pentas.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.perp.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.perp.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.planet.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.planet.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.poolside.party/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.poolside.party/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.pooltogether.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.pooltogether.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.primeprotocol.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.primeprotocol.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.primestaked.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.primestaked.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.proofofhumanity.id/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.proofofhumanity.id/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.radiant.capital/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.radiant.capital/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.rai.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.rai.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.ramses.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.ramses.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.rango.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.rango.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.rentafi.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.rentafi.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.renzoprotocol.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.renzoprotocol.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.reserve.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.reserve.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.retro.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.retro.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.revest.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.revest.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.rhino.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.rhino.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.rho.trading/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.rho.trading/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.rocketswap.cc/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.rocketswap.cc/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.rocketx.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.rocketx.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.rollie.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.rollie.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.routernitro.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.routernitro.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.rubic.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.rubic.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.rubicon.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.rubicon.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.safe.global/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.safe.global/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.satoshiprotocol.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.satoshiprotocol.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.scribe.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.scribe.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.seamlessprotocol.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.seamlessprotocol.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.seer.pm/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.seer.pm/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.shapeshift.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.shapeshift.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.shellprotocol.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.shellprotocol.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.silo.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.silo.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.slingshot.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.slingshot.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.spark.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.spark.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.sparkprotocol.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.sparkprotocol.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.spectra.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.spectra.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.squidrouter.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.squidrouter.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.stakestone.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.stakestone.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.stakewise.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.stakewise.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.stcelo.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.stcelo.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.stellaswap.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.stellaswap.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.stellaxyz.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.stellaxyz.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.strike.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.strike.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.sturdy.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.sturdy.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.superfluid.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.superfluid.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.sushi.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.sushi.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.sweepnflip.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.sweepnflip.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.swellnetwork.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.swellnetwork.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.swoop.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.swoop.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.swych.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.swych.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.symbiosis.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.symbiosis.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.symm.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.symm.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.syno.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.syno.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.synonym.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.synonym.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.teller.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.teller.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.thorswap.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.thorswap.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.tigris.trade/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.tigris.trade/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.tinyworlds.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.tinyworlds.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.tokan.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.tokan.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.tokemak.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.tokemak.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.tokiemon.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.tokiemon.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.tonpound.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.tonpound.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.transporter.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.transporter.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.treasure.lol/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.treasure.lol/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.trebleswap.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.trebleswap.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.txsync.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.txsync.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.ubeswap.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.ubeswap.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.umbra.cash/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.umbra.cash/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.uncx.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.uncx.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.unic.ly/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.unic.ly/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.unidex.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.unidex.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.uniswap.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.uniswap.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.usual.money/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.usual.money/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.vapordex.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.vapordex.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.vela.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.vela.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.venus.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.venus.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.vertexprotocol.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.vertexprotocol.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.virtuals.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.virtuals.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.wagmi.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.wagmi.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.wiselending.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.wiselending.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.wombat.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.wombat.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.wowmax.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.wowmax.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.xy.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.xy.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.yel.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.yel.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.yfx.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.yfx.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.yubiai.market/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.yubiai.market/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.zerion.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.zerion.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.zerog.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.zerog.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.zerolend.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.zerolend.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.zeroswap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.zeroswap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.zharta.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.zharta.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.zkex.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.zkex.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.zkfinance.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.zkfinance.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.zpet.tech/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.zpet.tech/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.zprotocol.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.zprotocol.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.zunami.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.zunami.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app.zyberswap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app.zyberswap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/app3.yfx.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/app3.yfx.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/appv1.sakaivault.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/appv1.sakaivault.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/arbswap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/arbswap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/arena.trade/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/arena.trade/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/artblocks.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/artblocks.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/asciicast.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/asciicast.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ast.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ast.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/astherus.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/astherus.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/autoshark.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/autoshark.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/avadex.complusnetwork.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/avadex.complusnetwork.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/avantisfi.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/avantisfi.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/axieinfinity.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/axieinfinity.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/azuki.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/azuki.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/azuro.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/azuro.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/babydogeswap.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/babydogeswap.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/baguette.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/baguette.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bakeryswap.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bakeryswap.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/baoswap.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/baoswap.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/barn.cow.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/barn.cow.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/base.impermax.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/base.impermax.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/base.leetswap.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/base.leetswap.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/base.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/base.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/basecolors.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/basecolors.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/basedevo.fun/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/basedevo.fun/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/basepaint.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/basepaint.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/baseswap.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/baseswap.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/baseswap.satori.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/baseswap.satori.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/basilisk.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/basilisk.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bebop.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bebop.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bedrock.rockx.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bedrock.rockx.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/beets.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/beets.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bellum.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bellum.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/belt.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/belt.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/benddao.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/benddao.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/beta.dooar.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/beta.dooar.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bigint.co/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bigint.co/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/biswap.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/biswap.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bit5.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bit5.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/blur.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/blur.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bnb.openleverage.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bnb.openleverage.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bookmaker.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bookmaker.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bricksmint.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bricksmint.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/brid.gg/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/brid.gg/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.ancient8.gg/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.ancient8.gg/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.arbitrum.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.arbitrum.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.base.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.base.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.cetus.zone/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.cetus.zone/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.connext.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.connext.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.degen.tips/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.degen.tips/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.gnosischain.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.gnosischain.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.harmony.one/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.harmony.one/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.linea.build/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.linea.build/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.mantle.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.mantle.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.metis.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.metis.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.onbeam.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.onbeam.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.orbitchain.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.orbitchain.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.taiko.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.taiko.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.telos.net/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.telos.net/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.wanchain.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.wanchain.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.zircuit.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.zircuit.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridge.zora.energy/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridge.zora.energy/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bridgers.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bridgers.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bsc.w3swap.link/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bsc.w3swap.link/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bulksender.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bulksender.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bullbear.fun/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bullbear.fun/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/bungee.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/bungee.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/burgerswap.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/burgerswap.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/burn.polygon.technology/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/burn.polygon.technology/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/business.questn.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/business.questn.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/butterswap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/butterswap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/c2.world/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/c2.world/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/cap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/cap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/capitaldex.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/capitaldex.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/carrier.so/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/carrier.so/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/catinabox.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/catinabox.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/caviar.sh/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/caviar.sh/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/cbridge.celer.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/cbridge.celer.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/celo.carbondefi.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/celo.carbondefi.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/chadfinance.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/chadfinance.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/changelly.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/changelly.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/claim.ether.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/claim.ether.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/claim.kaito.ai/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/claim.kaito.ai/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/classic.bmx.trade/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/classic.bmx.trade/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/clearpool.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/clearpool.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/clipper.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/clipper.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/clusters.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/clusters.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/coinbase.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/coinbase.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/cointool.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/cointool.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/coinwind.pro/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/coinwind.pro/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/conft.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/conft.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/console.brahma.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/console.brahma.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/convexfinance.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/convexfinance.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/coolcatsnft.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/coolcatsnft.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/core.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/core.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/court.kleros.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/court.kleros.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/cow.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/cow.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/crate.place/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/crate.place/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/crvusd.curve.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/crvusd.curve.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/crypto.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/crypto.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/cryptokitties.co/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/cryptokitties.co/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/cryptomultisender.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/cryptomultisender.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/curate.kleros.builders/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/curate.kleros.builders/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/curate.kleros.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/curate.kleros.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/curve.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/curve.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/curve.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/curve.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/cyberconnect.me/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/cyberconnect.me/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dackieswap.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dackieswap.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dapp-allowlist.schema.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dapp-allowlist.schema.json -------------------------------------------------------------------------------- /dapps/dapp.cian.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dapp.cian.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dapp.koi.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dapp.koi.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dapp.oxchange.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dapp.oxchange.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dapp.usecyan.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dapp.usecyan.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/davos.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/davos.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/de.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/de.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/debank.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/debank.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/defi.krystal.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/defi.krystal.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/defikingdoms.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/defikingdoms.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/defiplaza.net/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/defiplaza.net/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/defiway.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/defiway.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/degens.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/degens.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/delegate.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/delegate.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/derive.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/derive.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/derivio.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/derivio.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dew.gg/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dew.gg/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dex.guru/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dex.guru/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dex.woo.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dex.woo.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dexilla.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dexilla.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dextools.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dextools.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dexview.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dexview.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/diamondswap.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/diamondswap.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dice.anyrand.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dice.anyrand.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dicether.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dicether.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/disperse.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/disperse.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dogebets.gg/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dogebets.gg/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dogem.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dogem.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/doodles.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/doodles.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/draculafi.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/draculafi.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dreambyt3.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dreambyt3.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/drips.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/drips.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/drops.co/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/drops.co/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dx.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dx.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/dydx.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/dydx.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/earn.alkemi.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/earn.alkemi.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/earn.brewlabs.info/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/earn.brewlabs.info/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/easscan.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/easscan.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/element.market/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/element.market/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/elixir.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/elixir.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ellipsis.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ellipsis.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/endblock.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/endblock.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/enigmaeconomy.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/enigmaeconomy.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ens.domains/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ens.domains/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/enso.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/enso.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/epigeon.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/epigeon.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/equalizer.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/equalizer.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/era.name/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/era.name/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/escrow.kleros.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/escrow.kleros.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/estfor.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/estfor.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/eterney.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/eterney.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/eth.openleverage.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/eth.openleverage.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ethereumbillboard.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ethereumbillboard.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/etherscan.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/etherscan.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ethhex.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ethhex.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/euclidfinance.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/euclidfinance.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/euler.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/euler.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/exchange.dfyn.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/exchange.dfyn.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/exchange.idex.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/exchange.idex.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/exchange.synthetix.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/exchange.synthetix.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/explorer.reservoir.tools/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/explorer.reservoir.tools/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/factory.chocomint.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/factory.chocomint.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/fantom.sacra.game/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/fantom.sacra.game/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/fbomb.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/fbomb.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/fi.woo.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/fi.woo.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/figures.art/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/figures.art/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/flooz.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/flooz.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/fluid.instadapp.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/fluid.instadapp.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/fluid.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/fluid.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/fluxfinance.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/fluxfinance.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/foundation.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/foundation.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/fp.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/fp.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/freee.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/freee.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/frenpet.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/frenpet.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/fujidao.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/fujidao.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/fulcrom.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/fulcrom.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/fx.aladdin.club/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/fx.aladdin.club/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/gains.trade/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/gains.trade/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/galaxy.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/galaxy.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/gateway.boba.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/gateway.boba.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/genie.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/genie.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/getfitmining.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/getfitmining.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/getluckytoday.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/getluckytoday.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ghostmarket.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ghostmarket.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/go.skip.build/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/go.skip.build/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/granary.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/granary.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/gravityfinance.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/gravityfinance.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ham.fun/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ham.fun/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/heroglyphs.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/heroglyphs.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/hex.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/hex.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/hextech.cc/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/hextech.cc/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/hey.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/hey.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/highlight.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/highlight.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/hipposwap.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/hipposwap.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/hmx.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/hmx.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/honeyswap.1hive.eth.limo/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/honeyswap.1hive.eth.limo/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/hub.zetachain.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/hub.zetachain.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/hunnyswap.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/hunnyswap.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/hurricaneswap.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/hurricaneswap.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/hyphen.biconomy.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/hyphen.biconomy.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/icecreamswap.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/icecreamswap.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/inceptionlrt.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/inceptionlrt.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/info.julswap.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/info.julswap.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/interestprotocol.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/interestprotocol.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/intswap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/intswap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/inverse.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/inverse.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/izumi.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/izumi.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/jetonai.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/jetonai.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/joepegs.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/joepegs.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/jpegd.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/jpegd.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/juicebox.money/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/juicebox.money/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/jumper.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/jumper.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/kayakfinance.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/kayakfinance.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/kelpdao.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/kelpdao.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/kleros.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/kleros.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/knownorigin.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/knownorigin.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/kroma.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/kroma.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/kucoin.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/kucoin.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/kyberswap.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/kyberswap.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/l2marathon.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/l2marathon.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/l2pass.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/l2pass.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/l2telegraph.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/l2telegraph.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/l2telegraph.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/l2telegraph.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/lanca.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/lanca.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/launchpad.bigint.co/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/launchpad.bigint.co/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/layer3.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/layer3.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/lazyarthub.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/lazyarthub.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/legacy.izumi.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/legacy.izumi.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/lending.babyswap.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/lending.babyswap.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/lens.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/lens.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/letsgethai.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/letsgethai.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/lfj.gg/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/lfj.gg/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/libera.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/libera.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/lif3.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/lif3.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/linguo.kleros.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/linguo.kleros.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/linoswap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/linoswap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/liquidnfts.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/liquidnfts.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/liquity.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/liquity.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/liquityapp.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/liquityapp.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/lite.zksync.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/lite.zksync.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/lockler.eth.limo/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/lockler.eth.limo/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/looksrare.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/looksrare.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/loopring.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/loopring.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/luckychip.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/luckychip.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/luckynft.vip/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/luckynft.vip/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/lz.gas.zip/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/lz.gas.zip/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/lz.omnihub.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/lz.omnihub.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/madmex.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/madmex.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/magiceden.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/magiceden.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/mail.dmail.ai/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/mail.dmail.ai/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/main.reactorfusion.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/main.reactorfusion.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/mainnet.frax.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/mainnet.frax.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/market.babyswap.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/market.babyswap.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/market.ledger.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/market.ledger.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/market.renft.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/market.renft.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/market.tevaera.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/market.tevaera.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/matcha.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/matcha.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/mean.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/mean.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/meebits.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/meebits.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/megalon.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/megalon.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/meshswap.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/meshswap.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/meson.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/meson.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/metaflip.fun/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/metaflip.fun/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/metamask.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/metamask.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/metashima.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/metashima.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/metavault.trade/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/metavault.trade/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/meth.mantle.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/meth.mantle.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/micro3.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/micro3.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/mint.club/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/mint.club/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/mint.eigenlayer.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/mint.eigenlayer.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/mint.fun/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/mint.fun/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/mint.superfluid.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/mint.superfluid.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/mintchain.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/mintchain.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/minter.merkly.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/minter.merkly.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/mobox.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/mobox.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/moonbirds.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/moonbirds.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/mooniswap.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/mooniswap.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/moonwell.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/moonwell.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/morkie.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/morkie.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/mu.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/mu.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/my.soniclabs.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/my.soniclabs.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/native.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/native.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/nebula.foundnone.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/nebula.foundnone.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/new.bungee.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/new.bungee.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/nfprompt.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/nfprompt.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/nft20.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/nft20.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/nftrade.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/nftrade.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/nfts2me.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/nfts2me.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/nftx.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/nftx.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/nice2win.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/nice2win.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/nifty.ink/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/nifty.ink/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/nomiswap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/nomiswap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/notional.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/notional.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/nouns.build/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/nouns.build/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/nuri.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/nuri.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/o3swap.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/o3swap.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/oasis.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/oasis.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/oku.trade/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/oku.trade/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/okx.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/okx.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/omni.gnosischain.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/omni.gnosischain.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/omnihub.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/omnihub.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/one.zerolend.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/one.zerolend.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/oneplanetnft.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/oneplanetnft.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/op.beets.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/op.beets.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/openpfp.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/openpfp.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/opensea.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/opensea.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ora.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ora.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/orbiter.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/orbiter.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/orna.art/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/orna.art/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ottopia.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ottopia.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/overlord.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/overlord.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/owl.games/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/owl.games/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/owlto.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/owlto.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/paintswap.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/paintswap.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/pancakebunny.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/pancakebunny.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/pancakeswap.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/pancakeswap.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/pandora.digital/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/pandora.digital/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/para.space/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/para.space/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/paraswap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/paraswap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/party.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/party.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/passport.gitcoin.co/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/passport.gitcoin.co/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/pay.sablier.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/pay.sablier.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/peanut.to/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/peanut.to/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/pearl.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/pearl.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/pencilsprotocol.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/pencilsprotocol.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/perp.pancakeswap.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/perp.pancakeswap.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/pharaoh.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/pharaoh.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/phi.box/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/phi.box/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/pinksale.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/pinksale.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/pixelswap.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/pixelswap.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/play.polyflip.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/play.polyflip.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/play.zkasino.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/play.zkasino.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/plexus.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/plexus.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/poap.top/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/poap.top/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/polter.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/polter.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/poly.croissant.games/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/poly.croissant.games/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/polycat.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/polycat.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/polycub.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/polycub.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/polygon.pearl.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/polygon.pearl.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/polymm.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/polymm.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/pool.unidex.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/pool.unidex.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/poolparty.loopfi.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/poolparty.loopfi.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/popsicle.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/popsicle.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/portal.goal3.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/portal.goal3.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/portal.zksync.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/portal.zksync.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/portalbridge.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/portalbridge.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/portfolio.metamask.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/portfolio.metamask.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/position.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/position.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/premint.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/premint.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/pro.apex.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/pro.apex.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/pro.opensea.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/pro.opensea.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/pyreswap.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/pyreswap.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/qna3.ai/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/qna3.ai/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/quest.philand.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/quest.philand.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/quest.puffer.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/quest.puffer.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/quickswap.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/quickswap.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/rainbowbridge.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/rainbowbridge.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ramses.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ramses.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/rarible.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/rarible.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/reality.eth.limo/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/reality.eth.limo/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/reality.eth.link/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/reality.eth.link/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/relay.link/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/relay.link/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/renzo.hyperlane.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/renzo.hyperlane.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/renzo.liquifi.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/renzo.liquifi.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/revert.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/revert.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/revoke.cash/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/revoke.cash/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/ring.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/ring.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/rmm.realtoken.network/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/rmm.realtoken.network/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/robots.farm/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/robots.farm/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/roulether.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/roulether.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/router.via.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/router.via.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/routernitro.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/routernitro.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/rtfkt.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/rtfkt.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/rubyscore.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/rubyscore.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/saddle.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/saddle.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/salvor.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/salvor.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/sandbox.game/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/sandbox.game/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/sbinft.market/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/sbinft.market/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/scam-education.web.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/scam-education.web.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/scream.sh/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/scream.sh/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/scroll.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/scroll.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/scroll.layerbank.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/scroll.layerbank.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/scrollname.domains/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/scrollname.domains/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/scrollsloth.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/scrollsloth.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/scrollstat.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/scrollstat.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/secondlive.world/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/secondlive.world/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/seer.pm/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/seer.pm/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/seize.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/seize.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/shibaswap.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/shibaswap.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/slm.games/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/slm.games/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/smardex.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/smardex.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/smart.dapps.co/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/smart.dapps.co/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/smoothy.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/smoothy.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/solidlizard.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/solidlizard.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/sonne.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/sonne.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/soswap.rai.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/soswap.rai.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/sound.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/sound.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/space.id/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/space.id/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/spiritswap.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/spiritswap.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/spooky.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/spooky.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/squadswap.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/squadswap.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/stackly.eth.limo/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/stackly.eth.limo/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/staderlabs.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/staderlabs.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/stake.lido.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/stake.lido.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/stake.rocketpool.net/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/stake.rocketpool.net/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/stake.zircuit.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/stake.zircuit.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/staking.benqi.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/staking.benqi.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/stargate.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/stargate.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/starkgate.starknet.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/starkgate.starknet.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/starrynift.art/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/starrynift.art/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/starsdice.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/starsdice.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/sudoswap.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/sudoswap.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/summer.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/summer.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/sunflower-land.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/sunflower-land.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/superbridge.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/superbridge.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/superform.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/superform.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/superrare.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/superrare.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/sushi.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/sushi.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/swap-zksync.spacefi.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/swap-zksync.spacefi.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/swap.cow.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/swap.cow.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/swap.defillama.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/swap.defillama.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/swap.mayan.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/swap.mayan.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/swap.spiritswap.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/swap.spiritswap.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/swap.transit.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/swap.transit.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/swap.zkfinance.org/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/swap.zkfinance.org/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/swapbased.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/swapbased.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/swapbox.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/swapbox.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/swapr.eth.limo/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/swapr.eth.limo/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/swapr.eth.link/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/swapr.eth.link/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/synapseprotocol.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/synapseprotocol.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/syncswap.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/syncswap.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/synthswap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/synthswap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/tally.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/tally.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/tape.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/tape.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/tarot.to/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/tarot.to/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/taskon.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/taskon.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/tevaera.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/tevaera.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/thegraph.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/thegraph.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/thena.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/thena.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/thenile.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/thenile.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/tivel.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/tivel.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/toaster.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/toaster.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/tofunft.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/tofunft.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/tokenlocker.me/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/tokenlocker.me/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/tokenlon.im/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/tokenlon.im/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/tokenmill.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/tokenmill.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/tokentool.bitbond.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/tokentool.bitbond.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/tokentrove.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/tokentrove.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/tomb.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/tomb.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/tornadocash.eth.link/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/tornadocash.eth.link/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/toros.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/toros.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/trade.dydx.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/trade.dydx.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/trade.playnance.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/trade.playnance.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/trade.vessel.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/trade.vessel.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/traderjoexyz.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/traderjoexyz.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/tranchess.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/tranchess.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/transit.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/transit.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/trustgo.trustalabs.ai/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/trustgo.trustalabs.ai/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/u235.pro/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/u235.pro/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/universalchains.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/universalchains.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/unsheth.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/unsheth.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/upvsdown.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/upvsdown.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/v1.hurricaneswap.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/v1.hurricaneswap.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/v1.pearl.exchange/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/v1.pearl.exchange/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/v1.unilend.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/v1.unilend.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/v2.across.to/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/v2.across.to/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/v2.kleros.builders/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/v2.kleros.builders/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/v2.proofofhumanity.id/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/v2.proofofhumanity.id/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/v2.spooky.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/v2.spooky.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/v2.tetu.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/v2.tetu.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/v3.spooky.fi/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/v3.spooky.fi/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/v3.swapr.eth.limo/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/v3.swapr.eth.limo/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/v3app.everrise.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/v3app.everrise.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/vault.cian.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/vault.cian.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/vaultka.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/vaultka.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/vaults.spicefi.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/vaults.spicefi.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/velo.drome.eth.limo/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/velo.drome.eth.limo/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/velocimeter.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/velocimeter.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/velodrome.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/velodrome.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/veno.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/veno.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/verse.bitcoin.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/verse.bitcoin.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/vfat.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/vfat.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/vivaleva.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/vivaleva.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/voltage.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/voltage.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/vote.zknation.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/vote.zknation.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/w.wormhole.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/w.wormhole.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/walletconnect.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/walletconnect.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/wardenswap.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/wardenswap.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/web3.okx.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/web3.okx.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/whirlprivacy.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/whirlprivacy.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/wigoswap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/wigoswap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/wombex.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/wombex.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/woofi.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/woofi.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/worldofdypians.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/worldofdypians.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/wowswap.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/wowswap.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/x2y2.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/x2y2.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/xenify.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/xenify.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/xname.app/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/xname.app/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/xswap.link/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/xswap.link/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/xy.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/xy.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/yearn.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/yearn.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/yel.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/yel.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/yieldyak.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/yieldyak.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/yuga.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/yuga.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/zapper.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/zapper.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/zcx.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/zcx.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/zerion.io/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/zerion.io/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/zerolend.eth.limo/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/zerolend.eth.limo/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/zkbridge.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/zkbridge.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/zkmarkets.com/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/zkmarkets.com/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/zkswap.finance/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/zkswap.finance/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/zksync.velocore.xyz/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/zksync.velocore.xyz/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/zns.bio/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/zns.bio/dapp-allowlist.json -------------------------------------------------------------------------------- /dapps/zora.co/dapp-allowlist.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/dapps/zora.co/dapp-allowlist.json -------------------------------------------------------------------------------- /kleros_cdn_to_github.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/LedgerHQ/web3allowlist/HEAD/kleros_cdn_to_github.py -------------------------------------------------------------------------------- /requirements.txt: -------------------------------------------------------------------------------- 1 | requests 2 | python-dotenv --------------------------------------------------------------------------------