Skip to content

Commit

Permalink
Update normalizeChain.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
SamIam-0x authored Feb 1, 2025
1 parent 8d4daaa commit 63c96c7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/utils/normalizeChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1097,6 +1097,14 @@ export const chainCoingeckoIds = {
cmcId: null,
categories: ["EVM"],
},
"Soneium": {
geckoId: "soneium",
symbol: "SONE",
cmcId: null,
categories: ["EVM"],
chainId: 1868,
},

} as {
[chain: string]: {
geckoId: string | null;
Expand Down

0 comments on commit 63c96c7

Please sign in to comment.