@injectivelabs/networks 0.0.45 → 0.0.46
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/network.js +1 -1
- package/package.json +2 -2
- package/CHANGELOG.md +0 -342
package/dist/network.js
CHANGED
|
@@ -7,7 +7,7 @@ exports.urlEndpointUrls = {
|
|
|
7
7
|
mainnetOld: endpoints_1.urlEndpointsMainnetOld,
|
|
8
8
|
public: endpoints_1.urlEndpointsPublic,
|
|
9
9
|
devnet: endpoints_1.urlEndpointsDevnet,
|
|
10
|
-
|
|
10
|
+
testnet: endpoints_1.urlEndpointsStaking,
|
|
11
11
|
local: endpoints_1.urlEndpointsLocal,
|
|
12
12
|
};
|
|
13
13
|
const getUrlEndpointForNetwork = (network) => exports.urlEndpointUrls[network];
|
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": "0.0.
|
|
4
|
+
"version": "0.0.46",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/index.js",
|
|
7
7
|
"types": "dist/index.d.ts",
|
|
@@ -32,5 +32,5 @@
|
|
|
32
32
|
"link-module-alias": "^1.2.0",
|
|
33
33
|
"shx": "^0.3.2"
|
|
34
34
|
},
|
|
35
|
-
"gitHead": "
|
|
35
|
+
"gitHead": "03a9a96c9dadff67766d53133de5599ce45dc8fd"
|
|
36
36
|
}
|
package/CHANGELOG.md
DELETED
|
@@ -1,342 +0,0 @@
|
|
|
1
|
-
# Change Log
|
|
2
|
-
|
|
3
|
-
All notable changes to this project will be documented in this file.
|
|
4
|
-
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
|
-
|
|
6
|
-
## [0.0.45](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.44...@injectivelabs/networks@0.0.45) (2021-09-16)
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
### Features
|
|
10
|
-
|
|
11
|
-
* explorer consumer package ([1499017](https://github.com/InjectiveLabs/injective-ts/commit/1499017bca3d09f74e5a0eecedeba8d445d37215))
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
## [0.0.44](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.43...@injectivelabs/networks@0.0.44) (2021-08-31)
|
|
18
|
-
|
|
19
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
## [0.0.43](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.42...@injectivelabs/networks@0.0.43) (2021-08-28)
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
### Bug Fixes
|
|
29
|
-
|
|
30
|
-
* copy ([4845ec0](https://github.com/InjectiveLabs/injective-ts/commit/4845ec0e7802ba4b163b76e990ad0910e9e07227))
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
### Features
|
|
34
|
-
|
|
35
|
-
* chainUrl for http calls ([47657d9](https://github.com/InjectiveLabs/injective-ts/commit/47657d96b0566c8ef9f6caa78764c3ef7ca97785))
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
## [0.0.42](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.41...@injectivelabs/networks@0.0.42) (2021-08-28)
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
### Features
|
|
45
|
-
|
|
46
|
-
* gateway endpoints added ([4e3ee32](https://github.com/InjectiveLabs/injective-ts/commit/4e3ee3263c10912bdbefe4f2b80643f1d8b510c1))
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
## [0.0.41](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.40...@injectivelabs/networks@0.0.41) (2021-08-23)
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
### Bug Fixes
|
|
56
|
-
|
|
57
|
-
* types for old mainnet ([e8feda7](https://github.com/InjectiveLabs/injective-ts/commit/e8feda75665f7c15905400fc62260145babe6ff3))
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
## [0.0.40](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.39...@injectivelabs/networks@0.0.40) (2021-08-23)
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
### Bug Fixes
|
|
67
|
-
|
|
68
|
-
* explorer endpoint fix ([f97ea15](https://github.com/InjectiveLabs/injective-ts/commit/f97ea155cb6c4e810eb7e4d51f384ac531ae3dcb))
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
## [0.0.39](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.38...@injectivelabs/networks@0.0.39) (2021-08-22)
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
### Features
|
|
78
|
-
|
|
79
|
-
* added old mainnet endpoints ([32286a5](https://github.com/InjectiveLabs/injective-ts/commit/32286a5deb5f227bb0f157006e4c40d47b24e559))
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
## [0.0.38](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.37...@injectivelabs/networks@0.0.38) (2021-08-20)
|
|
86
|
-
|
|
87
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
## [0.0.37](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.36...@injectivelabs/networks@0.0.37) (2021-08-10)
|
|
94
|
-
|
|
95
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
## [0.0.36](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.35...@injectivelabs/networks@0.0.36) (2021-08-06)
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
### Bug Fixes
|
|
105
|
-
|
|
106
|
-
* temp endpoints for devnet ([92b1b06](https://github.com/InjectiveLabs/injective-ts/commit/92b1b069df059ccf1f5c123ac68435ebd81a2521))
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
## [0.0.35](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.34...@injectivelabs/networks@0.0.35) (2021-07-27)
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
### Features
|
|
116
|
-
|
|
117
|
-
* added public endpoints ([295a1f2](https://github.com/InjectiveLabs/injective-ts/commit/295a1f237e573067aea6b79ced5b6dcec8184c64))
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
## [0.0.34](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.33...@injectivelabs/networks@0.0.34) (2021-07-14)
|
|
124
|
-
|
|
125
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
## [0.0.33](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.32...@injectivelabs/networks@0.0.33) (2021-07-01)
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
### Bug Fixes
|
|
135
|
-
|
|
136
|
-
* staking endpoints ([fd079af](https://github.com/InjectiveLabs/injective-ts/commit/fd079af717539e6ab8f79a0532c96522bf9d038c))
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
## [0.0.32](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.31...@injectivelabs/networks@0.0.32) (2021-06-30)
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
### Bug Fixes
|
|
146
|
-
|
|
147
|
-
* explorer url ([964094b](https://github.com/InjectiveLabs/injective-ts/commit/964094b0ee0c6ea8a29342d6a95589fc83e91b90))
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
## [0.0.31](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.30...@injectivelabs/networks@0.0.31) (2021-06-30)
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
### Features
|
|
157
|
-
|
|
158
|
-
* mainnet endpoints added ([d3202bc](https://github.com/InjectiveLabs/injective-ts/commit/d3202bc1cbee13f50bc9bdd209d3dbadd077cd86))
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
## [0.0.30](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.29...@injectivelabs/networks@0.0.30) (2021-06-29)
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
### Bug Fixes
|
|
168
|
-
|
|
169
|
-
* endpoint ([e50174d](https://github.com/InjectiveLabs/injective-ts/commit/e50174d0e019a887465f674f596eb370ba7d3ee4))
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
## [0.0.29](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.27...@injectivelabs/networks@0.0.29) (2021-06-25)
|
|
176
|
-
|
|
177
|
-
|
|
178
|
-
### Features
|
|
179
|
-
|
|
180
|
-
* added timeout height ([c46c2f8](https://github.com/InjectiveLabs/injective-ts/commit/c46c2f8854ad8c23d61fb27c791db11bd438c316))
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
185
|
-
|
|
186
|
-
## [0.0.28](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.26...@injectivelabs/networks@0.0.28) (2021-06-21)
|
|
187
|
-
|
|
188
|
-
### Bug Fixes
|
|
189
|
-
|
|
190
|
-
* delegated fee false condition skip ([e88bd25](https://github.com/InjectiveLabs/injective-ts/commit/e88bd251a37e5a8930a13ade37ac588b0e6a81d5))
|
|
191
|
-
|
|
192
|
-
## [0.0.27](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.25...@injectivelabs/networks@0.0.27) (2021-06-17)
|
|
193
|
-
|
|
194
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
195
|
-
|
|
196
|
-
## [0.0.26](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.19...@injectivelabs/networks@0.0.26) (2021-06-14)
|
|
197
|
-
|
|
198
|
-
### Bug Fixes
|
|
199
|
-
|
|
200
|
-
* endpoint port for the chain-api ([328a20e](https://github.com/InjectiveLabs/injective-ts/commit/328a20e5f7edd146de72e2f34257f91c44762bc0))
|
|
201
|
-
* merge conflicts ([a5c7ce1](https://github.com/InjectiveLabs/injective-ts/commit/a5c7ce13823fded62a32f79fcfda19867c929cc7))
|
|
202
|
-
* networks endpoints ([2b4a3be](https://github.com/InjectiveLabs/injective-ts/commit/2b4a3be78931e691e283a3bbdaa6451c55d600d9))
|
|
203
|
-
* number for tick sizes ([5171971](https://github.com/InjectiveLabs/injective-ts/commit/5171971a83e5f1468ca3e088babc0a001b1d2b9a))
|
|
204
|
-
* staking endpoint ([6cb75c4](https://github.com/InjectiveLabs/injective-ts/commit/6cb75c498b33709b037faa609f48fb6d64e22527))
|
|
205
|
-
|
|
206
|
-
### Features
|
|
207
|
-
|
|
208
|
-
* added exchange exception ([3afa0c9](https://github.com/InjectiveLabs/injective-ts/commit/3afa0c9e03e9a0cebf98b202928893980239989a))
|
|
209
|
-
* added oracle streaming ([79a9661](https://github.com/InjectiveLabs/injective-ts/commit/79a9661b52acd4a672dc1f694ef6c1d44c940d61))
|
|
210
|
-
|
|
211
|
-
## [0.0.25](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.24...@injectivelabs/networks@0.0.25) (2021-06-13)
|
|
212
|
-
|
|
213
|
-
### Bug Fixes
|
|
214
|
-
|
|
215
|
-
* devnet exchange api endpoint changed ([c0f01af](https://github.com/InjectiveLabs/injective-ts/commit/c0f01af25e35fe6698fba0f4907a25358e27ccc6))
|
|
216
|
-
* exchange endpoint for staking network ([bc96ed5](https://github.com/InjectiveLabs/injective-ts/commit/bc96ed54ad32f44fff6e492bbec5cda66bf82e56))
|
|
217
|
-
* merge conflicts ([a5c7ce1](https://github.com/InjectiveLabs/injective-ts/commit/a5c7ce13823fded62a32f79fcfda19867c929cc7))
|
|
218
|
-
|
|
219
|
-
## [0.0.24](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.23...@injectivelabs/networks@0.0.24) (2021-06-08)
|
|
220
|
-
|
|
221
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
222
|
-
|
|
223
|
-
## [0.0.23](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.22...@injectivelabs/networks@0.0.23) (2021-06-08)
|
|
224
|
-
|
|
225
|
-
### Bug Fixes
|
|
226
|
-
|
|
227
|
-
* staking endpoint ([ba3824a](https://github.com/InjectiveLabs/injective-ts/commit/ba3824aa6a86854aae31a555a511bc2fd21550e9))
|
|
228
|
-
|
|
229
|
-
## [0.0.22](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.21...@injectivelabs/networks@0.0.22) (2021-06-08)
|
|
230
|
-
|
|
231
|
-
### Bug Fixes
|
|
232
|
-
|
|
233
|
-
* networks endpoints ([68e2df9](https://github.com/InjectiveLabs/injective-ts/commit/68e2df98fbbbc7d4c757bbbb6152498106f25cb9))
|
|
234
|
-
|
|
235
|
-
## [0.0.21](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.20...@injectivelabs/networks@0.0.21) (2021-06-03)
|
|
236
|
-
|
|
237
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
238
|
-
|
|
239
|
-
## [0.0.20](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.19...@injectivelabs/networks@0.0.20) (2021-06-03)
|
|
240
|
-
|
|
241
|
-
### Bug Fixes
|
|
242
|
-
|
|
243
|
-
* endpoint port for the chain-api ([a710ee8](https://github.com/InjectiveLabs/injective-ts/commit/a710ee8b0240cee493412974cd1b355ec6748b15))
|
|
244
|
-
|
|
245
|
-
## [0.0.19](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.18...@injectivelabs/networks@0.0.19) (2021-06-02)
|
|
246
|
-
|
|
247
|
-
### Bug Fixes
|
|
248
|
-
|
|
249
|
-
* number for tick sizes ([e386611](https://github.com/InjectiveLabs/injective-ts/commit/e3866118eba6e3edaa5d806a4721020ddb001fa8))
|
|
250
|
-
|
|
251
|
-
## 0.0.18 (2021-05-31)
|
|
252
|
-
|
|
253
|
-
### Bug Fixes
|
|
254
|
-
|
|
255
|
-
* constants decoupled from packages ([0c2f050](https://github.com/InjectiveLabs/injective-ts/commit/0c2f050f7512dc365f8eca9104936e98747644e3))
|
|
256
|
-
* explorer url updated ([4146da2](https://github.com/InjectiveLabs/injective-ts/commit/4146da2c81791e796b135161f61cc7225aea3f0d))
|
|
257
|
-
* explorer url updated ([da60911](https://github.com/InjectiveLabs/injective-ts/commit/da609118452a8601b13c47776f065b99cfd9a2ac))
|
|
258
|
-
* gas limit decopled for chain and exchange tx ([45373be](https://github.com/InjectiveLabs/injective-ts/commit/45373be038085183dd7b0b699bcb9a1e75a1ef1a))
|
|
259
|
-
* mc fix ([1ccbb88](https://github.com/InjectiveLabs/injective-ts/commit/1ccbb88f3dc252d1a80da3f1a2338ea6cf761557))
|
|
260
|
-
* merge conflicts fixes ([fd8fab5](https://github.com/InjectiveLabs/injective-ts/commit/fd8fab59aceba12e7e6c0753bb5c7cea2f89b43a))
|
|
261
|
-
* removed redundant changelog ([b80c4da](https://github.com/InjectiveLabs/injective-ts/commit/b80c4da3a486f0738bde9726e0e7c7bf6bc18184))
|
|
262
|
-
|
|
263
|
-
### Features
|
|
264
|
-
|
|
265
|
-
* added devnet network ([2975a41](https://github.com/InjectiveLabs/injective-ts/commit/2975a41d612b1b17aba28b86e1770b9861b32d22))
|
|
266
|
-
* added execution side filter for spot market trades ([09ed791](https://github.com/InjectiveLabs/injective-ts/commit/09ed791559a167d5ed19d04c1cb03a7ae6d5e2c8))
|
|
267
|
-
* added networks package for fetching endpoints ([b6fc2a8](https://github.com/InjectiveLabs/injective-ts/commit/b6fc2a8b6e515c5d9b5d638132f6a77504c24cbc))
|
|
268
|
-
* added networks package for fetching endpoints ([de3db66](https://github.com/InjectiveLabs/injective-ts/commit/de3db668e6d56092806fa4d1a5abd643fb1449e4))
|
|
269
|
-
* subaccount decoupled from spot to own package ([e017056](https://github.com/InjectiveLabs/injective-ts/commit/e0170563e643cbb1b8d483cc046f6ec2924a14a8))
|
|
270
|
-
|
|
271
|
-
## [0.0.17](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.16...@injectivelabs/networks@0.0.17) (2021-05-24)
|
|
272
|
-
|
|
273
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
274
|
-
|
|
275
|
-
## [0.0.16](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.15...@injectivelabs/networks@0.0.16) (2021-05-23)
|
|
276
|
-
|
|
277
|
-
### Features
|
|
278
|
-
|
|
279
|
-
* added devnet network ([1824b6a](https://github.com/InjectiveLabs/injective-ts/commit/1824b6a73c08b7013e99a4e3ac253bc1096a122a))
|
|
280
|
-
|
|
281
|
-
## [0.0.15](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.14...@injectivelabs/networks@0.0.15) (2021-05-12)
|
|
282
|
-
|
|
283
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
284
|
-
|
|
285
|
-
## [0.0.14](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.13...@injectivelabs/networks@0.0.14) (2021-05-10)
|
|
286
|
-
|
|
287
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
288
|
-
|
|
289
|
-
## [0.0.13](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.12...@injectivelabs/networks@0.0.13) (2021-05-10)
|
|
290
|
-
|
|
291
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
292
|
-
|
|
293
|
-
## [0.0.12](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.11...@injectivelabs/networks@0.0.12) (2021-04-27)
|
|
294
|
-
|
|
295
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
296
|
-
|
|
297
|
-
## [0.0.11](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.10...@injectivelabs/networks@0.0.11) (2021-04-27)
|
|
298
|
-
|
|
299
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
300
|
-
|
|
301
|
-
## [0.0.10](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.9...@injectivelabs/networks@0.0.10) (2021-04-27)
|
|
302
|
-
|
|
303
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
304
|
-
|
|
305
|
-
## [0.0.9](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.8...@injectivelabs/networks@0.0.9) (2021-04-08)
|
|
306
|
-
|
|
307
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
308
|
-
|
|
309
|
-
## [0.0.8](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.7...@injectivelabs/networks@0.0.8) (2021-03-19)
|
|
310
|
-
|
|
311
|
-
### Bug Fixes
|
|
312
|
-
|
|
313
|
-
* explorer url updated ([0e971bf](https://github.com/InjectiveLabs/injective-ts/commit/0e971bf0974e7bbe9a61e032ff210a6791a13d8b))
|
|
314
|
-
|
|
315
|
-
## [0.0.7](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.6...@injectivelabs/networks@0.0.7) (2021-03-19)
|
|
316
|
-
|
|
317
|
-
### Bug Fixes
|
|
318
|
-
|
|
319
|
-
* explorer url updated ([33b8e4f](https://github.com/InjectiveLabs/injective-ts/commit/33b8e4f9ec1006fc9f7c65238948304386d75377))
|
|
320
|
-
|
|
321
|
-
## [0.0.6](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.5...@injectivelabs/networks@0.0.6) (2021-03-18)
|
|
322
|
-
|
|
323
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
324
|
-
|
|
325
|
-
## [0.0.5](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.4...@injectivelabs/networks@0.0.5) (2021-03-14)
|
|
326
|
-
|
|
327
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
328
|
-
|
|
329
|
-
## [0.0.4](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.3...@injectivelabs/networks@0.0.4) (2021-03-07)
|
|
330
|
-
|
|
331
|
-
**Note:** Version bump only for package @injectivelabs/networks
|
|
332
|
-
|
|
333
|
-
## [0.0.3](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/networks@0.0.2...@injectivelabs/networks@0.0.3) (2021-03-03)
|
|
334
|
-
|
|
335
|
-
### Bug Fixes
|
|
336
|
-
|
|
337
|
-
* mc fix ([1ccbb88](https://github.com/InjectiveLabs/injective-ts/commit/1ccbb88f3dc252d1a80da3f1a2338ea6cf761557))
|
|
338
|
-
* removed redundant changelog ([354febf](https://github.com/InjectiveLabs/injective-ts/commit/354febf6b51d8d920c2252aa9e676f56eb19aa28))
|
|
339
|
-
|
|
340
|
-
### Features
|
|
341
|
-
|
|
342
|
-
* added networks package for fetching endpoints ([de3db66](https://github.com/InjectiveLabs/injective-ts/commit/de3db668e6d56092806fa4d1a5abd643fb1449e4))
|