Skip to content

Commit aebe3c2

Browse files
committed
chore: revert urls
1 parent d5b45c0 commit aebe3c2

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://localtest.me/',
52+
server: 'http://localhost/',
5353
port: 8980,
5454
token: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
5555
},
5656
algod: {
57-
server: 'http://localtest.me/',
57+
server: 'http://localhost/',
5858
port: 4001,
5959
token: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
6060
},
6161
kmd: {
62-
server: 'http://localtest.me/',
62+
server: 'http://localhost/',
6363
port: 4002,
6464
token: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
6565
},

0 commit comments

Comments
 (0)