Skip to content

Commit

Permalink
chore: add missing APP_NAME env var, fix neb icon
Browse files Browse the repository at this point in the history
  • Loading branch information
oldalbus committed Sep 17, 2024
1 parent 97290b0 commit bd580b1
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/explorer/.env.nebula1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions apps/governance/.env.nebula1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions apps/trading/.env
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions apps/trading/.env.nebula1
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 0 additions & 2 deletions libs/emblem/src/components/svgs/assets/neb.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,11 @@ export const NEB = (props: SVGAttributes<SVGElement>) => {
<path
d="M9 24.1138V7H12.2801L19.7199 18.4092V7H23V24.1138H19.7199L12.2801 12.7046V24.1138H9Z"
fill="white"
style={{ 'mix-blend-mode': 'overlay' }}
shapeRendering="crispEdges"
/>
<path
d="M9 24.1138V7H12.2801L19.7199 18.4092V7H23V24.1138H19.7199L12.2801 12.7046V24.1138H9Z"
fill="url(#paint4_linear_9399_50281)"
style={{ 'mix-blend-mode': 'overlay' }}
shapeRendering="crispEdges"
/>
</g>
Expand Down

0 comments on commit bd580b1

Please sign in to comment.