diff --git a/defi/DefiLlama-Adapters b/defi/DefiLlama-Adapters index dbf63c7c98..11fbf82b8d 160000 --- a/defi/DefiLlama-Adapters +++ b/defi/DefiLlama-Adapters @@ -1 +1 @@ -Subproject commit dbf63c7c981d511367538e3fd288ca1b285467ee +Subproject commit 11fbf82b8db201e6861ff0373eb4119a22d57d49 diff --git a/defi/dimension-adapters b/defi/dimension-adapters index ddbf845983..b4b315b9cf 160000 --- a/defi/dimension-adapters +++ b/defi/dimension-adapters @@ -1 +1 @@ -Subproject commit ddbf84598337132a1c2bb959cb8cbe1be3c519e0 +Subproject commit b4b315b9cf5b02a124bb3999cdf0afa91d5be0f0 diff --git a/defi/icons/chains/rsz_parex.jpg b/defi/icons/chains/rsz_parex.jpg new file mode 100644 index 0000000000..3161b0aa79 Binary files /dev/null and b/defi/icons/chains/rsz_parex.jpg differ diff --git a/defi/icons/raccoonswap.png b/defi/icons/raccoonswap.png new file mode 100644 index 0000000000..67d2c42717 Binary files /dev/null and b/defi/icons/raccoonswap.png differ diff --git a/defi/icons/sonic-gateway.png b/defi/icons/sonic-gateway.png new file mode 100644 index 0000000000..bfce142619 Binary files /dev/null and b/defi/icons/sonic-gateway.png differ diff --git a/defi/src/protocols/data3.ts b/defi/src/protocols/data3.ts index f694c022ae..dbd4ab8661 100644 --- a/defi/src/protocols/data3.ts +++ b/defi/src/protocols/data3.ts @@ -64945,7 +64945,7 @@ const data3: Protocol[] = [ }, { id: "5570", - name: "Shadow Exchange", + name: "Shadow Exchange CLMM", address: null, symbol: "-", url: "https://www.shadow.so", @@ -64963,6 +64963,7 @@ const data3: Protocol[] = [ forkedFrom: ["Uniswap V3"], module: "shadow-cl/index.js", twitter: "ShadowOnSonic", + parentProtocol: "parent#shadow-exchange", listedAt: 1735573781 }, { diff --git a/defi/src/protocols/data4.ts b/defi/src/protocols/data4.ts index aec8ea474e..21b060b1f8 100644 --- a/defi/src/protocols/data4.ts +++ b/defi/src/protocols/data4.ts @@ -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; diff --git a/defi/src/protocols/parentProtocols.ts b/defi/src/protocols/parentProtocols.ts index 067c48cfc0..ce2637e503 100644 --- a/defi/src/protocols/parentProtocols.ts +++ b/defi/src/protocols/parentProtocols.ts @@ -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; diff --git a/defi/src/utils/normalizeChain.ts b/defi/src/utils/normalizeChain.ts index 5cdd9d67cc..936ca9820a 100644 --- a/defi/src/utils/normalizeChain.ts +++ b/defi/src/utils/normalizeChain.ts @@ -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"]