Skip to content

Commit

Permalink
add new listings
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 28, 2025
1 parent 0b192ac commit a57a2c5
Show file tree
Hide file tree
Showing 9 changed files with 89 additions and 3 deletions.
Binary file added defi/icons/chains/rsz_parex.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/raccoonswap.png
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/sonic-gateway.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64945,7 +64945,7 @@ const data3: Protocol[] = [
},
{
id: "5570",
name: "Shadow Exchange",
name: "Shadow Exchange CLMM",
address: null,
symbol: "-",
url: "https://www.shadow.so",
Expand All @@ -64963,6 +64963,7 @@ const data3: Protocol[] = [
forkedFrom: ["Uniswap V3"],
module: "shadow-cl/index.js",
twitter: "ShadowOnSonic",
parentProtocol: "parent#shadow-exchange",
listedAt: 1735573781
},
{
Expand Down
64 changes: 64 additions & 0 deletions defi/src/protocols/data4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2341,5 +2341,69 @@ const data4: Protocol[] = [
parentProtocol: "parent#beethoven-x",
listedAt: 1738009211
},
{
id: "5681",
name: "RaccoonSwap",
address: null,
symbol: "-",
url: "https://raccoonswap.finance/",
description:
"DEX Platform for the Parex Ecosystem",
chain: "Parex",
logo: `${baseIconsUrl}/raccoonswap.png`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Dexs",
chains: ["Parex"],
module: "raccoonswap/index.js",
twitter: "raccoonswap",
forkedFrom: ["Uniswap V2"],
listedAt: 1738079995
},
{
id: "5682",
name: "Shadow Exchange Legacy",
address: null,
symbol: "-",
url: "https://www.shadow.so/",
description:
"Native DEX on Sonic",
chain: "Sonic",
logo: `${baseIconsUrl}/shadow-exchange.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Dexs",
chains: ["Sonic"],
module: "shadow-legacy/index.js",
twitter: "beets_fi",
forkedFrom: ["Solidly"],
parentProtocol: "parent#shadow-exchange",
listedAt: 1738081015
},
{
id: "5683",
name: "Sonic Gateway",
address: null,
symbol: "-",
url: "https://gateway.soniclabs.com/ethereum/sonic/s",
description:
"Canonical Bridge for Sonic chain",
chain: "Sonic",
logo: `${baseIconsUrl}/sonic-gateway.png`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Chain",
chains: ["Sonic"],
module: "sonic-gateway/index.js",
twitter: "SonicLabs",
forkedFrom: [],
listedAt: 1738081153
},
];
export default data4;
12 changes: 12 additions & 0 deletions defi/src/protocols/parentProtocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6293,6 +6293,18 @@ const parentProtocols: IParentProtocol[] = [
chains: [],
twitter: "reservoir0x",
},
{
id: "parent#shadow-exchange",
name: "Shadow Exchange",
url: "https://www.shadow.so",
description:
"A Sonic-native concentrated liquidity exchange",
logo: `${baseIconsUrl}/shadow-exchange.jpg`,
gecko_id: null,
cmcId: null,
chains: [],
twitter: "ShadowOnSonic",
},
];

export default parentProtocols;
Expand Down
9 changes: 9 additions & 0 deletions defi/src/utils/normalizeChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3786,6 +3786,15 @@ export const chainCoingeckoIds = {
url: "https://zero.network/",
chainId: 543210
},
"Parex": {
geckoId: "parex",
symbol: "PRX",
cmcId: "18094",
categories: ["EVM"],
twitter: "zerodotnetwork",
url: "https://parex.network/",
chainId: 322202
},
} as unknown as ChainCoinGekcoIds

export const extraSections = ["staking", "pool2", "offers", "borrowed", "treasury", "vesting"]
Expand Down

0 comments on commit a57a2c5

Please sign in to comment.