@nadohq/engine-client 0.1.0-alpha.32 → 0.1.0-alpha.34
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.
- package/dist/endpoints.cjs +3 -3
- package/dist/endpoints.cjs.map +1 -1
- package/dist/endpoints.js +3 -3
- package/dist/endpoints.js.map +1 -1
- package/package.json +3 -3
- package/src/endpoints.ts +3 -3
package/dist/endpoints.cjs
CHANGED
|
@@ -28,17 +28,17 @@ module.exports = __toCommonJS(endpoints_exports);
|
|
|
28
28
|
var ENGINE_CLIENT_ENDPOINTS = {
|
|
29
29
|
local: "http://localhost:80",
|
|
30
30
|
arbitrum: "https://gateway.prod.vertexprotocol.com/v1",
|
|
31
|
-
inkTestnet: "https://gateway.test.nado
|
|
31
|
+
inkTestnet: "https://gateway.test.nado.xyz/v1"
|
|
32
32
|
};
|
|
33
33
|
var ENGINE_WS_CLIENT_ENDPOINTS = {
|
|
34
34
|
local: "ws://localhost:80",
|
|
35
35
|
arbitrum: "wss://gateway.prod.vertexprotocol.com/v1/ws",
|
|
36
|
-
inkTestnet: "wss://gateway.test.nado
|
|
36
|
+
inkTestnet: "wss://gateway.test.nado.xyz/v1/ws"
|
|
37
37
|
};
|
|
38
38
|
var ENGINE_WS_SUBSCRIPTION_CLIENT_ENDPOINTS = {
|
|
39
39
|
local: "ws://localhost:80",
|
|
40
40
|
arbitrum: "wss://gateway.prod.vertexprotocol.com/v1/subscribe",
|
|
41
|
-
inkTestnet: "wss://gateway.test.nado
|
|
41
|
+
inkTestnet: "wss://gateway.test.nado.xyz/v1/subscribe"
|
|
42
42
|
};
|
|
43
43
|
// Annotate the CommonJS export names for ESM import in node:
|
|
44
44
|
0 && (module.exports = {
|
package/dist/endpoints.cjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/endpoints.ts"],"sourcesContent":["import { ChainEnv } from '@nadohq/shared';\n\nexport const ENGINE_CLIENT_ENDPOINTS: Record<ChainEnv, string> = {\n local: 'http://localhost:80',\n arbitrum: 'https://gateway.prod.vertexprotocol.com/v1',\n inkTestnet: 'https://gateway.test.nado
|
|
1
|
+
{"version":3,"sources":["../src/endpoints.ts"],"sourcesContent":["import { ChainEnv } from '@nadohq/shared';\n\nexport const ENGINE_CLIENT_ENDPOINTS: Record<ChainEnv, string> = {\n local: 'http://localhost:80',\n arbitrum: 'https://gateway.prod.vertexprotocol.com/v1',\n inkTestnet: 'https://gateway.test.nado.xyz/v1',\n};\n\nexport const ENGINE_WS_CLIENT_ENDPOINTS: Record<ChainEnv, string> = {\n local: 'ws://localhost:80',\n arbitrum: 'wss://gateway.prod.vertexprotocol.com/v1/ws',\n inkTestnet: 'wss://gateway.test.nado.xyz/v1/ws',\n};\n\nexport const ENGINE_WS_SUBSCRIPTION_CLIENT_ENDPOINTS: Record<ChainEnv, string> =\n {\n local: 'ws://localhost:80',\n arbitrum: 'wss://gateway.prod.vertexprotocol.com/v1/subscribe',\n inkTestnet: 'wss://gateway.test.nado.xyz/v1/subscribe',\n };\n"],"mappings":";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAEO,IAAM,0BAAoD;AAAA,EAC/D,OAAO;AAAA,EACP,UAAU;AAAA,EACV,YAAY;AACd;AAEO,IAAM,6BAAuD;AAAA,EAClE,OAAO;AAAA,EACP,UAAU;AAAA,EACV,YAAY;AACd;AAEO,IAAM,0CACX;AAAA,EACE,OAAO;AAAA,EACP,UAAU;AAAA,EACV,YAAY;AACd;","names":[]}
|
package/dist/endpoints.js
CHANGED
|
@@ -2,17 +2,17 @@
|
|
|
2
2
|
var ENGINE_CLIENT_ENDPOINTS = {
|
|
3
3
|
local: "http://localhost:80",
|
|
4
4
|
arbitrum: "https://gateway.prod.vertexprotocol.com/v1",
|
|
5
|
-
inkTestnet: "https://gateway.test.nado
|
|
5
|
+
inkTestnet: "https://gateway.test.nado.xyz/v1"
|
|
6
6
|
};
|
|
7
7
|
var ENGINE_WS_CLIENT_ENDPOINTS = {
|
|
8
8
|
local: "ws://localhost:80",
|
|
9
9
|
arbitrum: "wss://gateway.prod.vertexprotocol.com/v1/ws",
|
|
10
|
-
inkTestnet: "wss://gateway.test.nado
|
|
10
|
+
inkTestnet: "wss://gateway.test.nado.xyz/v1/ws"
|
|
11
11
|
};
|
|
12
12
|
var ENGINE_WS_SUBSCRIPTION_CLIENT_ENDPOINTS = {
|
|
13
13
|
local: "ws://localhost:80",
|
|
14
14
|
arbitrum: "wss://gateway.prod.vertexprotocol.com/v1/subscribe",
|
|
15
|
-
inkTestnet: "wss://gateway.test.nado
|
|
15
|
+
inkTestnet: "wss://gateway.test.nado.xyz/v1/subscribe"
|
|
16
16
|
};
|
|
17
17
|
export {
|
|
18
18
|
ENGINE_CLIENT_ENDPOINTS,
|
package/dist/endpoints.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["../src/endpoints.ts"],"sourcesContent":["import { ChainEnv } from '@nadohq/shared';\n\nexport const ENGINE_CLIENT_ENDPOINTS: Record<ChainEnv, string> = {\n local: 'http://localhost:80',\n arbitrum: 'https://gateway.prod.vertexprotocol.com/v1',\n inkTestnet: 'https://gateway.test.nado
|
|
1
|
+
{"version":3,"sources":["../src/endpoints.ts"],"sourcesContent":["import { ChainEnv } from '@nadohq/shared';\n\nexport const ENGINE_CLIENT_ENDPOINTS: Record<ChainEnv, string> = {\n local: 'http://localhost:80',\n arbitrum: 'https://gateway.prod.vertexprotocol.com/v1',\n inkTestnet: 'https://gateway.test.nado.xyz/v1',\n};\n\nexport const ENGINE_WS_CLIENT_ENDPOINTS: Record<ChainEnv, string> = {\n local: 'ws://localhost:80',\n arbitrum: 'wss://gateway.prod.vertexprotocol.com/v1/ws',\n inkTestnet: 'wss://gateway.test.nado.xyz/v1/ws',\n};\n\nexport const ENGINE_WS_SUBSCRIPTION_CLIENT_ENDPOINTS: Record<ChainEnv, string> =\n {\n local: 'ws://localhost:80',\n arbitrum: 'wss://gateway.prod.vertexprotocol.com/v1/subscribe',\n inkTestnet: 'wss://gateway.test.nado.xyz/v1/subscribe',\n };\n"],"mappings":";AAEO,IAAM,0BAAoD;AAAA,EAC/D,OAAO;AAAA,EACP,UAAU;AAAA,EACV,YAAY;AACd;AAEO,IAAM,6BAAuD;AAAA,EAClE,OAAO;AAAA,EACP,UAAU;AAAA,EACV,YAAY;AACd;AAEO,IAAM,0CACX;AAAA,EACE,OAAO;AAAA,EACP,UAAU;AAAA,EACV,YAAY;AACd;","names":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nadohq/engine-client",
|
|
3
|
-
"version": "0.1.0-alpha.
|
|
3
|
+
"version": "0.1.0-alpha.34",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"description": "> TODO: description",
|
|
@@ -41,7 +41,7 @@
|
|
|
41
41
|
"module": "./dist/index.js",
|
|
42
42
|
"types": "./dist/index.d.ts",
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@nadohq/shared": "^0.1.0-alpha.
|
|
44
|
+
"@nadohq/shared": "^0.1.0-alpha.34",
|
|
45
45
|
"axios": "*",
|
|
46
46
|
"ts-mixer": "*"
|
|
47
47
|
},
|
|
@@ -51,5 +51,5 @@
|
|
|
51
51
|
"devDependencies": {
|
|
52
52
|
"viem": "*"
|
|
53
53
|
},
|
|
54
|
-
"gitHead": "
|
|
54
|
+
"gitHead": "3f674a0cba3c9fcfef5bbeeff39b208a20f329a0"
|
|
55
55
|
}
|
package/src/endpoints.ts
CHANGED
|
@@ -3,18 +3,18 @@ import { ChainEnv } from '@nadohq/shared';
|
|
|
3
3
|
export const ENGINE_CLIENT_ENDPOINTS: Record<ChainEnv, string> = {
|
|
4
4
|
local: 'http://localhost:80',
|
|
5
5
|
arbitrum: 'https://gateway.prod.vertexprotocol.com/v1',
|
|
6
|
-
inkTestnet: 'https://gateway.test.nado
|
|
6
|
+
inkTestnet: 'https://gateway.test.nado.xyz/v1',
|
|
7
7
|
};
|
|
8
8
|
|
|
9
9
|
export const ENGINE_WS_CLIENT_ENDPOINTS: Record<ChainEnv, string> = {
|
|
10
10
|
local: 'ws://localhost:80',
|
|
11
11
|
arbitrum: 'wss://gateway.prod.vertexprotocol.com/v1/ws',
|
|
12
|
-
inkTestnet: 'wss://gateway.test.nado
|
|
12
|
+
inkTestnet: 'wss://gateway.test.nado.xyz/v1/ws',
|
|
13
13
|
};
|
|
14
14
|
|
|
15
15
|
export const ENGINE_WS_SUBSCRIPTION_CLIENT_ENDPOINTS: Record<ChainEnv, string> =
|
|
16
16
|
{
|
|
17
17
|
local: 'ws://localhost:80',
|
|
18
18
|
arbitrum: 'wss://gateway.prod.vertexprotocol.com/v1/subscribe',
|
|
19
|
-
inkTestnet: 'wss://gateway.test.nado
|
|
19
|
+
inkTestnet: 'wss://gateway.test.nado.xyz/v1/subscribe',
|
|
20
20
|
};
|