Skip to content

Commit

Permalink
added version to env.js for sports (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDanz authored and robert committed Nov 13, 2021
1 parent 424a7db commit c227d21
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/sport/config/env.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ function getClientEnvironment(publicUrl) {
// It is defined here so it is available in the webpackHotDevClient.
FAST_REFRESH: process.env.FAST_REFRESH !== 'false',
// The network we are connecting to
DEFAULT_NETWORK_ID: process.env.DEFAULT_NETWORK_ID || '80001'
DEFAULT_NETWORK_ID: process.env.DEFAULT_NETWORK_ID || '80001',
HIDE_FAUCET: process.env.HIDE_FAUCET === 'true',
VERSION: process.env.VERSION
}
);
// Stringify all values so we can feed into webpack DefinePlugin
Expand Down

0 comments on commit c227d21

Please sign in to comment.