Skip to content

Commit

Permalink
add edu chain
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 17, 2025
1 parent 63cbb7d commit 89d8838
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
12 changes: 11 additions & 1 deletion defi/src/utils/normalizeChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3692,6 +3692,15 @@ export const chainCoingeckoIds = {
url: "https://plumenetwork.xyz/",
chainId: 98865,
},
"EDU Chain": {
geckoId: "edu-coin",
symbol: "EDU",
cmcId: "24613",
categories: ["EVM"],
twitter: "opencampus_xyz",
url: "https://www.opencampus.xyz/",
chainId: 41923,
},
} as unknown as ChainCoinGekcoIds

export const extraSections = ["staking", "pool2", "offers", "borrowed", "treasury", "vesting"]
Expand Down Expand Up @@ -3891,7 +3900,8 @@ const newChainLabelMap = {
"cosmos": "CosmosHub",
"terra": "Terra Classic",
"bsc": "BSC",
"europa": "SKALE Europa"
"europa": "SKALE Europa",
"occ": "EDU Chain"
} as { [key: string]: string }

const allChainLabelMap = {
Expand Down

0 comments on commit 89d8838

Please sign in to comment.