diff --git a/defi/DefiLlama-Adapters b/defi/DefiLlama-Adapters index cb6c9188f9..4b3ee4dd3e 160000 --- a/defi/DefiLlama-Adapters +++ b/defi/DefiLlama-Adapters @@ -1 +1 @@ -Subproject commit cb6c9188f9725fa21ccdb4820da5ec685c9c75f4 +Subproject commit 4b3ee4dd3eaeb1550156f86008dab5969b25480a diff --git a/defi/src/protocols/data4.ts b/defi/src/protocols/data4.ts index 3ac81b9f62..4d1b43f68c 100644 --- a/defi/src/protocols/data4.ts +++ b/defi/src/protocols/data4.ts @@ -1429,7 +1429,7 @@ const data4: Protocol[] = [ chains: ["Soneium"], module: "sonex/index.js", twitter: "OopsItsSONEX", - forkedFrom: [], + forkedFrom: ["Uniswap V3"], oracles: [], github: ["sonex-dex"], listedAt: 1737126167 diff --git a/defi/src/utils/normalizeChain.ts b/defi/src/utils/normalizeChain.ts index bf4d365b80..0839ee5812 100644 --- a/defi/src/utils/normalizeChain.ts +++ b/defi/src/utils/normalizeChain.ts @@ -3871,7 +3871,8 @@ const chainLabelMap = { "duckchain": "DuckChain", "qom": "QL1", "crossfi": "CrossFi", - "water": "Waterfall" + "water": "Waterfall", + "occ": "EDU Chain" } as { [key: string]: string } // When we decide to change the display name of a chain, we add the mapping for the new name here