Skip to content

Commit 418e3e4

Browse files
committed
[Dashboard] Update simplehash supported networks (#5317)
## Problem solved Short description of the bug fixed or feature added <!-- start pr-codex --> --- ## PR-Codex overview This PR updates the `alchemySupportedChainIdsMap` in the `apps/dashboard/src/lib/wallet/nfts/types.ts` file by adding new supported chains. ### Detailed summary - Added new entries to `alchemySupportedChainIdsMap`: - `"sei"` with key `[1329]` - `"sei-atlantic-2"` with key `[1328]` - `"shape"` with key `[360]` - `"apechain"` with key `[33139]` > ✨ Ask PR-Codex anything about this PR by commenting with `/codex {your question}` <!-- end pr-codex -->
1 parent 9fb2a71 commit 418e3e4

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)