rubic-sdk 6.0.0-alpha.ton.34 → 6.0.0-alpha.ton.35

Sign up to get free protection for your applications and to get access to all the features.
@@ -1,5 +1,3 @@
1
- import BigNumber from 'bignumber.js';
2
- import { PriceToken } from '../../../../../../../../common/tokens';
3
1
  import { TonBlockchainName } from '../../../../../../../../core/blockchain/models/blockchain-name';
4
2
  import { TonEncodedConfig } from '../../../../../../../../core/blockchain/web3-private-service/web3-private/ton-web3-private/models/ton-types';
5
3
  import { OnChainTradeStruct } from '../../evm-on-chain-trade/models/evm-on-chain-trade-struct';
@@ -8,10 +6,4 @@ export interface TonEncodedConfigAndToAmount {
8
6
  toAmount: string;
9
7
  }
10
8
  export interface TonOnChainTradeStruct extends OnChainTradeStruct<TonBlockchainName> {
11
- providerFee: {
12
- cryptoFee?: {
13
- amount: BigNumber;
14
- token: PriceToken;
15
- };
16
- };
17
9
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rubic-sdk",
3
- "version": "6.0.0-alpha.ton.34",
3
+ "version": "6.0.0-alpha.ton.35",
4
4
  "description": "Simplify dApp creation",
5
5
  "main": "lib/index.js",
6
6
  "types": "lib/index.d.ts",