We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d5b45c0 commit aebe3c2Copy full SHA for aebe3c2
src/features/settings/data/network.ts
@@ -49,17 +49,17 @@ export const localnetConfig: NetworkConfig = {
49
id: 'localnet',
50
name: 'LocalNet',
51
indexer: {
52
- server: 'http://localtest.me/',
+ server: 'http://localhost/',
53
port: 8980,
54
token: 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
55
},
56
algod: {
57
58
port: 4001,
59
60
61
kmd: {
62
63
port: 4002,
64
65
0 commit comments