Skip to content

Commit 7120075

Browse files
committed
[Dashboard] Update simplehash supported networks
1 parent 9fb2a71 commit 7120075

File tree

1 file changed

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

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,10 @@ export const simpleHashSupportedChainIdsMap: Record<number, string> = {
136136
[zkSync.id]: "zksync-era",
137137
[zora.id]: "zora",
138138
[zoraSepolia.id]: "zora-sepolia",
139+
[1329]: "sei",
140+
[1328]: "sei-atlantic-2",
141+
[360]: "shape",
142+
[33139]: "apechain",
139143
};
140144

141145
export type AlchemySupportedChainId = keyof typeof alchemySupportedChainIdsMap;

0 commit comments

Comments
 (0)