Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
windatang committed Mar 24, 2022
1 parent f370f09 commit 39eb6d9
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 2 deletions.
30 changes: 30 additions & 0 deletions demo/react/.env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
NODE_ENV=production

NODE_TLS_REJECT_UNAUTHORIZED=0

ASSET_PATH = './'

#REACT_APP_RPC_URL_1=https://mainnet.infura.io/v3/84842078b09946638c03157f83405213
REACT_APP_RPC_URL_1=https://mainnet.eth.loopring.network
HTTPS=true

#REACT_APP_RPC_URL_1=http://18.220.83.236:8545
REACT_APP_RPC_URL_5=https://goerli.infura.io/v3/b951a403f3d3426fb2008c6923254dbc

#REACT_APP_WALLET_CONNECT_BRIDGE=https://bridge.walletconnect.org
#REACT_APP_WALLET_CONNECT_BRIDGE=http://ec2-3-143-67-250.us-east-2.compute.amazonaws.com:37821
#REACT_APP_WALLET_CONNECT_BRIDGE=https://connect.loopring.io
REACT_APP_WALLET_CONNECT_BRIDGE=https://wcbridge.loopring.network

REACT_APP_FORTMATIC_API_KEY=pk_test_A6260FCBAA2EBDFB
REACT_APP_MAGIC_API_KEY=pk_test_398B82F5F0E88874
REACT_APP_PORTIS_DAPP_ID=e9be171c-2b7f-4ff0-8db9-327707511ee2

#REACT_APP_API_URL=api.loopring.network
#REACT_APP_API_URL_UAT=api.uat.loopring.pro
REACT_APP_API_URL=api3.loopring.io
REACT_APP_API_URL_UAT=uat2.loopring.io

SKIP_PREFLIGHT_CHECK=true

REACT_APP_WITH_PRO=true
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@loopring-web/web3-provider",
"version": "1.0.1",
"version": "1.0.3",
"main": "dist/index.js",
"private": false,
"typings": "dist/index.d.ts",
Expand Down Expand Up @@ -35,7 +35,7 @@
"@walletconnect/client": "^1.6.0",
"@walletconnect/qrcode-modal": "^1.6.0",
"@walletconnect/web3-provider": "^1.6.0",
"rxjs-compat": "^6.6.7",
"rxjs": "^7.5.5",
"web3": "^1.5.1"
},
"type": "module",
Expand Down

0 comments on commit 39eb6d9

Please sign in to comment.