Browse Source

Merge branch 'feature/hiring-flow' of github.com:yourheropaul/apps into feature/hiring-flow

Paul M Fox 5 years ago
parent
commit
dadffe71f5
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/joy-settings/src/defaults/endpoints.ts

+ 2 - 2
packages/joy-settings/src/defaults/endpoints.ts

@@ -32,7 +32,7 @@ const CHAIN_INFO: Record<ChainName, ChainData> = {
   joystream: {
     chainDisplay: 'Joystream',
     logo: 'joystream',
-    type: 'Joystream Testnet'
+    type: 'Rome Reckless Testnet'
   },
 };
 
@@ -41,7 +41,7 @@ const PROVIDERS: Record<ProviderName, PoviderData> = {
   'joystream_org': {
     providerDisplay: 'Joystream.org',
     nodes: {
-      'joystream': 'wss://testnet.joystream.org/acropolis/rpc/',
+      'joystream': 'wss://rome-reckless.joystream.org/reckless/rpc/',
     }
   }
 };