@goodaofi/bonds-sdk 3.0.166 → 3.0.167
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/main.js +1 -1
- package/package.json +1 -1
package/dist/main.js
CHANGED
|
@@ -74511,7 +74511,7 @@ const YourBonds = ({ showOnly, isGooSale }) => {
|
|
|
74511
74511
|
const [inputValue, setInputValue] = useState('');
|
|
74512
74512
|
const filterOptions = ['CLAIMABLE', 'ALL'];
|
|
74513
74513
|
const [filterOption, setFilterOption] = useState(filterOptions[0]);
|
|
74514
|
-
const VESTING_NFT_ADDRESS = '
|
|
74514
|
+
const VESTING_NFT_ADDRESS = '0x1d792892823306D15C9c65938f9385fC2dA97271';
|
|
74515
74515
|
const handleSort = (key) => {
|
|
74516
74516
|
let direction = 'desc';
|
|
74517
74517
|
if ((sortConfig === null || sortConfig === void 0 ? void 0 : sortConfig.key) === key && (sortConfig === null || sortConfig === void 0 ? void 0 : sortConfig.direction) === 'desc') {
|