From bd580b1b06f2d8cfb5868d4025b8a93878435f52 Mon Sep 17 00:00:00 2001 From: oldalbus Date: Tue, 17 Sep 2024 14:56:21 -0400 Subject: [PATCH] chore: add missing APP_NAME env var, fix neb icon --- apps/explorer/.env.nebula1 | 1 + apps/governance/.env.nebula1 | 2 ++ apps/trading/.env | 1 + apps/trading/.env.nebula1 | 1 + libs/emblem/src/components/svgs/assets/neb.tsx | 2 -- 5 files changed, 5 insertions(+), 2 deletions(-) diff --git a/apps/explorer/.env.nebula1 b/apps/explorer/.env.nebula1 index 80439cc374..931fe0483a 100644 --- a/apps/explorer/.env.nebula1 +++ b/apps/explorer/.env.nebula1 @@ -1,5 +1,6 @@ NX_API_NODE=https://api0.neb.exchange NX_VEGA_CHAIN_ID=nebula1 +NX_APP_NAME=Nebula NX_ETHEREUM_PROVIDER_URL=https://mainnet.infura.io/v3/6f6991e1760e40ccb05ebd5b6e0934ac NX_ETHERSCAN_URL=https://etherscan.io diff --git a/apps/governance/.env.nebula1 b/apps/governance/.env.nebula1 index 79ef60c180..4b49874334 100644 --- a/apps/governance/.env.nebula1 +++ b/apps/governance/.env.nebula1 @@ -1,5 +1,7 @@ NX_API_NODE=https://api0.neb.exchange NX_VEGA_CHAIN_ID=nebula1 +NX_APP_NAME=Nebula + NX_VEGA_ENV=MAINNET NX_VEGA_CONFIG_URL=https://raw.githubusercontent.com/Nebula-DEX/networks/main/nebula1/nebula1.toml NX_ETHEREUM_PROVIDER_URL=https://mainnet.infura.io/v3/6f6991e1760e40ccb05ebd5b6e0934ac diff --git a/apps/trading/.env b/apps/trading/.env index a0d3662eeb..89e928b91a 100644 --- a/apps/trading/.env +++ b/apps/trading/.env @@ -1,5 +1,6 @@ NX_API_NODE=https://api0.neb.exchange NX_VEGA_CHAIN_ID=nebula1 +NX_APP_NAME=Nebula NX_ETHEREUM_PROVIDER_URL=https://mainnet.infura.io/v3/6f6991e1760e40ccb05ebd5b6e0934ac NX_ETHERSCAN_URL=https://etherscan.io diff --git a/apps/trading/.env.nebula1 b/apps/trading/.env.nebula1 index 00b3824692..aba0d9b899 100644 --- a/apps/trading/.env.nebula1 +++ b/apps/trading/.env.nebula1 @@ -1,5 +1,6 @@ NX_API_NODE=https://api0.neb.exchange NX_VEGA_CHAIN_ID=nebula1 +NX_APP_NAME=Nebula NX_ETHEREUM_PROVIDER_URL=https://mainnet.infura.io/v3/6f6991e1760e40ccb05ebd5b6e0934ac NX_ETHERSCAN_URL=https://etherscan.io diff --git a/libs/emblem/src/components/svgs/assets/neb.tsx b/libs/emblem/src/components/svgs/assets/neb.tsx index e1df75ba8e..bf0a7d257f 100644 --- a/libs/emblem/src/components/svgs/assets/neb.tsx +++ b/libs/emblem/src/components/svgs/assets/neb.tsx @@ -22,13 +22,11 @@ export const NEB = (props: SVGAttributes) => {