Skip to content

Commit

Permalink
Update RPC urls
Browse files Browse the repository at this point in the history
  • Loading branch information
jeisses committed Oct 23, 2023
1 parent a6f125b commit 432d44d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .env.development
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 432d44d

Please sign in to comment.