@revoke.cash/chains 44.0.0 → 45.0.0

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/src/build.js CHANGED
@@ -118,7 +118,7 @@ var annotateIconUrls = function (chains) { return __awaiter(void 0, void 0, void
118
118
  return [4 /*yield*/, got_1.default("https://raw.githubusercontent.com/ethereum-lists/chains/master/_data/icons/" + chain.icon + ".json").json()];
119
119
  case 1:
120
120
  icon = (_b.sent())[0];
121
- iconURL = (_a = icon === null || icon === void 0 ? void 0 : icon.url) === null || _a === void 0 ? void 0 : _a.replace('ipfs://', 'https://cloudflare-ipfs.com/ipfs/');
121
+ iconURL = (_a = icon === null || icon === void 0 ? void 0 : icon.url) === null || _a === void 0 ? void 0 : _a.replace('ipfs://', 'https://ipfs.io/ipfs/');
122
122
  return [2 /*return*/, __assign(__assign({}, chain), { iconURL: iconURL })];
123
123
  }
124
124
  });