Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
shrpne committed Aug 11, 2023
1 parent 3a18152 commit 8038ce8
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .env.master
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,10 @@ APP_HUB_API_URL=https://hub-api.minter.network/
APP_ETHEREUM_API_URL=https://mainnet.infura.io/v3/0ab122c0f98043eda95266a862528e4c
#APP_BSC_API_URL=https://bsc-dataseed.binance.org/
APP_BSC_API_URL=https://bscrpc.com/
APP_MEGACHAIN_API_URL=
APP_HUB_ETHEREUM_CONTRACT_ADDRESS=0x897c27Fa372AA730D4C75B1243E7EA38879194E2
APP_HUB_BSC_CONTRACT_ADDRESS=0xF5b0ed82a0b3e11567081694cC66c3df133f7C8F
APP_HUB_MEGACHAIN_CONTRACT_ADDRESS=
APP_HUB_MINTER_MULTISIG_ADDRESS=Mx68f4839d7f32831b9234f9575f3b95e1afe21a56


Expand Down
10 changes: 6 additions & 4 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,10 @@ APP_EXPLORER_RTM_URL=wss://explorer-rtm.testnet.minter.network/connection/websoc
APP_EXPLORER_HOST=https://explorer.testnet.minter.network
APP_EXPLORER_STATIC_HOST=https://explorer-static.testnet.minter.network
APP_HUB_API_URL=https://hub-api.kubernetes.icu/
APP_ETHEREUM_API_URL=https://ropsten.infura.io/v3/7b534be6f59742f9843c7e7562924f44
APP_ETHEREUM_API_URL=https://rpc.sepolia.org
APP_BSC_API_URL=https://data-seed-prebsc-2-s3.binance.org:8545/
APP_HUB_ETHEREUM_CONTRACT_ADDRESS=0x3fb52C4d1aCA95B11F4C34CD3FACA2A4B35dCc47
APP_HUB_BSC_CONTRACT_ADDRESS=0x2f73843A6B174c55a13D88f772157d235e30bA3a
APP_HUB_MINTER_MULTISIG_ADDRESS=Mx44dbdbb93b7c1cf366e0dc5fe0a99bbf9854575b
APP_MEGACHAIN_API_URL=https://rpc.testnet.metagarden.io/
APP_HUB_ETHEREUM_CONTRACT_ADDRESS=0xce8223acbf08B85EAf2354cD86104BA38bD0e3f6
APP_HUB_BSC_CONTRACT_ADDRESS=0xce8223acbf08B85EAf2354cD86104BA38bD0e3f6
APP_HUB_MEGACHAIN_CONTRACT_ADDRESS=0xce8223acbf08B85EAf2354cD86104BA38bD0e3f6
APP_HUB_MINTER_MULTISIG_ADDRESS=Mx3a14ae11a49cbac592216d8eb81de298414a2c31
2 changes: 2 additions & 0 deletions nuxt.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ import langRu from './lang/ru';
import {BASE_TITLE, BASE_DESCRIPTION, APP_BASE_URL, I18N_ROUTE_NAME_SEPARATOR, LANGUAGE_COOKIE_KEY} from "./assets/variables";
import * as varsConfig from "./assets/variables.js";

console.log('envConfig', envConfig);

const NUXT_LOADING_INLINE_SCRIPT_SHA = process.env.NODE_ENV === 'production'
? [
// loader (minified)
Expand Down

0 comments on commit 8038ce8

Please sign in to comment.