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 87e3f0a commit 41f8fa9Copy full SHA for 41f8fa9
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://localhost/',
+ server: 'http://localtest.me/',
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