1
0
mirror of https://github.com/oceanprotocol/commons.git synced 2023-03-15 18:03:00 +01:00

connect to pacific

This commit is contained in:
Jernej Pregelj 2019-07-01 14:52:30 +02:00
parent c6e791dabd
commit 40dab70331

View File

@ -54,7 +54,7 @@ export default class Popover extends PureComponent<{
<div className={styles.popoverInfoline}>
{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`}
</div>
</>