Skip to content

Commit 41f8fa9

Browse files
committed
chore: change localnet urls
1 parent 87e3f0a commit 41f8fa9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/features/settings/data/network.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,17 +49,17 @@ export const localnetConfig: NetworkConfig = {
4949
id: 'localnet',
5050
name: 'LocalNet',
5151
indexer: {
52-
server: 'http://localhost/',
52+
server: 'http://localtest.me/',
5353
port: 8980,
5454
token: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
5555
},
5656
algod: {
57-
server: 'http://localhost/',
57+
server: 'http://localtest.me/',
5858
port: 4001,
5959
token: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
6060
},
6161
kmd: {
62-
server: 'http://localhost/',
62+
server: 'http://localtest.me/',
6363
port: 4002,
6464
token: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
6565
},

0 commit comments

Comments
 (0)