@ape.swap/bonds-sdk 1.0.235 → 1.0.237
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.
|
@@ -57,6 +57,7 @@ import getTimePeriods from '../../utils/getTimePeriods';
|
|
|
57
57
|
import { defaultTheme } from '../../theme';
|
|
58
58
|
import '../../scss/Bonds.scss';
|
|
59
59
|
import { BigNumber } from 'bignumber.js';
|
|
60
|
+
import { ChainId } from '../../enum/apeswaplists';
|
|
60
61
|
import ProgressBarWrapper from '../ProgressBar/ProgressBarWrapper';
|
|
61
62
|
import ProgressBar from '../ProgressBar/ProgressBar';
|
|
62
63
|
import { formatDollar, formatValue } from '../../utils/formatNumbers';
|
|
@@ -64,7 +65,9 @@ import { TooltipText } from '../../enum/tooltips';
|
|
|
64
65
|
import { TooltipBubble, Svg, ListTag } from '../uikit-sdk';
|
|
65
66
|
import Tooltip from '../Tooltip/Tooltip';
|
|
66
67
|
import { BLOCK_EXPLORER } from '../../config/constants/chains';
|
|
67
|
-
|
|
68
|
+
var abc;
|
|
69
|
+
abc;
|
|
70
|
+
var ad = abc.chainId;
|
|
68
71
|
var Bonds = function (_a) {
|
|
69
72
|
var connectionString = _a.connectionString;
|
|
70
73
|
var _b = useWeb3React(), account = _b.account, isActive = _b.isActive;
|
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.
|
|
6
|
+
"version": "1.0.237",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"module": "dist/index.es.js",
|
|
9
9
|
"types": "dist/index.d.ts",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
],
|
|
13
13
|
"scripts": {
|
|
14
14
|
"prepublishOnly": "npm run build",
|
|
15
|
-
"start": "react-
|
|
15
|
+
"start": "react-scripts start",
|
|
16
16
|
"clean": "rimraf dist/",
|
|
17
17
|
"copy": "copyfiles -u 1 src/**/*.scss dist/",
|
|
18
18
|
"build": "npm run clean && tsc && npm run copy"
|
|
@@ -42,9 +42,7 @@
|
|
|
42
42
|
"@web3-react/walletconnect-v2": "^8.3.3",
|
|
43
43
|
"axios": "^1.7.2",
|
|
44
44
|
"copyfiles": "^2.4.1",
|
|
45
|
-
"customize-cra": "^1.0.0",
|
|
46
45
|
"ethers": "5.7.2",
|
|
47
|
-
"react-app-rewired": "^2.2.1",
|
|
48
46
|
"sass": "^1.77.7",
|
|
49
47
|
"theme-ui": "^0.16.2",
|
|
50
48
|
"typescript": "^4.0.0"
|