Skip to content

Commit

Permalink
chore: change localnet urls
Browse files Browse the repository at this point in the history
  • Loading branch information
neilcampbell committed Jun 11, 2024
1 parent 87e3f0a commit 41f8fa9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/features/settings/data/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,17 +49,17 @@ export const localnetConfig: NetworkConfig = {
id: 'localnet',
name: 'LocalNet',
indexer: {
server: 'http://localhost/',
server: 'http://localtest.me/',
port: 8980,
token: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
},
algod: {
server: 'http://localhost/',
server: 'http://localtest.me/',
port: 4001,
token: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
},
kmd: {
server: 'http://localhost/',
server: 'http://localtest.me/',
port: 4002,
token: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
},
Expand Down

0 comments on commit 41f8fa9

Please sign in to comment.