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.
@@ -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: rubic_proxy_contract_address_1.rubicProxyContractAddress[blockchain].gateway
207993
+ ...defaultContracts
207994
+ // rubicRouter: rubicProxyContractAddress[blockchain].gateway
207996
207995
  }
207997
207996
  };
207998
207997
  }, {});