Skip to content

Commit

Permalink
bugfix: Filter in NFT Gallery LLM
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger committed Oct 29, 2024
1 parent 18973b7 commit bc4660a
Showing 1 changed file with 5 additions and 5 deletions.
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 bc4660a

Please sign in to comment.