@taquito/rpc 17.2.0-beta-RC.0 → 17.3.0-beta.1

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.
@@ -136,7 +136,7 @@
136
136
  * @param rpcClient rpcClient responsible of the interaction with Tezos network through an rpc node
137
137
  * @param ttl number representing the time to live (default 1000 milliseconds)
138
138
  *
139
- * @example new RpcClientCache(new RpcClient('https://mainnet.api.tez.ie/'))
139
+ * @example new RpcClientCache(new RpcClient('https://mainnet.ecadinfra.com/'))
140
140
  */
141
141
  constructor(rpcClient, ttl = defaultTtl) {
142
142
  this.rpcClient = rpcClient;
@@ -1356,8 +1356,8 @@
1356
1356
 
1357
1357
  // IMPORTANT: THIS FILE IS AUTO GENERATED! DO NOT MANUALLY EDIT OR CHECKIN!
1358
1358
  const VERSION = {
1359
- "commitHash": "96c9d60e1d08c7ac01d81e4d23ba5038c7779c92",
1360
- "version": "17.2.0-beta-RC.0"
1359
+ "commitHash": "1bc71eda1ab4baa24ee2278dd97b5a990d6dc71c",
1360
+ "version": "17.3.0-beta.1"
1361
1361
  };
1362
1362
 
1363
1363
  /***
@@ -1371,7 +1371,7 @@
1371
1371
  * @param httpBackend Http backend that issue http request.
1372
1372
  * You can override it by providing your own if you which to hook in the request/response
1373
1373
  *
1374
- * @example new RpcClient('https://mainnet.api.tez.ie/', 'main') this will use https://mainnet.api.tez.ie//chains/main
1374
+ * @example new RpcClient('https://mainnet.ecadinfra.com/', 'main') this will use https://mainnet.ecadinfra.com//chains/main
1375
1375
  */
1376
1376
  constructor(url, chain = defaultChain, httpBackend = new httpUtils.HttpBackend()) {
1377
1377
  this.url = url;