Skip to content

Commit

Permalink
fix img format -> (BaseSwap, Agni, Gamma, Steer, Charm, A51, Compound…
Browse files Browse the repository at this point in the history
…, Aave, Aura)
  • Loading branch information
RenzouM committed Oct 25, 2024
1 parent 74b91c4 commit 5ddb924
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,7 @@ export const integrations: { [org: string]: DeFiOrganization } = {
},
baseswap: {
name: "BaseSwap",
img: "BaseSwap.svg",
img: "BaseSwap.png",
website: "https://baseswap.fi",
protocols: {
baseswap: {
Expand All @@ -392,7 +392,7 @@ export const integrations: { [org: string]: DeFiOrganization } = {
},
agni: {
name: "Agni",
img: "agni.avif",
img: "agni.png",
website: "https://agni.finance/",
protocols: {
agni: {
Expand Down Expand Up @@ -437,7 +437,7 @@ export const integrations: { [org: string]: DeFiOrganization } = {
// ALM
gamma: {
name: "Gamma",
img: "Gamma.svg",
img: "Gamma.png",
website: "https://gamma.xyz",
protocols: {
gamma: {
Expand Down Expand Up @@ -524,7 +524,7 @@ export const integrations: { [org: string]: DeFiOrganization } = {
},
steer: {
name: "Steer",
img: "Steer.svg",
img: "Steer.png",
website: "https://steer.finance",
protocols: {
steer: {
Expand Down Expand Up @@ -561,7 +561,7 @@ export const integrations: { [org: string]: DeFiOrganization } = {
},
charm: {
name: "Charm",
img: "Charm.svg",
img: "Charm.png",
website: "https://www.charm.fi",
protocols: {
alphaVaults: {
Expand All @@ -585,7 +585,7 @@ export const integrations: { [org: string]: DeFiOrganization } = {
},
a51: {
name: "A51",
img: "A51.svg",
img: "A51.png",
website: "https://a51.finance",
protocols: {
a51: {
Expand Down Expand Up @@ -665,7 +665,7 @@ export const integrations: { [org: string]: DeFiOrganization } = {
// Lending
compound: {
name: "Compound",
img: "Compound.svg",
img: "Compound.png",
website: "https://compound.finance",
protocols: {
compoundV3: {
Expand All @@ -687,7 +687,7 @@ export const integrations: { [org: string]: DeFiOrganization } = {
},
aave: {
name: "Aave",
img: "Aave.svg",
img: "Aave.png",
website: "https://aave.com",
protocols: {
aaveV3: {
Expand Down Expand Up @@ -730,7 +730,7 @@ export const integrations: { [org: string]: DeFiOrganization } = {
},
aura: {
name: "Aura",
img: "aura.png",
img: "aura.svg",
website: "https://aura.finance",
protocols: {
aura: {
Expand Down

0 comments on commit 5ddb924

Please sign in to comment.