@ape.swap/bonds-sdk 1.0.124 → 1.0.125
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.
|
@@ -12,17 +12,17 @@ var __assign = (this && this.__assign) || function () {
|
|
|
12
12
|
import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "theme-ui/jsx-runtime";
|
|
13
13
|
/** @jsxImportSource theme-ui */
|
|
14
14
|
import { useEffect, useState } from 'react';
|
|
15
|
-
import { Flex, ThemeUIProvider } from
|
|
16
|
-
import
|
|
17
|
-
import { useWeb3React } from "@web3-react/core";
|
|
15
|
+
import { Flex, ThemeUIProvider, Input } from 'theme-ui';
|
|
16
|
+
import { useWeb3React } from '@web3-react/core';
|
|
18
17
|
import { defaultTheme } from '../../theme';
|
|
19
|
-
import '../../scss/
|
|
20
|
-
import { useParams } from 'react-router-dom';
|
|
18
|
+
import '../../scss/bondmodal.scss';
|
|
21
19
|
import getTimePeriods from '../../utils/getTimePeriods';
|
|
22
20
|
import { Button } from '../uikit/Button';
|
|
23
|
-
import
|
|
24
|
-
import
|
|
21
|
+
import Svg from '../uikit/Svg';
|
|
22
|
+
import axios from 'axios';
|
|
23
|
+
import { BigNumber } from 'bignumber.js';
|
|
25
24
|
import { getFirstNonZeroDigits } from '../../utils/roundNumber';
|
|
25
|
+
import { useParams } from 'react-router-dom';
|
|
26
26
|
var BondSingle = function (_a) {
|
|
27
27
|
// make pages for modal and single bond page
|
|
28
28
|
// make button to buy bond
|