@ape.swap/bonds-sdk 1.0.721 → 1.0.722

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.
@@ -120,7 +120,7 @@ var BondModal = function (_a) {
120
120
  return __generator(this, function (_a) {
121
121
  switch (_a.label) {
122
122
  case 0:
123
- tokenAddress = bondData[0].lpToken.address;
123
+ tokenAddress = bondData[0].lpToken.address[chainId];
124
124
  decimals = tokenDecimals !== null && tokenDecimals !== void 0 ? tokenDecimals : 18;
125
125
  _a.label = 1;
126
126
  case 1:
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.721",
6
+ "version": "1.0.722",
7
7
  "main": "dist/index.js",
8
8
  "module": "dist/index.es.js",
9
9
  "types": "dist/index.d.ts",