mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
45 lines
1.6 KiB
Plaintext
45 lines
1.6 KiB
Plaintext
#
|
|
# When none of the following variables are set,
|
|
# Commons will default connecting to Nile
|
|
#
|
|
|
|
#
|
|
# Connect to Nile
|
|
#
|
|
REACT_APP_NODE_URI="https://nile.dev-ocean.com"
|
|
REACT_APP_AQUARIUS_URI="https://nginx-aquarius.dev-ocean.com"
|
|
REACT_APP_BRIZO_URI="https://nginx-brizo.dev-ocean.com"
|
|
REACT_APP_SECRET_STORE_URI="https://secret-store.dev-ocean.com"
|
|
REACT_APP_FAUCET_URI="https://faucet.nile.dev-ocean.com"
|
|
REACT_APP_BRIZO_ADDRESS="0x4aaab179035dc57b35e2ce066919048686f82972"
|
|
|
|
#
|
|
# Connect to Duero
|
|
#
|
|
# REACT_APP_NODE_URI="https://duero.dev-ocean.com"
|
|
# REACT_APP_AQUARIUS_URI="https://aquarius.duero.dev-ocean.com"
|
|
# REACT_APP_BRIZO_URI="https://brizo.duero.dev-ocean.com"
|
|
# REACT_APP_SECRET_STORE_URI="https://secret-store.duero.dev-ocean.com"
|
|
# REACT_APP_FAUCET_URI="https://faucet.duero.dev-ocean.com"
|
|
# REACT_APP_BRIZO_ADDRESS="0x9d4ed58293f71122ad6a733c1603927a150735d0"
|
|
|
|
#
|
|
# Connect to Nile Commons instances
|
|
#
|
|
# REACT_APP_NODE_URI="https://nile.dev-ocean.com"
|
|
# REACT_APP_AQUARIUS_URI="https://aquarius.marketplace.dev-ocean.com"
|
|
# REACT_APP_BRIZO_URI="https://brizo.marketplace.dev-ocean.com"
|
|
# REACT_APP_SECRET_STORE_URI="https://secret-store.marketplace.dev-ocean.com"
|
|
# REACT_APP_FAUCET_URI="https://faucet.nile.dev-ocean.com"
|
|
# REACT_APP_BRIZO_ADDRESS="0x4aaab179035dc57b35e2ce066919048686f82972"
|
|
|
|
#
|
|
# Connect to Spree (local with Barge)
|
|
#
|
|
# REACT_APP_NODE_URI="htts://localhost:8545"
|
|
# REACT_APP_AQUARIUS_URI="http://aquarius:5000"
|
|
# REACT_APP_BRIZO_URI="http://localhost:8030"
|
|
# REACT_APP_SECRET_STORE_URI="http://localhost:12001"
|
|
# REACT_APP_FAUCET_URI="http://localhost:3001"
|
|
# REACT_APP_BRIZO_ADDRESS="0x00bd138abd70e2f00903268f3db08f2d25677c9e"
|