Skip to content

Commit d31e3da

Browse files
committed
[Dashboard] Update supported chains for Moralis (#5319)
DASH-404
1 parent 882f59b commit d31e3da

File tree

1 file changed

+45
-0
lines changed
  • apps/dashboard/src/lib/wallet/nfts

1 file changed

+45
-0
lines changed

apps/dashboard/src/lib/wallet/nfts/types.ts

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ import {
4747
xai,
4848
xaiSepolia,
4949
zkSync,
50+
zkSyncSepolia,
5051
zora,
5152
zoraSepolia,
5253
} from "thirdweb/chains";
@@ -85,6 +86,50 @@ const moralisSupportedChainIdsMap: Record<number, string> = {
8586
[gnosis.id]: "",
8687
[gnosisChiadoTestnet.id]: "",
8788
[base.id]: "",
89+
[polygonAmoy.id]: "",
90+
[optimism.id]: "",
91+
[linea.id]: "",
92+
// Chiliz
93+
[88888]: "",
94+
// Chiliz testnet
95+
[88882]: "",
96+
// Holesky
97+
[17000]: "",
98+
// Pulse chain
99+
[369]: "",
100+
[moonbeam.id]: "",
101+
// Moonriver
102+
[1285]: "",
103+
// Moonbase Alpha
104+
[1287]: "",
105+
[blast.id]: "",
106+
[blastSepolia.id]: "",
107+
[zkSync.id]: "",
108+
[zkSyncSepolia.id]: "",
109+
// Mantle
110+
[5000]: "",
111+
// Mantle Sepolia
112+
[5003]: "",
113+
// opBNB
114+
[204]: "",
115+
[polygonZkEvm.id]: "",
116+
[polygonZkEvmTestnet.id]: "",
117+
// Zeta chain
118+
[7000]: "",
119+
// Zeta chain testnet
120+
[7001]: "",
121+
// Flow
122+
[747]: "",
123+
// Flow testnet
124+
[545]: "",
125+
// Ronin
126+
[2020]: "",
127+
// Ronin Saigon testnet
128+
[2021]: "",
129+
// Lisk
130+
[1135]: "",
131+
// Lisk Sepolia testnet
132+
[4202]: "",
88133
};
89134

90135
// List: https://docs.simplehash.com/reference/supported-chains-testnets

0 commit comments

Comments
 (0)