Skip to content

Commit

Permalink
revert to mainnet
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov committed Nov 29, 2024
1 parent b5f3cbf commit 4a41494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/config/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ export const NetworkList: Networks = {
lightClient: 'vara',
defaultRpcEndpoint: 'Gear',
rpcEndpoints: {
Gear: 'wss://testnet.vara.network',
Gear: 'wss://rpc.vara.network',
},
},
colors: {
Expand Down Expand Up @@ -72,7 +72,7 @@ export const SystemChainList: Record<string, SystemChain> = {
endpoints: {
lightClient: 'people_vara', // NOTE: Currently not being used. TODO: Revise this and activate once People chain specs are available to use.
rpcEndpoints: {
Gear: 'wss://testnet.vara.network',
Gear: 'wss://rpc.vara.network',
},
},
},
Expand Down

0 comments on commit 4a41494

Please sign in to comment.