@ape.swap/bonds-sdk 1.0.461 → 1.0.462

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.
@@ -126,7 +126,8 @@ var BondModal = function (_a) {
126
126
  alert('No Ethereum provider found');
127
127
  return [2 /*return*/];
128
128
  }
129
- console.log(selectedBond);
129
+ console.log('---');
130
+ console.log(bondData);
130
131
  provider = new ethers.providers.Web3Provider(window.ethereum);
131
132
  signer = provider.getSigner();
132
133
  bondContract = new ethers.Contract((_a = selectedBond === null || selectedBond === void 0 ? void 0 : selectedBond.principalToken) !== null && _a !== void 0 ? _a : "", ERC_20_ABI, signer);
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.461",
6
+ "version": "1.0.462",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",