diff --git a/.env.development b/.env.development index 89f964a..8d02bd6 100644 --- a/.env.development +++ b/.env.development @@ -76,8 +76,8 @@ NUXT_ENV_TOKEN_NAME=Binance Coin NUXT_ENV_TOKEN_SYMBOL=BNB NUXT_ENV_BLOCKEXPLORER=https://bscscan.com -NUXT_ENV_BSC_RPC_FALLBACK=https://bsc-dataseed.binance.org -NUXT_ENV_BSC_RPC='https://bsc-dataseed1.ninicoin.io/' +NUXT_ENV_BSC_RPC_FALLBACK='https://bsc-dataseed1.binance.org' +NUXT_ENV_BSC_RPC='https://bsc-dataseed3.binance.org/' # We might need to check this bridge url, it seems not to be working at the moment. NUXT_ENV_WALLETCONNECT_BRIDGE_URL="https://uniswap.bridge.walletconnect.org" diff --git a/.env.production b/.env.production index 6a209c0..0b26638 100644 --- a/.env.production +++ b/.env.production @@ -18,8 +18,8 @@ NUXT_ENV_TOKEN_NAME=Binance Coin NUXT_ENV_TOKEN_SYMBOL=BNB NUXT_ENV_BLOCKEXPLORER=https://bscscan.com -NUXT_ENV_BSC_RPC_FALLBACK=https://bsc-dataseed.binance.org -NUXT_ENV_BSC_RPC='https://bsc-dataseed1.ninicoin.io/' +NUXT_ENV_BSC_RPC_FALLBACK='https://bsc-dataseed1.binance.org' +NUXT_ENV_BSC_RPC='https://bsc-dataseed3.binance.org/' # We might need to check this bridge url, it seems not to be working at the moment. NUXT_ENV_WALLETCONNECT_BRIDGE_URL="https://uniswap.bridge.walletconnect.org" diff --git a/README.md b/README.md index 9cf17bd..73fe22d 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,12 @@ npm install npm run dev ``` +To set up a quick development environment you can use Docker: + +```shell +sudo docker run --rm -it -v $(pwd):/app -w /app -p 3000:3000 node:16 bash +``` + ## Node-sass Node version The `node-sass` package is very picky with which Node version it will work with.