Skip to content

Commit

Permalink
bugfix: Filter in NFT Gallery LLM (#8236)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger authored and Canestin committed Oct 30, 2024
1 parent 2ade644 commit 3d92138
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/fifty-years-impress.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-nft": patch
---

Fix NFT gallery filters
10 changes: 5 additions & 5 deletions libs/live-nft/src/supported.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,19 +35,19 @@ export enum BlockchainEVM {
export const blockchainEVMList: BlockchainEVM[] = Object.values(BlockchainEVM);

export const SUPPORTED_BLOCKCHAINS_LIVE = [
BlockchainEVM.Arbitrum,
// BlockchainEVM.Arbitrum,
BlockchainEVM.Avalanche,
BlockchainEVM.Base,
//BlockchainEVM.Base,
// BlockchainEVM.Blast,
// BlockchainEVM.Bsc,
BlockchainEVM.Bsc,
// BlockchainEVM.Celo,
BlockchainEVM.Ethereum,
// BlockchainEVM.Fantom,
// BlockchainEVM.Linea,
// BlockchainEVM.Moonbeam,
BlockchainEVM.Optimism,
//BlockchainEVM.Optimism,
BlockchainEVM.Polygon,
BlockchainEVM.Scroll,
//BlockchainEVM.Scroll,
// BlockchainEVM.Sei,
];

Expand Down

0 comments on commit 3d92138

Please sign in to comment.