mirror of
https://github.com/oceanprotocol/commons.git
synced 2023-03-15 18:03:00 +01:00
more text fixes
This commit is contained in:
parent
c367dd9e57
commit
eb21932604
@ -10,15 +10,15 @@ export const serviceUri =
|
||||
export const nodeUri =
|
||||
process.env.REACT_APP_NODE_URI || 'https://nile.dev-ocean.com'
|
||||
export const aquariusUri =
|
||||
process.env.REACT_APP_AQUARIUS_URI || 'https://nginx-aquarius.dev-ocean.com'
|
||||
process.env.REACT_APP_AQUARIUS_URI || 'https://aquarius.nile.dev-ocean.com'
|
||||
export const brizoUri =
|
||||
process.env.REACT_APP_BRIZO_URI || 'https://nginx-brizo.dev-ocean.com'
|
||||
process.env.REACT_APP_BRIZO_URI || 'https://brizo.nile.dev-ocean.com'
|
||||
export const brizoAddress =
|
||||
process.env.REACT_APP_BRIZO_ADDRESS ||
|
||||
'0x4aaab179035dc57b35e2ce066919048686f82972'
|
||||
export const secretStoreUri =
|
||||
process.env.REACT_APP_SECRET_STORE_URI ||
|
||||
'https://secret-store.dev-ocean.com'
|
||||
'https://secret-store.nile.dev-ocean.com'
|
||||
export const faucetUri =
|
||||
process.env.REACT_APP_FAUCET_URI || 'https://faucet.nile.dev-ocean.com'
|
||||
|
||||
|
@ -2,5 +2,5 @@
|
||||
"noweb3": "Not a Web3 Browser. For publishing and downloading an asset you need to <a href='https://docs.oceanprotocol.com/tutorials/metamask-setup/' target='_blank' rel='noopener noreferrer'>setup MetaMask</a> or use any other Web3-capable plugin or browser.",
|
||||
"noAccount": "No accounts detected. For publishing and downloading an asset you need to unlock your Web3 account.",
|
||||
"hasAccount": "",
|
||||
"wrongNetwork": "Not connected to Nile network.<br />Please connect in MetaMask with Custom RPC <code>https://nile.dev-ocean.com</code>"
|
||||
"wrongNetwork": "Not connected to Pacific network.<br />Please connect in MetaMask with Custom RPC <code>https://pacific.oceanprotocol.com</code>"
|
||||
}
|
||||
|
@ -118,7 +118,7 @@ export default class Faucet extends PureComponent<{}, FaucetState> {
|
||||
return (
|
||||
<Route
|
||||
title="Faucet"
|
||||
description="Shower yourself with some Ether for Ocean's Nile test network."
|
||||
description="Shower yourself with some Ether for Ocean's Pacific network."
|
||||
>
|
||||
<Content>
|
||||
<Web3message />
|
||||
|
Loading…
Reference in New Issue
Block a user