Skip to content

Commit

Permalink
edu chain edit
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 17, 2025
1 parent 0244786 commit e15119e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion defi/DefiLlama-Adapters
2 changes: 1 addition & 1 deletion defi/src/protocols/data4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion defi/src/utils/normalizeChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e15119e

Please sign in to comment.