We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8fa7be commit f42bd02Copy full SHA for f42bd02
src/utils/normalizeChain.ts
@@ -1136,6 +1136,19 @@ export const chainCoingeckoIds = {
1136
},
1137
chainId: 50104,
1138
1139
+ "Movement": {
1140
+ geckoId: "movement",
1141
+ symbol: "MOVE",
1142
+ cmcId: "32452",
1143
+ categories: ["EVM", "Rollup"],
1144
+ parent: {
1145
+ chain: "Ethereum",
1146
+ types: ["L2"]
1147
+ },
1148
+ chainId: 3073,
1149
+ twitter: "movementlabsxyz",
1150
+ url: "https://movementlabs.xyz/",
1151
1152
} as {
1153
[chain: string]: {
1154
geckoId: string | null;
@@ -1430,7 +1443,8 @@ export function getChainDisplayName(
1430
1443
return "Ink"
1431
1444
case "sophon":
1432
1445
return "Sophon"
1433
- ;
1446
+ case "move":
1447
+ return "Movement"
1434
1448
1435
1449
default:
1436
1450
return (
0 commit comments