Skip to content

Commit

Permalink
Merge pull request #9052 from Define101/master
Browse files Browse the repository at this point in the history
add plume
  • Loading branch information
Define101 authored Jan 15, 2025
2 parents 1c0e84b + 56490a2 commit ed56132
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Binary file added defi/icons/chains/rsz_plume.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions defi/src/utils/normalizeChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3683,6 +3683,15 @@ export const chainCoingeckoIds = {
twitter: "soneium",
url: "https://soneium.org"
},
"Plume": {
geckoId: "plume",
symbol: "PLUME",
cmcId: null,
categories: ["EVM"],
twitter: "plumenetwork",
url: "https://plumenetwork.xyz/",
chainId: 98865,
},
} as unknown as ChainCoinGekcoIds

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

0 comments on commit ed56132

Please sign in to comment.