Skip to content

Remove unused dApp aliases #527

New issue

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

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

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jun 18, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/sweet-tires-pump.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@api3/contracts': major
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Even though they are unused, I decided to do a major version anyway. There are some Api3 projects for which this will cause breakage.

---

Remove unused dApp aliases
6 changes: 0 additions & 6 deletions data/dapps/aurum.json

This file was deleted.

6 changes: 0 additions & 6 deletions data/dapps/elara.json

This file was deleted.

6 changes: 0 additions & 6 deletions data/dapps/ionic-protocol.json

This file was deleted.

6 changes: 0 additions & 6 deletions data/dapps/omega.json

This file was deleted.

6 changes: 0 additions & 6 deletions data/dapps/vicuna-finance.json

This file was deleted.

11 changes: 0 additions & 11 deletions src/generated/dapps.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import { type Dapp } from '../types';

export const DAPPS: Dapp[] = [
{ aliases: { apebank: { chains: ['apechain'], title: 'ApeBank' } }, homepageUrl: 'https://ape-bank.netlify.app/' },
{ aliases: { 'aurum-finance': { chains: ['sonic'], title: 'Aurum' } }, homepageUrl: 'https://aurumfi.io/' },
{
aliases: {
'compound-finance-usde': {
Expand All @@ -21,14 +20,9 @@ export const DAPPS: Dapp[] = [
homepageUrl: 'https://compound.finance/',
},
{ aliases: { dtrinity: { chains: ['fraxtal', 'sonic'], title: 'dTRINITY' } }, homepageUrl: 'https://dtrinity.org/' },
{ aliases: { elara: { chains: ['zircuit'], title: 'Elara' } }, homepageUrl: 'https://app.elara.finance/' },
{ aliases: { enclabs: { chains: ['sonic'], title: 'Enclabs' } }, homepageUrl: 'https://www.enclabs.finance/' },
{ aliases: { hana: { chains: ['taiko'], title: 'Hana Finance' } }, homepageUrl: 'https://www.hana.finance/' },
{ aliases: { init: { chains: ['blast', 'mantle'], title: 'INIT Capital' } }, homepageUrl: 'https://init.capital/' },
{
aliases: { ionic: { chains: ['mode', 'metal'], title: 'Ionic Protocol' } },
homepageUrl: 'https://www.ionic.money/',
},
{ aliases: { lendle: { chains: ['mantle'], title: 'Lendle' } }, homepageUrl: 'https://www.lendle.xyz/' },
{ aliases: { 'mach-finance': { chains: ['sonic'], title: 'MachFi' } }, homepageUrl: 'https://www.machfi.xyz/' },
{ aliases: { malda: { chains: ['linea'], title: 'Malda' } }, homepageUrl: 'https://malda.xyz/' },
Expand All @@ -49,7 +43,6 @@ export const DAPPS: Dapp[] = [
homepageUrl: 'https://morpho.org/vaults/',
},
{ aliases: { nerite: { chains: ['arbitrum'], title: 'Nerite' } }, homepageUrl: 'https://www.nerite.org/' },
{ aliases: { omega: { chains: ['mantle'], title: 'Omega' } }, homepageUrl: 'https://www.omega.xyz/' },
{ aliases: { orbit: { chains: ['blast'], title: 'Orbit Protocol' } }, homepageUrl: 'https://orbitlending.io/' },
{
aliases: { 'segment-finance': { chains: ['bob'], title: 'Segment Finance' } },
Expand Down Expand Up @@ -80,10 +73,6 @@ export const DAPPS: Dapp[] = [
homepageUrl: 'https://www.takotako.xyz/',
},
{ aliases: { tunnl: { chains: ['polygon'], title: 'tunnl' } }, homepageUrl: 'https://www.tunnl.exchange/' },
{
aliases: { 'vicuna-finance': { chains: ['sonic'], title: 'Vicuna Finance' } },
homepageUrl: 'https://vicunafinance.com/',
},
{ aliases: { yei: { chains: ['sei'], title: 'Yei Finance' } }, homepageUrl: 'https://www.yei.finance/' },
{ aliases: { zerolend: { chains: ['zircuit'], title: 'ZeroLend' } }, homepageUrl: 'https://zerolend.xyz/' },
];