diff --git a/apps/dashboard/src/lib/wallet/nfts/types.ts b/apps/dashboard/src/lib/wallet/nfts/types.ts index 47bee0b2d43..e4a1e4c640c 100644 --- a/apps/dashboard/src/lib/wallet/nfts/types.ts +++ b/apps/dashboard/src/lib/wallet/nfts/types.ts @@ -136,6 +136,10 @@ export const simpleHashSupportedChainIdsMap: Record = { [zkSync.id]: "zksync-era", [zora.id]: "zora", [zoraSepolia.id]: "zora-sepolia", + [1329]: "sei", + [1328]: "sei-atlantic-2", + [360]: "shape", + [33139]: "apechain", }; export type AlchemySupportedChainId = keyof typeof alchemySupportedChainIdsMap;