From 67ecbd75b43e0c264b7b4d2d9b3d969830b0621c Mon Sep 17 00:00:00 2001 From: John Huang Date: Mon, 9 Oct 2023 17:08:04 -0400 Subject: [PATCH] Added USDC gasDenom, and Staging West label (#65) * TRCL-2892-configs-changes * Additional changes for main net template, and WalletConnect payloads * Added logo file used for WalletConnect, and changed name and description in WC * Removed a comma * TRCL-2898 Additional node provider * Added USDC gasDenom, and Staging West label --- public/configs/env.json | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/public/configs/env.json b/public/configs/env.json index 5387d27..f47645a 100644 --- a/public/configs/env.json +++ b/public/configs/env.json @@ -45,6 +45,7 @@ "usdc": { "name": "USDC", "denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + "gasDenom": "uusdc", "image": "/currencies/usdc.png" } }, @@ -103,6 +104,7 @@ "usdc": { "name": "USDC", "denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + "gasDenom": "uusdc", "image": "/currencies/usdc.png" } }, @@ -160,6 +162,7 @@ "usdc": { "name": "USDC", "denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + "gasDenom": "uusdc", "image": "/currencies/usdc.png" } }, @@ -217,6 +220,7 @@ "usdc": { "name": "USDC", "denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + "gasDenom": "uusdc", "image": "/currencies/usdc.png" } }, @@ -274,6 +278,7 @@ "usdc": { "name": "USDC", "denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + "gasDenom": "uusdc", "image": "/currencies/usdc.png" } }, @@ -322,7 +327,7 @@ } }, "dydxprotocol-staging-west": { - "name": "v4 Staging", + "name": "v4 Staging West", "ethereumChainId": "5", "dydxChainId": "dydxprotocol-testnet", "isMainNet": false, @@ -335,6 +340,7 @@ "usdc": { "name": "USDC", "denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + "gasDenom": "uusdc", "image": "/currencies/usdc.png" } }, @@ -396,6 +402,7 @@ "usdc": { "name": "USDC", "denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + "gasDenom": "uusdc", "image": "/currencies/usdc.png" } }, @@ -459,6 +466,7 @@ "usdc": { "name": "USDC", "denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + "gasDenom": "uusdc", "image": "/currencies/usdc.png" } }, @@ -521,6 +529,7 @@ "usdc": { "name": "USDC", "denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + "gasDenom": "uusdc", "image": "/currencies/usdc.png" } }, @@ -583,6 +592,7 @@ "usdc": { "name": "USDC", "denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + "gasDenom": "uusdc", "image": "/currencies/usdc.png" } }, @@ -645,6 +655,7 @@ "usdc": { "name": "USDC", "denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + "gasDenom": "uusdc", "image": "/currencies/usdc.png" } }, @@ -707,6 +718,7 @@ "usdc": { "name": "USDC", "denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + "gasDenom": "uusdc", "image": "/currencies/usdc.png" } }, @@ -770,6 +782,7 @@ "usdc": { "name": "USDC", "denom": "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5", + "gasDenom": "uusdc", "image": "/currencies/usdc.png" } },