rubic-sdk 4.29.3 → 4.29.4

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.
@@ -217530,7 +217530,8 @@ exports.changeNowEvmSupportedBlockchain = {
217530
217530
  [blockchain_name_1.BLOCKCHAIN_NAME.SYSCOIN]: 'sys',
217531
217531
  [blockchain_name_1.BLOCKCHAIN_NAME.XDC]: 'xdc',
217532
217532
  [blockchain_name_1.BLOCKCHAIN_NAME.PULSECHAIN]: 'pulse',
217533
- [blockchain_name_1.BLOCKCHAIN_NAME.BASE]: 'base'
217533
+ [blockchain_name_1.BLOCKCHAIN_NAME.BASE]: 'base',
217534
+ [blockchain_name_1.BLOCKCHAIN_NAME.ZK_SYNC]: 'zksync'
217534
217535
  };
217535
217536
  exports.changenowApiBlockchain = {
217536
217537
  // Evm
@@ -217638,7 +217639,8 @@ exports.changenowProxySupportedBlockchains = [
217638
217639
  blockchain_name_1.BLOCKCHAIN_NAME.OPTIMISM,
217639
217640
  blockchain_name_1.BLOCKCHAIN_NAME.FANTOM,
217640
217641
  blockchain_name_1.BLOCKCHAIN_NAME.PULSECHAIN,
217641
- blockchain_name_1.BLOCKCHAIN_NAME.BASE
217642
+ blockchain_name_1.BLOCKCHAIN_NAME.BASE,
217643
+ blockchain_name_1.BLOCKCHAIN_NAME.ZK_SYNC
217642
217644
  ];
217643
217645
 
217644
217646