@injectivelabs/networks 1.15.3 → 1.15.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.js +5 -0
- package/dist/esm/endpoints.js +5 -0
- package/package.json +3 -3
package/dist/cjs/endpoints.js
CHANGED
|
@@ -50,6 +50,7 @@ exports.endpointsTestnetSentry = {
|
|
|
50
50
|
cacheGrpc: 'https://testnet.sentry.chain.grpc-web.injective.network',
|
|
51
51
|
cacheRest: 'https://testnet.sentry.exchange.grpc-web.injective.network',
|
|
52
52
|
web3gw: 'https://testnet.sentry.exchange.grpc-web.injective.network',
|
|
53
|
+
chart: 'https://k8s.testnet.chart.grpc-web.injective.network',
|
|
53
54
|
};
|
|
54
55
|
exports.endpointsTestnet = {
|
|
55
56
|
...exports.endpointsTestnetSentry,
|
|
@@ -64,6 +65,7 @@ exports.endpointsDevnet = {
|
|
|
64
65
|
cacheGrpc: 'https://devnet.grpc.injective.dev',
|
|
65
66
|
cacheRest: 'https://devnet.api.injective.dev',
|
|
66
67
|
web3gw: 'https://devnet.api.injective.dev',
|
|
68
|
+
chart: 'https://devnet.api.injective.dev',
|
|
67
69
|
};
|
|
68
70
|
exports.endpointsDevnet1 = {
|
|
69
71
|
indexer: 'https://devnet-1.api.injective.dev',
|
|
@@ -75,6 +77,7 @@ exports.endpointsDevnet1 = {
|
|
|
75
77
|
cacheGrpc: 'https://devnet-1.grpc.injective.dev',
|
|
76
78
|
cacheRest: 'https://devnet-1.api.injective.dev',
|
|
77
79
|
web3gw: 'https://devnet-1.api.injective.dev',
|
|
80
|
+
chart: 'https://devnet-1.api.injective.dev',
|
|
78
81
|
};
|
|
79
82
|
exports.endpointsDevnet2 = {
|
|
80
83
|
indexer: 'https://devnet-2.api.injective.dev',
|
|
@@ -86,6 +89,7 @@ exports.endpointsDevnet2 = {
|
|
|
86
89
|
cacheGrpc: 'https://devnet-2.grpc.injective.dev',
|
|
87
90
|
cacheRest: 'https://devnet-2.api.injective.dev',
|
|
88
91
|
web3gw: 'https://devnet-2.api.injective.dev',
|
|
92
|
+
chart: 'https://devnet-2.api.injective.dev',
|
|
89
93
|
};
|
|
90
94
|
exports.endpointsDevnet3 = {
|
|
91
95
|
indexer: 'https://devnet-3.api.injective.dev',
|
|
@@ -97,6 +101,7 @@ exports.endpointsDevnet3 = {
|
|
|
97
101
|
cacheGrpc: 'https://devnet-3.grpc.injective.dev',
|
|
98
102
|
cacheRest: 'https://devnet-3.api.injective.dev',
|
|
99
103
|
web3gw: 'https://devnet-3.api.injective.dev',
|
|
104
|
+
chart: 'https://devnet-3.api.injective.dev',
|
|
100
105
|
};
|
|
101
106
|
exports.endpointsLocal = {
|
|
102
107
|
indexer: 'https://localhost:4444',
|
package/dist/esm/endpoints.js
CHANGED
|
@@ -47,6 +47,7 @@ export const endpointsTestnetSentry = {
|
|
|
47
47
|
cacheGrpc: 'https://testnet.sentry.chain.grpc-web.injective.network',
|
|
48
48
|
cacheRest: 'https://testnet.sentry.exchange.grpc-web.injective.network',
|
|
49
49
|
web3gw: 'https://testnet.sentry.exchange.grpc-web.injective.network',
|
|
50
|
+
chart: 'https://k8s.testnet.chart.grpc-web.injective.network',
|
|
50
51
|
};
|
|
51
52
|
export const endpointsTestnet = {
|
|
52
53
|
...endpointsTestnetSentry,
|
|
@@ -61,6 +62,7 @@ export const endpointsDevnet = {
|
|
|
61
62
|
cacheGrpc: 'https://devnet.grpc.injective.dev',
|
|
62
63
|
cacheRest: 'https://devnet.api.injective.dev',
|
|
63
64
|
web3gw: 'https://devnet.api.injective.dev',
|
|
65
|
+
chart: 'https://devnet.api.injective.dev',
|
|
64
66
|
};
|
|
65
67
|
export const endpointsDevnet1 = {
|
|
66
68
|
indexer: 'https://devnet-1.api.injective.dev',
|
|
@@ -72,6 +74,7 @@ export const endpointsDevnet1 = {
|
|
|
72
74
|
cacheGrpc: 'https://devnet-1.grpc.injective.dev',
|
|
73
75
|
cacheRest: 'https://devnet-1.api.injective.dev',
|
|
74
76
|
web3gw: 'https://devnet-1.api.injective.dev',
|
|
77
|
+
chart: 'https://devnet-1.api.injective.dev',
|
|
75
78
|
};
|
|
76
79
|
export const endpointsDevnet2 = {
|
|
77
80
|
indexer: 'https://devnet-2.api.injective.dev',
|
|
@@ -83,6 +86,7 @@ export const endpointsDevnet2 = {
|
|
|
83
86
|
cacheGrpc: 'https://devnet-2.grpc.injective.dev',
|
|
84
87
|
cacheRest: 'https://devnet-2.api.injective.dev',
|
|
85
88
|
web3gw: 'https://devnet-2.api.injective.dev',
|
|
89
|
+
chart: 'https://devnet-2.api.injective.dev',
|
|
86
90
|
};
|
|
87
91
|
export const endpointsDevnet3 = {
|
|
88
92
|
indexer: 'https://devnet-3.api.injective.dev',
|
|
@@ -94,6 +98,7 @@ export const endpointsDevnet3 = {
|
|
|
94
98
|
cacheGrpc: 'https://devnet-3.grpc.injective.dev',
|
|
95
99
|
cacheRest: 'https://devnet-3.api.injective.dev',
|
|
96
100
|
web3gw: 'https://devnet-3.api.injective.dev',
|
|
101
|
+
chart: 'https://devnet-3.api.injective.dev',
|
|
97
102
|
};
|
|
98
103
|
export const endpointsLocal = {
|
|
99
104
|
indexer: 'https://localhost:4444',
|
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.15.
|
|
4
|
+
"version": "1.15.4",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"type": "module",
|
|
7
7
|
"license": "Apache-2.0",
|
|
@@ -56,10 +56,10 @@
|
|
|
56
56
|
"start": "node dist/index.js"
|
|
57
57
|
},
|
|
58
58
|
"dependencies": {
|
|
59
|
-
"@injectivelabs/ts-types": "^1.15.
|
|
59
|
+
"@injectivelabs/ts-types": "^1.15.4"
|
|
60
60
|
},
|
|
61
61
|
"devDependencies": {
|
|
62
62
|
"shx": "^0.3.4"
|
|
63
63
|
},
|
|
64
|
-
"gitHead": "
|
|
64
|
+
"gitHead": "de7c94dbd9f169649cab7bcc66d16fa73a2bd8a3"
|
|
65
65
|
}
|