diff --git a/src/env.ts b/src/env.ts index 72ddf0e651..92b8d30f41 100644 --- a/src/env.ts +++ b/src/env.ts @@ -380,7 +380,7 @@ const envDefinitions = { desc: "mock the cryptoassets config and test partner (in the context of app-exchange)", }, NFT_CURRENCIES: { - def: "ethereum", + def: "ethereum,polygon", parser: stringParser, desc: "set the currencies where NFT is active", },