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
package/dist/rubic-sdk.min.js
CHANGED
@@ -207981,7 +207981,6 @@ exports.DE_BRIDGE_CONTRACT_ABI = [
|
|
207981
207981
|
|
207982
207982
|
Object.defineProperty(exports, "__esModule", ({ value: true }));
|
207983
207983
|
exports.DE_BRIDGE_CONTRACT_ADDRESS = void 0;
|
207984
|
-
const rubic_proxy_contract_address_1 = __webpack_require__(/*! ../../common/constants/rubic-proxy-contract-address */ "./src/features/cross-chain/calculation-manager/providers/common/constants/rubic-proxy-contract-address.ts");
|
207985
207984
|
const debridge_cross_chain_supported_blockchain_1 = __webpack_require__(/*! ./debridge-cross-chain-supported-blockchain */ "./src/features/cross-chain/calculation-manager/providers/debridge-provider/constants/debridge-cross-chain-supported-blockchain.ts");
|
207986
207985
|
const defaultContracts = {
|
207987
207986
|
providerRouter: '0x663DC15D3C1aC63ff12E45Ab68FeA3F0a883C251',
|
@@ -207991,8 +207990,8 @@ exports.DE_BRIDGE_CONTRACT_ADDRESS = debridge_cross_chain_supported_blockchain_1
|
|
207991
207990
|
return {
|
207992
207991
|
...acc,
|
207993
207992
|
[blockchain]: {
|
207994
|
-
...defaultContracts
|
207995
|
-
rubicRouter:
|
207993
|
+
...defaultContracts
|
207994
|
+
// rubicRouter: rubicProxyContractAddress[blockchain].gateway
|
207996
207995
|
}
|
207997
207996
|
};
|
207998
207997
|
}, {});
|