@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.
Files changed (2) hide show
  1. package/dist/main.js +1 -1
  2. 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 = '0xD97197A4bC1db9e160023271B6C6de5B3325b7fd';
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') {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Goo Money Bond SDK",
4
4
  "author": "Goo Money",
5
5
  "license": "MIT",
6
- "version": "3.0.166",
6
+ "version": "3.0.167",
7
7
  "proxy": "https://realtime-api-pr-99.herokuapp.com",
8
8
  "module": "dist/main.js",
9
9
  "type": "module",