@ape.swap/bonds-sdk 1.0.459 → 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 === null || selectedBond === void 0 ? void 0 : selectedBond.principalToken);
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);
@@ -95,18 +95,4 @@
95
95
  justify-content: center;
96
96
  align-items: center;
97
97
  width: 10%;
98
- }
99
-
100
- .column.tooltip {
101
- flex-direction: row;
102
- align-items: center;
103
- justify-content: space-around;
104
- }
105
-
106
- .column.header-icon {
107
- padding-left: 5px;
108
- align-items: start;
109
- justify-content: space-around;
110
- cursor: pointer;
111
- opacity: 0.6;
112
98
  }
@@ -110,5 +110,4 @@
110
110
  align-items: start;
111
111
  justify-content: space-around;
112
112
  cursor: pointer;
113
- opacity: 0.6;
114
113
  }
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.459",
6
+ "version": "1.0.461",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",