Skip to content

Commit

Permalink
Change network to testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitayutanov committed Aug 30, 2024
1 parent 9fa5f9c commit 8131dd6
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 @@ -23,7 +23,7 @@ export const PagedRewardsStartEra: Record<NetworkName, BigNumber | null> = {
polkadot: new BigNumber(1420),
kusama: new BigNumber(6514),
westend: new BigNumber(7167),
vara: new BigNumber(826),
vara: new BigNumber(656),
};

export const NetworkList: Networks = {
Expand All @@ -33,7 +33,7 @@ export const NetworkList: Networks = {
lightClient: 'vara',
defaultRpcEndpoint: 'Gear',
rpcEndpoints: {
Gear: 'wss://rpc.vara.network',
Gear: 'wss://testnet.vara.network',
},
},
namespace: 'fe1b4c55fd4d668101126434206571a7',
Expand Down

0 comments on commit 8131dd6

Please sign in to comment.