Skip to content

Commit

Permalink
chore: 🔧 Enable only AVAX & BNB NFTs support (#8184)
Browse files Browse the repository at this point in the history
  • Loading branch information
mcayuelas-ledger authored Oct 25, 2024
1 parent b28d0cc commit 95fbec9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/great-forks-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@ledgerhq/live-env": patch
---

Revert some NFTs support waiting for new API support
2 changes: 1 addition & 1 deletion libs/env/src/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -537,7 +537,7 @@ const envDefinitions = {
desc: "if defined, avoids bypass of the currentDevice in the store.",
},
NFT_CURRENCIES: {
def: ["arbitrum", "avalanche_c_chain", "base", "ethereum", "optimism", "polygon", "scroll"],
def: ["avalanche_c_chain", "bsc", "ethereum", "polygon"],
parser: stringArrayParser,
desc: "set the currencies where NFT is active",
},
Expand Down

0 comments on commit 95fbec9

Please sign in to comment.