@cryptorubic/core 1.4.2 → 1.4.4-alpha-rub-1675.0

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.
@@ -108,6 +108,7 @@ export declare const ON_CHAIN_TRADE_TYPE: {
108
108
  readonly REF_FINANCE: "REF_FINANCE";
109
109
  readonly REN_BTC: "REN_BTC";
110
110
  readonly ROUTER_SWAP: "ROUTER_SWAP";
111
+ readonly RUBIC_PRIVATE_TRANSFER: "RUBIC_PRIVATE_TRANSFER";
111
112
  readonly RUBIC_STELLAR_API: "RUBIC_STELLAR_API";
112
113
  readonly SABER_STABLE_SWAP: "SABER_STABLE_SWAP";
113
114
  readonly SAROS_SWAP: "SAROS_SWAP";
@@ -111,6 +111,7 @@ exports.ON_CHAIN_TRADE_TYPE = {
111
111
  REF_FINANCE: 'REF_FINANCE',
112
112
  REN_BTC: 'REN_BTC',
113
113
  ROUTER_SWAP: 'ROUTER_SWAP',
114
+ RUBIC_PRIVATE_TRANSFER: 'RUBIC_PRIVATE_TRANSFER',
114
115
  RUBIC_STELLAR_API: 'RUBIC_STELLAR_API',
115
116
  SABER_STABLE_SWAP: 'SABER_STABLE_SWAP',
116
117
  SAROS_SWAP: 'SAROS_SWAP',
@@ -552,7 +552,7 @@ exports.nativeTokensList = {
552
552
  address: '0x0000000000000000000000000000000000000000',
553
553
  name: 'Cardano',
554
554
  symbol: 'ADA',
555
- decimals: 18
555
+ decimals: 6
556
556
  }),
557
557
  [blockchain_name_1.BLOCKCHAIN_NAME.APTOS]: new token_1.Token({
558
558
  blockchain: blockchain_name_1.BLOCKCHAIN_NAME.APTOS,