Skip to content

Commit c34d162

Browse files
authored
Merge pull request #372 from api3dao/remove-morpho
Remove dApp
2 parents e42c510 + 49f1cfb commit c34d162

File tree

4 files changed

+11
-7
lines changed

4 files changed

+11
-7
lines changed

.changeset/angry-numbers-scream.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@api3/contracts': patch
3+
---
4+
5+
Remove the dApp `morpho` (to be added on a per-pool basis)

data/dapps/morpho.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

scripts/constants.ts

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,9 @@ export const goAsyncOptions: GoAsyncOptions = {
1111
},
1212
};
1313

14-
export const skippedChainAliasesInOevAuctionHouseNativeCurrencyRateValidation = ['conflux', 'hashkey', 'lukso'];
14+
export const skippedChainAliasesInOevAuctionHouseNativeCurrencyRateValidation = [
15+
'conflux',
16+
'fantom',
17+
'hashkey',
18+
'lukso',
19+
];

src/generated/dapps.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export const DAPPS: Dapp[] = [
3838
{ alias: 'mach-finance', name: 'MachFi', homepageUrl: 'https://www.machfi.xyz/' },
3939
{ alias: 'minterest', name: 'Minterest', homepageUrl: 'https://minterest.com/' },
4040
{ alias: 'moonwell', name: 'Moonwell', homepageUrl: 'https://moonwell.fi/' },
41-
{ alias: 'morpho', name: 'Morpho', homepageUrl: 'https://morpho.org/' },
4241
{ alias: 'nitro', name: 'Nitro', homepageUrl: 'https://nitrofinance.xyz/' },
4342
{ alias: 'omega', name: 'Omega', homepageUrl: 'https://www.omega.xyz/' },
4443
{ alias: 'orbit', name: 'Orbit', homepageUrl: 'https://orbitlending.io/' },

0 commit comments

Comments
 (0)