Skip to content

Commit

Permalink
Move Vara from Live networks to Test networks (#8295)
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilsan authored Nov 1, 2022
1 parent b6d7ed2 commit 0b22346
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
7 changes: 0 additions & 7 deletions packages/apps-config/src/endpoints/production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,13 +309,6 @@ export const prodChains: EndpointOption[] = [
UniArts: 'wss://mainnet.uniarts.vip:9443'
}
},
{
info: 'vara',
text: 'Vara',
providers: {
'Gear Tech': 'wss://rpc.vara-network.io'
}
},
{
info: 'westlake',
text: 'Westlake',
Expand Down
7 changes: 7 additions & 0 deletions packages/apps-config/src/endpoints/testing.ts
Original file line number Diff line number Diff line change
Expand Up @@ -589,6 +589,13 @@ export const testChains: EndpointOption[] = [
// 'Unit Network': 'wss://unitventures.io/' // https://github.com/polkadot-js/apps/issues/5684
}
},
{
info: 'vara',
text: 'Vara',
providers: {
'Gear Tech': 'wss://rpc.vara-network.io'
}
},
{
info: 'vodka',
text: 'Vodka',
Expand Down

0 comments on commit 0b22346

Please sign in to comment.