@ape.swap/bonds-sdk 1.0.613 → 1.0.615

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.
@@ -62,10 +62,9 @@ var BondModal = function (_a) {
62
62
  return null;
63
63
  var _b = useWriteContract(), hash = _b.data, isPending = _b.isPending, writeContract = _b.writeContract, writeContractAsync = _b.writeContractAsync;
64
64
  var _c = useWaitForTransactionReceipt({
65
- confirmations: 2,
65
+ confirmations: 3,
66
66
  chainId: accountChainId,
67
67
  hash: hash,
68
- pollingInterval: 1000
69
68
  }), isConfirming = _c.isLoading, isConfirmed = _c.isSuccess;
70
69
  var _d = useState([]), bondData = _d[0], setBondData = _d[1];
71
70
  //This is a temp solution, but we will force approval each time, and then once set we will set status here and allow
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.613",
6
+ "version": "1.0.615",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",