Skip to content

Commit 1b25d80

Browse files
Apply suggestions from code review
1 parent 80667a4 commit 1b25d80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type CoingeckoSupportedChainId =
1818
| 1329
1919
| 42
2020
| 42220
21-
| 1880;
21+
| 1088;
2222

2323
const CHAIN_DATA_VERSION = "71";
2424

src/prices/coinGecko.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const platforms: { [key: number]: string } = {
1515
1329: "sei-network",
1616
42: "lukso",
1717
42220: "celo",
18-
1880: "metis",
18+
1088: "metis",
1919
};
2020

2121
const nativeTokens: { [key: number]: string } = {
@@ -28,7 +28,7 @@ const nativeTokens: { [key: number]: string } = {
2828
1329: "sei-network",
2929
42: "lukso-token",
3030
42220: "celo",
31-
1880: "metis-token",
31+
1088: "metis-token",
3232
};
3333

3434
type TimestampInMs = number;

0 commit comments

Comments
 (0)