From eac9d2993ca614c864ad9f860c498de8df38ce96 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A9vin=20Lambert?= <44363395+lambertkevin@users.noreply.github.com> Date: Tue, 5 Apr 2022 15:10:21 +0200 Subject: [PATCH] Add polygon to NFT currencies (#1848) --- src/env.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", },