Skip to content

Commit

Permalink
Merge pull request #124 from stabilitydao/alien-dev
Browse files Browse the repository at this point in the history
🌐 add ramses; fix integrations image layout
  • Loading branch information
a17 authored Dec 4, 2024
2 parents e355cad + c60f3fe commit 1ab4573
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
Binary file modified integrations.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions src/integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -828,6 +828,20 @@ export const integrations: { [org: string]: DeFiOrganization } = {
},
},
},
ramses: {
name: "Ramses",
website: "https://www.ramses.exchange",
img: "ramses.png",
protocols: {
ramses: {
name: "Ramses Exchange",
category: DefiCategory.AMM,
chains: [ChainName.ARBITRUM],
},
},
github: "RamsesExchange",
defiLlama: "ramses-exchange",
},
// ALM
gamma: {
name: "Gamma",
Expand Down
2 changes: 1 addition & 1 deletion tools/draw-integrations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ async function main() {
const height = 800;

// Organization blocks positioning
const organizationBlockSize = 86;
const organizationBlockSize = 80;
const organizationBlockPadding = 20;
const xPadding = 76;

Expand Down

0 comments on commit 1ab4573

Please sign in to comment.