Skip to content

Commit

Permalink
Merge pull request #6844 from Define101/master
Browse files Browse the repository at this point in the history
add bitgenie parent
  • Loading branch information
Define101 authored May 8, 2024
2 parents 656b7c9 + 1d49a5b commit ad5d45e
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 2 deletions.
Binary file added defi/icons/bitgenie-amm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defi/icons/bitgenie-farm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 26 additions & 2 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40661,13 +40661,13 @@ const data3: Protocol[] = [
},
{
id: "4520",
name: "BitGenie",
name: "BitGenie Farm",
address: null,
symbol: "-",
url: "https://www.bitgenie.io",
description: "BitGenie is a one-stop shop for Ordinals, Runes, and other Bitcoin DeFi tools.",
chain: "Merlin",
logo: `${baseIconsUrl}/bitgenie.jpg`,
logo: `${baseIconsUrl}/bitgenie-farm.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
Expand All @@ -40678,6 +40678,7 @@ const data3: Protocol[] = [
twitter: "BitGenie_io",
oracles: [],
forkedFrom: [],
parentProtocol: "parent#bitgenie",
listedAt: 1714041978
},
{
Expand Down Expand Up @@ -41833,6 +41834,29 @@ const data3: Protocol[] = [
github: ["Guacgg"],
listedAt: 1715089507
},
{
id: "4573",
name: "BitGenie AMM",
address: null,
symbol: "-",
url: "https://www.bitgenie.io/swap",
description: "Uniswap V2 fork on Merlin Chain",
chain: "Merlin",
logo: `${baseIconsUrl}/bitgenie-amm.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Dexes",
chains: ["Merlin"],
oracles: [],
forkedFrom: ["Uniswap V2"],
module: "bitgenie-dex/index.js",
twitter: "BitGenie_io",
audit_links: [],
parentProtocol: "parent#bitgenie",
listedAt: 1715161477
},
]

export default data3
11 changes: 11 additions & 0 deletions defi/src/protocols/parentProtocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4335,6 +4335,17 @@ const parentProtocols: IParentProtocol[] = [
chains: [],
twitter: "InceptionLRT",
},
{
id: "parent#bitgenie",
name: "BitGenie",
url: "https://www.bitgenie.io/swap",
description: "BitGenie is a one-stop shop for Ordinals, Runes, and other Bitcoin DeFi tools.",
logo: `${baseIconsUrl}/bitgenie.jpg`,
gecko_id: null,
cmcId: null,
chains: [],
twitter: "BitGenie_io",
},
];

export default parentProtocols;

0 comments on commit ad5d45e

Please sign in to comment.