@ape.swap/bonds-sdk 1.0.491 → 1.0.492

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.
@@ -273,7 +273,7 @@ var YourBonds = function (_a) {
273
273
  var rowClick = function (bill) {
274
274
  setSelectedBill(bill);
275
275
  setIsModalOpen(true);
276
- navigate("/YourBonds/?bondAddress=".concat(bill.address, "&bondChain=").concat(bill.bond.chainId), { replace: true });
276
+ navigate("/yourBonds/?bondAddress=".concat(bill.address, "&bondChain=").concat(bill.bond.chainId), { replace: true });
277
277
  };
278
278
  // Search logic
279
279
  var _k = useState(''), inputValue = _k[0], setInputValue = _k[1];
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Ape Bond SDK",
4
4
  "author": "Ape Bond",
5
5
  "license": "MIT",
6
- "version": "1.0.491",
6
+ "version": "1.0.492",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",