@dzapio/sdk 2.0.23 → 2.0.24

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/index.js CHANGED
@@ -554,7 +554,6 @@ var artheraNativeToken = "0x000000000000000000000000000000000000aA09";
554
554
  var suiNativeToken = "0x2::sui::SUI";
555
555
  var aptosNativeToken = "0x1::aptos_coin::AptosCoin";
556
556
  var stableChainNativeToken = "0x0000000000000000000000000000000000001000";
557
- var tempoNativeToken = "0x20C0000000000000000000000000000000000000";
558
557
  var nativeTokens = [
559
558
  "0x0000000000000000000000000000000000001010",
560
559
  eFormatNativeTokenLowerCase,
@@ -567,8 +566,7 @@ var nativeTokens = [
567
566
  artheraNativeToken,
568
567
  suiNativeToken,
569
568
  aptosNativeToken,
570
- stableChainNativeToken,
571
- tempoNativeToken
569
+ stableChainNativeToken
572
570
  ];
573
571
 
574
572
  // src/service/price/types/IPriceProvider.ts
@@ -10762,7 +10760,13 @@ var stableChain = /* @__PURE__ */ viem.defineChain({
10762
10760
  }
10763
10761
  });
10764
10762
  var tempo = viemChains.tempo.extend({
10765
- feeToken: tempoNativeToken
10763
+ feeToken: "0x20C0000000000000000000000000000000000000",
10764
+ contracts: {
10765
+ multicall3: {
10766
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
10767
+ blockCreated: 775442
10768
+ }
10769
+ }
10766
10770
  });
10767
10771
 
10768
10772
  // src/chains/index.ts
package/dist/index.mjs CHANGED
@@ -529,7 +529,6 @@ var artheraNativeToken = "0x000000000000000000000000000000000000aA09";
529
529
  var suiNativeToken = "0x2::sui::SUI";
530
530
  var aptosNativeToken = "0x1::aptos_coin::AptosCoin";
531
531
  var stableChainNativeToken = "0x0000000000000000000000000000000000001000";
532
- var tempoNativeToken = "0x20C0000000000000000000000000000000000000";
533
532
  var nativeTokens = [
534
533
  "0x0000000000000000000000000000000000001010",
535
534
  eFormatNativeTokenLowerCase,
@@ -542,8 +541,7 @@ var nativeTokens = [
542
541
  artheraNativeToken,
543
542
  suiNativeToken,
544
543
  aptosNativeToken,
545
- stableChainNativeToken,
546
- tempoNativeToken
544
+ stableChainNativeToken
547
545
  ];
548
546
 
549
547
  // src/service/price/types/IPriceProvider.ts
@@ -10737,7 +10735,13 @@ var stableChain = /* @__PURE__ */ defineChain({
10737
10735
  }
10738
10736
  });
10739
10737
  var tempo = tempo$1.extend({
10740
- feeToken: tempoNativeToken
10738
+ feeToken: "0x20C0000000000000000000000000000000000000",
10739
+ contracts: {
10740
+ multicall3: {
10741
+ address: "0xcA11bde05977b3631167028862bE2a173976CA11",
10742
+ blockCreated: 775442
10743
+ }
10744
+ }
10741
10745
  });
10742
10746
 
10743
10747
  // src/chains/index.ts
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dzapio/sdk",
3
- "version": "2.0.23",
3
+ "version": "2.0.24",
4
4
  "description": "A TypeScript/JavaScript SDK for interacting with the DZap protocol, providing utilities for DeFi operations including Swaps, Bridges, and Zaps.",
5
5
  "main": "dist/index.js",
6
6
  "source": "src/index.ts",