We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80667a4 commit 1b25d80Copy full SHA for 1b25d80
src/config.ts
@@ -18,7 +18,7 @@ type CoingeckoSupportedChainId =
18
| 1329
19
| 42
20
| 42220
21
- | 1880;
+ | 1088;
22
23
const CHAIN_DATA_VERSION = "71";
24
src/prices/coinGecko.ts
@@ -15,7 +15,7 @@ const platforms: { [key: number]: string } = {
15
1329: "sei-network",
16
42: "lukso",
17
42220: "celo",
- 1880: "metis",
+ 1088: "metis",
};
const nativeTokens: { [key: number]: string } = {
@@ -28,7 +28,7 @@ const nativeTokens: { [key: number]: string } = {
28
29
42: "lukso-token",
30
31
- 1880: "metis-token",
+ 1088: "metis-token",
32
33
34
type TimestampInMs = number;
0 commit comments