@ape.swap/bonds-sdk 1.0.460 → 1.0.461
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,7 @@ 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(selectedBond);
|
|
130
130
|
provider = new ethers.providers.Web3Provider(window.ethereum);
|
|
131
131
|
signer = provider.getSigner();
|
|
132
132
|
bondContract = new ethers.Contract((_a = selectedBond === null || selectedBond === void 0 ? void 0 : selectedBond.principalToken) !== null && _a !== void 0 ? _a : "", ERC_20_ABI, signer);
|