Skip to content

Commit 98b0ad9

Browse files
fix wrong local url
1 parent 24ce405 commit 98b0ad9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/auto-utils/src/constants/network.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ export const networks: Network[] = [
151151
{
152152
domainId: '1',
153153
...domains[DomainRuntime.AUTO_ID],
154-
rpcUrls: ['ws:///127.0.0.1:9946/ws'],
154+
rpcUrls: ['ws://127.0.0.1:9946/ws'],
155155
},
156156
],
157157
token: TESTNET_TOKEN,

0 commit comments

Comments
 (0)