rubic-sdk 4.1202.1-alpha → 4.1202.2-alpha
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.
- package/dist/rubic-sdk.min.js +2 -3
- package/dist/rubic-sdk.min.js.map +1 -1
- package/lib/core/blockchain/web3-public-service/web3-public/web3-public.d.ts +1 -1
- package/lib/features/cross-chain/calculation-manager/providers/debridge-provider/constants/contract-address.js +2 -3
- package/lib/features/cross-chain/calculation-manager/providers/debridge-provider/constants/contract-address.js.map +1 -1
- package/package.json +1 -1
@@ -15,7 +15,7 @@ import { AbiItem } from 'web3-utils';
|
|
15
15
|
export declare abstract class Web3Public {
|
16
16
|
protected readonly blockchainName: Web3PublicSupportedBlockchain;
|
17
17
|
protected readonly multicallAddress: string;
|
18
|
-
protected readonly Web3Pure: typeof import("../../../..").EvmWeb3Pure | typeof import("../../../..").BitcoinWeb3Pure | typeof TronWeb3Pure | typeof import("../../../..").IcpWeb3Pure | typeof import("../../../..").
|
18
|
+
protected readonly Web3Pure: typeof import("../../../..").EvmWeb3Pure | typeof import("../../../..").BitcoinWeb3Pure | typeof TronWeb3Pure | typeof import("../../../..").IcpWeb3Pure | typeof import("../../../..").SolanaWeb3Pure | typeof import("../../../..").NearWeb3Pure | typeof import("../../../..").CardanoWeb3Pure | typeof import("../../../..").AlgorandWeb3Pure | typeof import("../../../..").AstarWeb3Pure | typeof import("../../../..").DashWeb3Pure | typeof import("../../../..").DogecoinWeb3Pure | typeof import("../../../..").PolkadotWeb3Pure | typeof import("../../../..").LitecoinWeb3Pure | typeof import("../../../..").MoneroWeb3Pure | typeof import("../../../..").RippleWeb3Pure | typeof import("../../../..").TezosWeb3Pure | typeof import("../../../..").ZilliqaWeb3Pure | typeof import("../../../..").KavaCosmosWeb3Pure;
|
19
19
|
protected abstract readonly tokenContractAbi: AbiItem[];
|
20
20
|
protected constructor(blockchainName: Web3PublicSupportedBlockchain);
|
21
21
|
/**
|
@@ -1,7 +1,6 @@
|
|
1
1
|
"use strict";
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
3
3
|
exports.DE_BRIDGE_CONTRACT_ADDRESS = void 0;
|
4
|
-
const rubic_proxy_contract_address_1 = require("../../common/constants/rubic-proxy-contract-address");
|
5
4
|
const debridge_cross_chain_supported_blockchain_1 = require("./debridge-cross-chain-supported-blockchain");
|
6
5
|
const defaultContracts = {
|
7
6
|
providerRouter: '0x663DC15D3C1aC63ff12E45Ab68FeA3F0a883C251',
|
@@ -11,8 +10,8 @@ exports.DE_BRIDGE_CONTRACT_ADDRESS = debridge_cross_chain_supported_blockchain_1
|
|
11
10
|
return {
|
12
11
|
...acc,
|
13
12
|
[blockchain]: {
|
14
|
-
...defaultContracts
|
15
|
-
rubicRouter:
|
13
|
+
...defaultContracts
|
14
|
+
// rubicRouter: rubicProxyContractAddress[blockchain].gateway
|
16
15
|
}
|
17
16
|
};
|
18
17
|
}, {});
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"contract-address.js","sourceRoot":"","sources":["../../../../../../../src/features/cross-chain/calculation-manager/providers/debridge-provider/constants/contract-address.ts"],"names":[],"mappings":";;;
|
1
|
+
{"version":3,"file":"contract-address.js","sourceRoot":"","sources":["../../../../../../../src/features/cross-chain/calculation-manager/providers/debridge-provider/constants/contract-address.ts"],"names":[],"mappings":";;;AACA,4LAGsI;AAEtI,MAAM,gBAAgB,GAAG;IACrB,cAAc,EAAE,4CAA4C;IAC5D,eAAe,EAAE,4CAA4C;CAChE,CAAC;AAEW,QAAA,0BAA0B,GAGnC,kFAAsC,CAAC,MAAM,CAAC,CAAC,GAAG,EAAE,UAAU,EAAE,EAAE;IAClE,OAAO;QACH,GAAG,GAAG;QACN,CAAC,UAAU,CAAC,EAAE;YACV,GAAG,gBAAgB;YACnB,6DAA6D;SAChE;KACJ,CAAC;AACN,CAAC,EAAE,EAAsE,CAAC,CAAC"}
|