@injectivelabs/networks 1.14.6-beta.2 → 1.14.6-beta.4
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/cjs/endpoints.d.ts.map +1 -1
- package/dist/cjs/endpoints.js +29 -15
- package/dist/cjs/endpoints.js.map +1 -1
- package/dist/cjs/types.d.ts +2 -1
- package/dist/cjs/types.d.ts.map +1 -1
- package/dist/esm/endpoints.d.ts.map +1 -1
- package/dist/esm/endpoints.js +29 -15
- package/dist/esm/endpoints.js.map +1 -1
- package/dist/esm/types.d.ts +2 -1
- package/dist/esm/types.d.ts.map +1 -1
- package/package.json +5 -5
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../../src/endpoints.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,sBAAsB,EAAE,
|
|
1
|
+
{"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../../src/endpoints.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,sBAAsB,EAAE,gBAUpC,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,gBAUjC,CAAA;AAED,eAAO,MAAM,kBAAkB,EAAE,gBAUhC,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,gBAU9B,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,gBAU9B,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,gBAE7B,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,gBAU/B,CAAA;AAED,eAAO,MAAM,sBAAsB,EAAE,gBAUpC,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,gBAUjC,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,gBAU9B,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,gBAUjC,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,gBAU7B,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,gBAU9B,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,gBAU9B,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,gBAU5B,CAAA"}
|
package/dist/cjs/endpoints.js
CHANGED
|
@@ -8,7 +8,8 @@ exports.endpointsMainnetSentry = {
|
|
|
8
8
|
rest: 'https://sentry.lcd.injective.network',
|
|
9
9
|
chronos: 'https://sentry.exchange.grpc-web.injective.network',
|
|
10
10
|
explorer: 'https://sentry.exchange.grpc-web.injective.network',
|
|
11
|
-
|
|
11
|
+
cacheGrpc: 'https://sentry.chain.grpc-web.injective.network',
|
|
12
|
+
cacheRest: 'https://staging.gateway.grpc-web.injective.network',
|
|
12
13
|
web3gw: 'https://sentry.exchange.grpc-web.injective.network',
|
|
13
14
|
};
|
|
14
15
|
exports.endpointsMainnetK8s = {
|
|
@@ -18,7 +19,8 @@ exports.endpointsMainnetK8s = {
|
|
|
18
19
|
rest: 'https://k8s.mainnet.lcd.injective.network',
|
|
19
20
|
chronos: 'https://k8s.mainnet.exchange.grpc-web.injective.network',
|
|
20
21
|
explorer: 'https://k8s.mainnet.exchange.grpc-web.injective.network',
|
|
21
|
-
|
|
22
|
+
cacheGrpc: 'https://k8s.mainnet.chain.grpc-web.injective.network',
|
|
23
|
+
cacheRest: 'https://k8s.mainnet.exchange.grpc-web.injective.network',
|
|
22
24
|
web3gw: 'https://k8s.mainnet.exchange.grpc-web.injective.network',
|
|
23
25
|
};
|
|
24
26
|
exports.endpointsMainnetLB = {
|
|
@@ -28,17 +30,19 @@ exports.endpointsMainnetLB = {
|
|
|
28
30
|
rest: 'https://k8s.global.mainnet.lcd.injective.network',
|
|
29
31
|
chronos: 'https://k8s.global.mainnet.exchange.grpc-web.injective.network',
|
|
30
32
|
explorer: 'https://k8s.global.mainnet.exchange.grpc-web.injective.network',
|
|
31
|
-
|
|
33
|
+
cacheGrpc: 'https://k8s.global.mainnet.chain.grpc-web.injective.network',
|
|
34
|
+
cacheRest: 'https://k8s.global.mainnet.exchange.grpc-web.injective.network',
|
|
32
35
|
web3gw: 'https://k8s.global.mainnet.exchange.grpc-web.injective.network',
|
|
33
36
|
};
|
|
34
37
|
exports.endpointsMainnet = {
|
|
35
38
|
indexer: 'https://api.injective.network',
|
|
36
39
|
grpc: 'https://grpc.injective.network',
|
|
40
|
+
cacheGrpc: 'https://grpc.injective.network',
|
|
37
41
|
rpc: 'https://tm.injective.network',
|
|
38
42
|
rest: 'https://lcd.injective.network',
|
|
43
|
+
cacheRest: 'https://api.injective.network',
|
|
39
44
|
chronos: 'https://api.injective.network',
|
|
40
45
|
explorer: 'https://api.injective.network',
|
|
41
|
-
cache: 'https://api.injective.network',
|
|
42
46
|
web3gw: 'https://api.injective.network',
|
|
43
47
|
};
|
|
44
48
|
exports.endpointsStaging = {
|
|
@@ -48,7 +52,8 @@ exports.endpointsStaging = {
|
|
|
48
52
|
rest: 'https://staging.lcd.injective.network',
|
|
49
53
|
chronos: 'https://staging.api.injective.network',
|
|
50
54
|
explorer: 'https://staging.api.injective.network',
|
|
51
|
-
|
|
55
|
+
cacheGrpc: 'https://staging.grpc.injective.network',
|
|
56
|
+
cacheRest: 'https://staging.gateway.grpc-web.injective.network',
|
|
52
57
|
web3gw: 'https://staging.api.injective.network',
|
|
53
58
|
};
|
|
54
59
|
exports.endpointsPublic = Object.assign({}, exports.endpointsStaging);
|
|
@@ -59,7 +64,8 @@ exports.endpointsInternal = {
|
|
|
59
64
|
rest: 'https://products.lcd.injective.network',
|
|
60
65
|
chronos: 'https://products.chronos.grpc-web.injective.network',
|
|
61
66
|
explorer: 'https://products.explorer.grpc-web.injective.network',
|
|
62
|
-
|
|
67
|
+
cacheGrpc: 'https://products.chain.grpc-web.injective.network',
|
|
68
|
+
cacheRest: 'https://staging.gateway.grpc-web.injective.network',
|
|
63
69
|
web3gw: 'https://products.web3-gateway.injective.network',
|
|
64
70
|
};
|
|
65
71
|
exports.endpointsTestnetSentry = {
|
|
@@ -69,7 +75,8 @@ exports.endpointsTestnetSentry = {
|
|
|
69
75
|
rest: 'https://testnet.sentry.lcd.injective.network',
|
|
70
76
|
chronos: 'https://testnet.sentry.exchange.grpc-web.injective.network',
|
|
71
77
|
explorer: 'https://testnet.sentry.exchange.grpc-web.injective.network',
|
|
72
|
-
|
|
78
|
+
cacheGrpc: 'https://testnet.sentry.chain.grpc-web.injective.network',
|
|
79
|
+
cacheRest: 'https://testnet.sentry.exchange.grpc-web.injective.network',
|
|
73
80
|
web3gw: 'https://testnet.sentry.exchange.grpc-web.injective.network',
|
|
74
81
|
};
|
|
75
82
|
exports.endpointsTestnetK8s = {
|
|
@@ -79,7 +86,8 @@ exports.endpointsTestnetK8s = {
|
|
|
79
86
|
rest: 'https://k8s.testnet.lcd.injective.network',
|
|
80
87
|
chronos: 'https://k8s.testnet.exchange.grpc-web.injective.network',
|
|
81
88
|
explorer: 'https://k8s.testnet.explorer.grpc-web.injective.network',
|
|
82
|
-
|
|
89
|
+
cacheGrpc: 'https://k8s.testnet.gateway.grpc.injective.network',
|
|
90
|
+
cacheRest: 'https://k8s.testnet.gateway.grpc-web.injective.network',
|
|
83
91
|
web3gw: 'https://k8s.testnet.exchange.grpc-web.injective.network',
|
|
84
92
|
};
|
|
85
93
|
exports.endpointsTestnet = {
|
|
@@ -90,7 +98,8 @@ exports.endpointsTestnet = {
|
|
|
90
98
|
chronos: 'https://testnet.exchange.grpc-web.injective.network',
|
|
91
99
|
explorer: 'https://testnet.exchange.grpc-web.injective.network',
|
|
92
100
|
web3gw: 'https://testnet.exchange.grpc-web.injective.network',
|
|
93
|
-
|
|
101
|
+
cacheGrpc: 'https://testnet.tm.injective.network',
|
|
102
|
+
cacheRest: 'https://testnet.exchange.grpc-web.injective.network',
|
|
94
103
|
};
|
|
95
104
|
exports.endpointsTestnetOld = {
|
|
96
105
|
indexer: 'https://testnet.exchange.grpc-web.injective.dev',
|
|
@@ -99,7 +108,8 @@ exports.endpointsTestnetOld = {
|
|
|
99
108
|
rest: 'https://testnet.lcd.injective.dev',
|
|
100
109
|
chronos: 'https://testnet.exchange.grpc-web.injective.dev',
|
|
101
110
|
explorer: 'https://testnet.exchange.grpc-web.injective.dev',
|
|
102
|
-
|
|
111
|
+
cacheGrpc: 'https://testnet.chain.grpc-web.injective.dev',
|
|
112
|
+
cacheRest: 'https://testnet.exchange.grpc-web.injective.dev',
|
|
103
113
|
web3gw: 'https://testnet.exchange.grpc-web.injective.dev',
|
|
104
114
|
};
|
|
105
115
|
exports.endpointsDevnet = {
|
|
@@ -109,7 +119,8 @@ exports.endpointsDevnet = {
|
|
|
109
119
|
rest: 'https://devnet.lcd.injective.dev',
|
|
110
120
|
chronos: 'https://devnet.api.injective.dev',
|
|
111
121
|
explorer: 'https://devnet.api.injective.dev',
|
|
112
|
-
|
|
122
|
+
cacheGrpc: 'https://devnet.grpc.injective.dev',
|
|
123
|
+
cacheRest: 'https://devnet.api.injective.dev',
|
|
113
124
|
web3gw: 'https://devnet.api.injective.dev',
|
|
114
125
|
};
|
|
115
126
|
exports.endpointsDevnet1 = {
|
|
@@ -119,7 +130,8 @@ exports.endpointsDevnet1 = {
|
|
|
119
130
|
rest: 'https://devnet-1.lcd.injective.dev',
|
|
120
131
|
chronos: 'https://devnet-1.api.injective.dev',
|
|
121
132
|
explorer: 'https://devnet-1.api.injective.dev',
|
|
122
|
-
|
|
133
|
+
cacheGrpc: 'https://devnet-1.grpc.injective.dev',
|
|
134
|
+
cacheRest: 'https://devnet-1.api.injective.dev',
|
|
123
135
|
web3gw: 'https://devnet-1.api.injective.dev',
|
|
124
136
|
};
|
|
125
137
|
exports.endpointsDevnet2 = {
|
|
@@ -129,7 +141,8 @@ exports.endpointsDevnet2 = {
|
|
|
129
141
|
rest: 'https://devnet-2.lcd.injective.dev',
|
|
130
142
|
chronos: 'https://devnet-2.api.injective.dev',
|
|
131
143
|
explorer: 'https://devnet-2.api.injective.dev',
|
|
132
|
-
|
|
144
|
+
cacheGrpc: 'https://devnet-2.grpc.injective.dev',
|
|
145
|
+
cacheRest: 'https://devnet-2.api.injective.dev',
|
|
133
146
|
web3gw: 'https://devnet-2.api.injective.dev',
|
|
134
147
|
};
|
|
135
148
|
exports.endpointsLocal = {
|
|
@@ -138,8 +151,9 @@ exports.endpointsLocal = {
|
|
|
138
151
|
rpc: 'http://localhost:9091',
|
|
139
152
|
rest: 'http://localhost:9091',
|
|
140
153
|
chronos: 'https://localhost:4445',
|
|
141
|
-
explorer: '
|
|
142
|
-
|
|
154
|
+
explorer: 'http://localhost:4446',
|
|
155
|
+
cacheGrpc: 'http://localhost:9091',
|
|
156
|
+
cacheRest: 'https://localhost:4444',
|
|
143
157
|
web3gw: 'https://localhost:4444',
|
|
144
158
|
};
|
|
145
159
|
//# sourceMappingURL=endpoints.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../src/endpoints.ts"],"names":[],"mappings":";;;AAEa,QAAA,sBAAsB,GAAqB;IACtD,OAAO,EAAE,oDAAoD;IAC7D,IAAI,EAAE,iDAAiD;IACvD,GAAG,EAAE,qCAAqC;IAC1C,IAAI,EAAE,sCAAsC;IAC5C,OAAO,EAAE,oDAAoD;IAC7D,QAAQ,EAAE,oDAAoD;IAC9D,
|
|
1
|
+
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../src/endpoints.ts"],"names":[],"mappings":"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"}
|
package/dist/cjs/types.d.ts
CHANGED
package/dist/cjs/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAElE,oBAAY,OAAO;IACjB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,KAAK,UAAU;CAChB;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAElE,oBAAY,OAAO;IACjB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,KAAK,UAAU;CAChB;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,YAAY,GAAG,gBAAgB,CAAA,CAAC,iBAAiB;AAE7D,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,OAAO,CAAA;IAChB,GAAG,EAAE,MAAM,CAAA;IACX,eAAe,CAAC,EAAE,eAAe,CAAA;CAClC,CAAA"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../../src/endpoints.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,sBAAsB,EAAE,
|
|
1
|
+
{"version":3,"file":"endpoints.d.ts","sourceRoot":"","sources":["../../src/endpoints.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,SAAS,CAAA;AAE1C,eAAO,MAAM,sBAAsB,EAAE,gBAUpC,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,gBAUjC,CAAA;AAED,eAAO,MAAM,kBAAkB,EAAE,gBAUhC,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,gBAU9B,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,gBAU9B,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,gBAE7B,CAAA;AAED,eAAO,MAAM,iBAAiB,EAAE,gBAU/B,CAAA;AAED,eAAO,MAAM,sBAAsB,EAAE,gBAUpC,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,gBAUjC,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,gBAU9B,CAAA;AAED,eAAO,MAAM,mBAAmB,EAAE,gBAUjC,CAAA;AAED,eAAO,MAAM,eAAe,EAAE,gBAU7B,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,gBAU9B,CAAA;AAED,eAAO,MAAM,gBAAgB,EAAE,gBAU9B,CAAA;AAED,eAAO,MAAM,cAAc,EAAE,gBAU5B,CAAA"}
|
package/dist/esm/endpoints.js
CHANGED
|
@@ -5,7 +5,8 @@ export const endpointsMainnetSentry = {
|
|
|
5
5
|
rest: 'https://sentry.lcd.injective.network',
|
|
6
6
|
chronos: 'https://sentry.exchange.grpc-web.injective.network',
|
|
7
7
|
explorer: 'https://sentry.exchange.grpc-web.injective.network',
|
|
8
|
-
|
|
8
|
+
cacheGrpc: 'https://sentry.chain.grpc-web.injective.network',
|
|
9
|
+
cacheRest: 'https://staging.gateway.grpc-web.injective.network',
|
|
9
10
|
web3gw: 'https://sentry.exchange.grpc-web.injective.network',
|
|
10
11
|
};
|
|
11
12
|
export const endpointsMainnetK8s = {
|
|
@@ -15,7 +16,8 @@ export const endpointsMainnetK8s = {
|
|
|
15
16
|
rest: 'https://k8s.mainnet.lcd.injective.network',
|
|
16
17
|
chronos: 'https://k8s.mainnet.exchange.grpc-web.injective.network',
|
|
17
18
|
explorer: 'https://k8s.mainnet.exchange.grpc-web.injective.network',
|
|
18
|
-
|
|
19
|
+
cacheGrpc: 'https://k8s.mainnet.chain.grpc-web.injective.network',
|
|
20
|
+
cacheRest: 'https://k8s.mainnet.exchange.grpc-web.injective.network',
|
|
19
21
|
web3gw: 'https://k8s.mainnet.exchange.grpc-web.injective.network',
|
|
20
22
|
};
|
|
21
23
|
export const endpointsMainnetLB = {
|
|
@@ -25,17 +27,19 @@ export const endpointsMainnetLB = {
|
|
|
25
27
|
rest: 'https://k8s.global.mainnet.lcd.injective.network',
|
|
26
28
|
chronos: 'https://k8s.global.mainnet.exchange.grpc-web.injective.network',
|
|
27
29
|
explorer: 'https://k8s.global.mainnet.exchange.grpc-web.injective.network',
|
|
28
|
-
|
|
30
|
+
cacheGrpc: 'https://k8s.global.mainnet.chain.grpc-web.injective.network',
|
|
31
|
+
cacheRest: 'https://k8s.global.mainnet.exchange.grpc-web.injective.network',
|
|
29
32
|
web3gw: 'https://k8s.global.mainnet.exchange.grpc-web.injective.network',
|
|
30
33
|
};
|
|
31
34
|
export const endpointsMainnet = {
|
|
32
35
|
indexer: 'https://api.injective.network',
|
|
33
36
|
grpc: 'https://grpc.injective.network',
|
|
37
|
+
cacheGrpc: 'https://grpc.injective.network',
|
|
34
38
|
rpc: 'https://tm.injective.network',
|
|
35
39
|
rest: 'https://lcd.injective.network',
|
|
40
|
+
cacheRest: 'https://api.injective.network',
|
|
36
41
|
chronos: 'https://api.injective.network',
|
|
37
42
|
explorer: 'https://api.injective.network',
|
|
38
|
-
cache: 'https://api.injective.network',
|
|
39
43
|
web3gw: 'https://api.injective.network',
|
|
40
44
|
};
|
|
41
45
|
export const endpointsStaging = {
|
|
@@ -45,7 +49,8 @@ export const endpointsStaging = {
|
|
|
45
49
|
rest: 'https://staging.lcd.injective.network',
|
|
46
50
|
chronos: 'https://staging.api.injective.network',
|
|
47
51
|
explorer: 'https://staging.api.injective.network',
|
|
48
|
-
|
|
52
|
+
cacheGrpc: 'https://staging.grpc.injective.network',
|
|
53
|
+
cacheRest: 'https://staging.gateway.grpc-web.injective.network',
|
|
49
54
|
web3gw: 'https://staging.api.injective.network',
|
|
50
55
|
};
|
|
51
56
|
export const endpointsPublic = {
|
|
@@ -58,7 +63,8 @@ export const endpointsInternal = {
|
|
|
58
63
|
rest: 'https://products.lcd.injective.network',
|
|
59
64
|
chronos: 'https://products.chronos.grpc-web.injective.network',
|
|
60
65
|
explorer: 'https://products.explorer.grpc-web.injective.network',
|
|
61
|
-
|
|
66
|
+
cacheGrpc: 'https://products.chain.grpc-web.injective.network',
|
|
67
|
+
cacheRest: 'https://staging.gateway.grpc-web.injective.network',
|
|
62
68
|
web3gw: 'https://products.web3-gateway.injective.network',
|
|
63
69
|
};
|
|
64
70
|
export const endpointsTestnetSentry = {
|
|
@@ -68,7 +74,8 @@ export const endpointsTestnetSentry = {
|
|
|
68
74
|
rest: 'https://testnet.sentry.lcd.injective.network',
|
|
69
75
|
chronos: 'https://testnet.sentry.exchange.grpc-web.injective.network',
|
|
70
76
|
explorer: 'https://testnet.sentry.exchange.grpc-web.injective.network',
|
|
71
|
-
|
|
77
|
+
cacheGrpc: 'https://testnet.sentry.chain.grpc-web.injective.network',
|
|
78
|
+
cacheRest: 'https://testnet.sentry.exchange.grpc-web.injective.network',
|
|
72
79
|
web3gw: 'https://testnet.sentry.exchange.grpc-web.injective.network',
|
|
73
80
|
};
|
|
74
81
|
export const endpointsTestnetK8s = {
|
|
@@ -78,7 +85,8 @@ export const endpointsTestnetK8s = {
|
|
|
78
85
|
rest: 'https://k8s.testnet.lcd.injective.network',
|
|
79
86
|
chronos: 'https://k8s.testnet.exchange.grpc-web.injective.network',
|
|
80
87
|
explorer: 'https://k8s.testnet.explorer.grpc-web.injective.network',
|
|
81
|
-
|
|
88
|
+
cacheGrpc: 'https://k8s.testnet.gateway.grpc.injective.network',
|
|
89
|
+
cacheRest: 'https://k8s.testnet.gateway.grpc-web.injective.network',
|
|
82
90
|
web3gw: 'https://k8s.testnet.exchange.grpc-web.injective.network',
|
|
83
91
|
};
|
|
84
92
|
export const endpointsTestnet = {
|
|
@@ -89,7 +97,8 @@ export const endpointsTestnet = {
|
|
|
89
97
|
chronos: 'https://testnet.exchange.grpc-web.injective.network',
|
|
90
98
|
explorer: 'https://testnet.exchange.grpc-web.injective.network',
|
|
91
99
|
web3gw: 'https://testnet.exchange.grpc-web.injective.network',
|
|
92
|
-
|
|
100
|
+
cacheGrpc: 'https://testnet.tm.injective.network',
|
|
101
|
+
cacheRest: 'https://testnet.exchange.grpc-web.injective.network',
|
|
93
102
|
};
|
|
94
103
|
export const endpointsTestnetOld = {
|
|
95
104
|
indexer: 'https://testnet.exchange.grpc-web.injective.dev',
|
|
@@ -98,7 +107,8 @@ export const endpointsTestnetOld = {
|
|
|
98
107
|
rest: 'https://testnet.lcd.injective.dev',
|
|
99
108
|
chronos: 'https://testnet.exchange.grpc-web.injective.dev',
|
|
100
109
|
explorer: 'https://testnet.exchange.grpc-web.injective.dev',
|
|
101
|
-
|
|
110
|
+
cacheGrpc: 'https://testnet.chain.grpc-web.injective.dev',
|
|
111
|
+
cacheRest: 'https://testnet.exchange.grpc-web.injective.dev',
|
|
102
112
|
web3gw: 'https://testnet.exchange.grpc-web.injective.dev',
|
|
103
113
|
};
|
|
104
114
|
export const endpointsDevnet = {
|
|
@@ -108,7 +118,8 @@ export const endpointsDevnet = {
|
|
|
108
118
|
rest: 'https://devnet.lcd.injective.dev',
|
|
109
119
|
chronos: 'https://devnet.api.injective.dev',
|
|
110
120
|
explorer: 'https://devnet.api.injective.dev',
|
|
111
|
-
|
|
121
|
+
cacheGrpc: 'https://devnet.grpc.injective.dev',
|
|
122
|
+
cacheRest: 'https://devnet.api.injective.dev',
|
|
112
123
|
web3gw: 'https://devnet.api.injective.dev',
|
|
113
124
|
};
|
|
114
125
|
export const endpointsDevnet1 = {
|
|
@@ -118,7 +129,8 @@ export const endpointsDevnet1 = {
|
|
|
118
129
|
rest: 'https://devnet-1.lcd.injective.dev',
|
|
119
130
|
chronos: 'https://devnet-1.api.injective.dev',
|
|
120
131
|
explorer: 'https://devnet-1.api.injective.dev',
|
|
121
|
-
|
|
132
|
+
cacheGrpc: 'https://devnet-1.grpc.injective.dev',
|
|
133
|
+
cacheRest: 'https://devnet-1.api.injective.dev',
|
|
122
134
|
web3gw: 'https://devnet-1.api.injective.dev',
|
|
123
135
|
};
|
|
124
136
|
export const endpointsDevnet2 = {
|
|
@@ -128,7 +140,8 @@ export const endpointsDevnet2 = {
|
|
|
128
140
|
rest: 'https://devnet-2.lcd.injective.dev',
|
|
129
141
|
chronos: 'https://devnet-2.api.injective.dev',
|
|
130
142
|
explorer: 'https://devnet-2.api.injective.dev',
|
|
131
|
-
|
|
143
|
+
cacheGrpc: 'https://devnet-2.grpc.injective.dev',
|
|
144
|
+
cacheRest: 'https://devnet-2.api.injective.dev',
|
|
132
145
|
web3gw: 'https://devnet-2.api.injective.dev',
|
|
133
146
|
};
|
|
134
147
|
export const endpointsLocal = {
|
|
@@ -137,8 +150,9 @@ export const endpointsLocal = {
|
|
|
137
150
|
rpc: 'http://localhost:9091',
|
|
138
151
|
rest: 'http://localhost:9091',
|
|
139
152
|
chronos: 'https://localhost:4445',
|
|
140
|
-
explorer: '
|
|
141
|
-
|
|
153
|
+
explorer: 'http://localhost:4446',
|
|
154
|
+
cacheGrpc: 'http://localhost:9091',
|
|
155
|
+
cacheRest: 'https://localhost:4444',
|
|
142
156
|
web3gw: 'https://localhost:4444',
|
|
143
157
|
};
|
|
144
158
|
//# sourceMappingURL=endpoints.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../src/endpoints.ts"],"names":[],"mappings":"AAEA,MAAM,CAAC,MAAM,sBAAsB,GAAqB;IACtD,OAAO,EAAE,oDAAoD;IAC7D,IAAI,EAAE,iDAAiD;IACvD,GAAG,EAAE,qCAAqC;IAC1C,IAAI,EAAE,sCAAsC;IAC5C,OAAO,EAAE,oDAAoD;IAC7D,QAAQ,EAAE,oDAAoD;IAC9D,
|
|
1
|
+
{"version":3,"file":"endpoints.js","sourceRoot":"","sources":["../../src/endpoints.ts"],"names":[],"mappings":"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"}
|
package/dist/esm/types.d.ts
CHANGED
package/dist/esm/types.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAElE,oBAAY,OAAO;IACjB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,KAAK,UAAU;CAChB;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,
|
|
1
|
+
{"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../src/types.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAA;AAElE,oBAAY,OAAO;IACjB,UAAU,eAAe;IACzB,SAAS,cAAc;IACvB,OAAO,YAAY;IACnB,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,UAAU,eAAe;IACzB,UAAU,eAAe;IACzB,aAAa,kBAAkB;IAC/B,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,MAAM,WAAW;IACjB,KAAK,UAAU;CAChB;AAED,MAAM,MAAM,gBAAgB,GAAG;IAC7B,OAAO,EAAE,MAAM,CAAA;IACf,IAAI,EAAE,MAAM,CAAA;IACZ,IAAI,EAAE,MAAM,CAAA;IACZ,GAAG,CAAC,EAAE,MAAM,CAAA;IACZ,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,SAAS,CAAC,EAAE,MAAM,CAAA;IAClB,OAAO,CAAC,EAAE,MAAM,CAAA;IAChB,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,QAAQ,CAAC,EAAE,MAAM,CAAA;CAClB,CAAA;AAED,MAAM,MAAM,YAAY,GAAG,gBAAgB,CAAA,CAAC,iBAAiB;AAE7D,MAAM,MAAM,SAAS,GAAG;IACtB,QAAQ,EAAE,MAAM,CAAA;IAChB,OAAO,EAAE,OAAO,CAAA;IAChB,GAAG,EAAE,MAAM,CAAA;IACX,eAAe,CAAC,EAAE,eAAe,CAAA;CAClC,CAAA"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@injectivelabs/networks",
|
|
3
3
|
"description": "Endpoints, networks, etc. Can be reused throughout Injective's projects.",
|
|
4
|
-
"version": "1.14.6-beta.
|
|
4
|
+
"version": "1.14.6-beta.4",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"author": {
|
|
@@ -31,11 +31,11 @@
|
|
|
31
31
|
"start": "node dist/index.js"
|
|
32
32
|
},
|
|
33
33
|
"dependencies": {
|
|
34
|
-
"@injectivelabs/exceptions": "^1.14.6-beta.
|
|
35
|
-
"@injectivelabs/ts-types": "^1.14.6-beta.
|
|
36
|
-
"@injectivelabs/utils": "^1.14.6-beta.
|
|
34
|
+
"@injectivelabs/exceptions": "^1.14.6-beta.3",
|
|
35
|
+
"@injectivelabs/ts-types": "^1.14.6-beta.2",
|
|
36
|
+
"@injectivelabs/utils": "^1.14.6-beta.3",
|
|
37
37
|
"link-module-alias": "^1.2.0",
|
|
38
38
|
"shx": "^0.3.2"
|
|
39
39
|
},
|
|
40
|
-
"gitHead": "
|
|
40
|
+
"gitHead": "7aed24d7ed0a244d0c05773cf5b404821501a7f4"
|
|
41
41
|
}
|