We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83282c1 commit 5986742Copy full SHA for 5986742
src/utils/normalizeChain.ts
@@ -8,6 +8,7 @@ export const normalizedChainReplacements = {
8
"arbitrum%20nova": "arbitrum_nova",
9
ethereumpow: "ethpow",
10
"milkomeda%20c1": "milkomeda",
11
+ shimmerevm: "shimmer_evm",
12
} as {
13
[chain: string]: string;
14
};
0 commit comments