Skip to content

Commit

Permalink
Update nodes on default settings
Browse files Browse the repository at this point in the history
  • Loading branch information
KaffinPX committed Aug 2, 2024
1 parent a378885 commit 620597b
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/contexts/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,17 @@ export const currencies = {
export const defaultSettings: ISettings = {
version: 4,
nodes: [{
name: "Public network",
name: "Public node",
address: "mainnet",
locked: true
}, {
name: "Public network",
name: "Public node",
address: "testnet-10",
locked: true
}, {
name: "Public network",
name: "Public node",
address: "testnet-11",
locked: true
}, {
name: "Subsecond.wtf",
address: "wss://subsecond.wtf/rpc",
locked: true
}],
currency: 'USD',
selectedNode: 0
Expand Down

0 comments on commit 620597b

Please sign in to comment.