@autonomys/auto-utils 1.6.0 → 1.6.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -106,18 +106,18 @@ exports.networks = [
106
106
  {
107
107
  id: NetworkId.LOCALHOST,
108
108
  name: NetworkName.LOCALHOST,
109
- rpcUrls: ['ws://127.0.0.1:9944/ws'],
109
+ rpcUrls: ['ws://127.0.0.1:9944'],
110
110
  explorer: [],
111
111
  domains: [
112
112
  {
113
113
  domainId: '0',
114
114
  ...domain_1.domains[domain_1.DomainRuntime.AUTO_EVM],
115
- rpcUrls: ['ws://127.0.0.1:9945/ws'],
115
+ rpcUrls: ['ws://127.0.0.1:9945'],
116
116
  },
117
117
  {
118
118
  domainId: '1',
119
119
  ...domain_1.domains[domain_1.DomainRuntime.AUTO_ID],
120
- rpcUrls: ['ws://127.0.0.1:9946/ws'],
120
+ rpcUrls: ['ws://127.0.0.1:9946'],
121
121
  },
122
122
  ],
123
123
  token: token_1.TESTNET_TOKEN,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@autonomys/auto-utils",
3
- "version": "1.6.0",
3
+ "version": "1.6.2",
4
4
  "license": "MIT",
5
5
  "main": "dist/index.js",
6
6
  "repository": {
@@ -39,5 +39,5 @@
39
39
  "ts-jest": "^29.3.1",
40
40
  "typescript": "^5.8.3"
41
41
  },
42
- "gitHead": "a0a448db8d1a26006c4123ad9a0e53a8c9293255"
42
+ "gitHead": "910aff6c92f736b87f7986780d667035b9c72217"
43
43
  }