diff --git a/client/.env.local.example b/client/.env.local.example index ea6855e..21b0c37 100644 --- a/client/.env.local.example +++ b/client/.env.local.example @@ -46,7 +46,7 @@ REACT_APP_BRIZO_ADDRESS="0x008c25ed3594e094db4592f4115d5fa74c4f41ea" # # Connect to Spree (local with Barge) # -# REACT_APP_NODE_URI="htts://localhost:8545" +# REACT_APP_NODE_URI="http://localhost:8545" # REACT_APP_AQUARIUS_URI="http://aquarius:5000" # REACT_APP_BRIZO_URI="http://localhost:8030" # REACT_APP_SECRET_STORE_URI="http://localhost:12001" diff --git a/client/package.json b/client/package.json index 73fc71b..b229936 100644 --- a/client/package.json +++ b/client/package.json @@ -13,7 +13,7 @@ }, "dependencies": { "@oceanprotocol/art": "^2.2.0", - "@oceanprotocol/squid": "^0.6.2", + "@oceanprotocol/squid": "0.6.2", "@oceanprotocol/typographies": "^0.1.0", "@sindresorhus/slugify": "^0.9.1", "axios": "^0.19.0", diff --git a/client/src/components/molecules/AccountStatus/Popover.tsx b/client/src/components/molecules/AccountStatus/Popover.tsx index ca03683..49dcd96 100644 --- a/client/src/components/molecules/AccountStatus/Popover.tsx +++ b/client/src/components/molecules/AccountStatus/Popover.tsx @@ -54,7 +54,7 @@ export default class Popover extends PureComponent<{
{network && !isOceanNetwork - ? 'Please connect to Custom RPC\n https://nile.dev-ocean.com' + ? 'Please connect to Custom RPC\n https://pacific.oceanprotocol.com' : network && `Connected to ${network} network`}
diff --git a/client/src/components/organisms/Web3message.test.tsx b/client/src/components/organisms/Web3message.test.tsx index 36c1b0e..ce705a4 100644 --- a/client/src/components/organisms/Web3message.test.tsx +++ b/client/src/components/organisms/Web3message.test.tsx @@ -21,7 +21,7 @@ describe('Web3message', () => { ) expect(container.firstChild).toHaveTextContent( - 'Not connected to Nile network' + 'Not connected to Pacific network' ) }) diff --git a/client/src/data/web3message.json b/client/src/data/web3message.json index a441d40..e651770 100644 --- a/client/src/data/web3message.json +++ b/client/src/data/web3message.json @@ -2,5 +2,5 @@ "noweb3": "Not a Web3 Browser. For publishing and downloading an asset you need to setup MetaMask 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.
Please connect in MetaMask with Custom RPC https://nile.dev-ocean.com" + "wrongNetwork": "Not connected to Pacific network.
Please connect in MetaMask with Custom RPC https://pacific.oceanprotocol.com" } diff --git a/client/src/routes/Faucet.tsx b/client/src/routes/Faucet.tsx index bed7633..6e01306 100644 --- a/client/src/routes/Faucet.tsx +++ b/client/src/routes/Faucet.tsx @@ -118,7 +118,7 @@ export default class Faucet extends PureComponent<{}, FaucetState> { return ( diff --git a/library.json b/library.json index 5979a9a..c9bb7f6 100644 --- a/library.json +++ b/library.json @@ -7,19 +7,19 @@ "dependencies": [ { "name": "keeper-contracts", - "version": "~0.9.7" + "version": "~0.10.3" }, { "name": "brizo", - "version": "~0.3.10" + "version": "~0.3.12" }, { "name": "aquarius", - "version": "~0.2.9" + "version": "~0.3.4" }, { "name": "squid-js", - "version": "~0.5.17" + "version": "~0.6.2" }, { "name": "faucet",